/* GENERAL ///////////////////////////////////////////////// */
* {margin: 0;padding: 0;}
i {visibility: hidden;}
img {border:0;}
ul {list-style-type: none;}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #3D3A89;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	
}

#contenedor {
	width: 918px;
	margin: 0 auto;
	border-left: 1px solid #958A81;
	border-right: 1px solid #958A81;
}

#cabecera, #pie, #contenidos {
	
	width: 918px;
	margin: 0 auto;
}

/*inicio cabecera*/
#cabecera {
	text-align: left;
	height: 172px;
	background-image:url(../imagenes/fondo-cabecera.jpg);
	background-position: center;
	background-repeat:no-repeat;
}

#superior {
	height: 112px;
}

#logo {
	float:left;
	width: 300px;
	
}

#logo img {
	padding-top: 10px;
	padding-left: 10px;	
}




#idiomas {
		float: right;
		width: 400px;
		text-align: right;

}

#idiomas p {
	padding-top: 5px;
	padding-right: 25px;
}
#idiomas-en {
		float: right;
		width: 400px;
		text-align: right;

}

#idiomas-en p {
	padding-top: 5px;
	padding-right: 18px;
}







.separacion {
	margin-right: 15px;
}

#menu {
	font-size: 16px;
	
	
}

#menu p {
		padding-top: 15px;
	padding-left:10px;
	
	
}

#menu a {
	display:block;
	float:left;
	color: #3C3884;
	text-decoration:none;
	padding: 0 8px;
	font-weight:bold;
	
}

#menu a:hover {
	color: #8EE65F;
	text-decoration:none;
	
}

#menu a:first-letter {
	color: #8EE65F;
	font-weight:bold;
}

/*inicio pie*/

#pie {
	height:50px;
	color: #3D3A89;
}



#pie a {
	color:#3D3A89;
	
}

#pie-sup {
	height: 35px;
	background-image: url(../imagenes/fondo-pie.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#pie-sup p {
	padding-top: 10px;
}


#pie-inf {
	height: 12px;
	font-size:10px;
}