@charset "UTF-8";
/* CSS Document */




a:link {
	text-decoration: none;
	color:#FF9900;
}
a:visited {
	text-decoration: none;
	color:#FF9900;
}
a:hover {
	text-decoration: none;
	color:#999999;
}
a:active {
	text-decoration: none;
	color:#FF9900;	
}

	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url('pixelgris.jpg');
	background-color:#222222;
	color: white;
}
#contenedor {
	width:900px;
	height:630px;
	margin: 0 auto 0 auto;
	border-style:solid;
	border-width:0px;	
	border-color:white;
	color:white;
	/*background-color:#222222;*/
}

#contenido {
	width:900px;
	height:550px;
	margin: 0 auto 0 auto;
	border-style:solid;
	border-width:0px;	
	border-color:white;
	color:white;
	margin-top:5px;
	background-image:url(fondo.jpg);
	/*background-color:#222222;*/
}

#cabecera{
	width:900px;
	padding-top:0px;
	height:64px;
	position:relative;
	color:#222222;
}

	
	
#pie { 
	width: 900px;
	height:20px;
	font-family: "Century Gothic";
	margin: 0 auto 0 auto;
	font-size:8px;
	letter-spacing:3px;
	font-style:normal;
	padding-top:5px;
	text-align:center;	
	/*background-color:#222222;*/
	
}


#m{
	margin: 0 auto 0 auto;
	width:900px;
}


#menu{
	width:400px;
	position:relative;
	color:#999999;
	float:left;
	padding-top:10px;
}


#menu2{
	width:430px;
	color:#999999;
	margin: 0 auto 0 auto;
	float:right;
	font-family:"Century Gothic";
	font-size:11px;
	text-align:right;
	padding-top:43px;
}




.naranja { 
	color:#ff7100;
}




#menub {
	/*background: #333;*/
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menub li {
	float: left;
	font-family: "Century Gothic";	margin: 0;
	font-size:9px;
	padding: 0;
}
#menub a {
	background:  url("menu/images/seperator.gif") 		bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 11px;
	text-decoration: none;
	font-weight:normal;
}
#menub a:hover {
	background: #ff7205 bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}







#textcontacta{		

		width:250px;
		height:420px;
		font-size:12px;
		padding-top:30px;
		padding-left:30px;
		text-align:justify;
		float:left;
		color:#FF9900;
		font-family: "Century Gothic";
		
	
		}	
		
#textcontacta2{		

		width:550px;
		height:500px;
		font-size:12px;
		padding-top:0px;
		padding-left:0px;
		text-align:justify;
		float:right;
		margin-top:9px;
		margin-right:9px;
		color:#FF9900;
		text-align:right;
		font-family: "Century Gothic";
				
		
	
		}

