body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagenes/fondo-web.jpg);
	background-repeat:repeat;
}
#fondo {
	background-image: url(../imagenes/fondo-cabecera.jpg);
	background-repeat: repeat-x;
	height:184px;
}
#contenedor {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

/* cabecera */
#cabecera {
	height: 184px;
	width: 780px;
	/*background-image: url(../imagenes/cabecera.jpg);*/
	background-image: url(../imagenes/cabecerax.jpg);	
	background-repeat: no-repeat;
	clear:both;

}
#cabecera-e {
	height: 184px;
	width: 780px;
	/*background-image: url(../imagenes/cabecera_eu.jpg);*/
	background-image: url(../imagenes/cabecerax_eu.jpg);	
	background-repeat: no-repeat;
	clear:both;

}
	#logo {
		width:160px;
		height:160px;
		display:block;
		float:left;
		margin-top: 24px;
	}
	#idiomas {
		width:200px;
		height:20px;
		float:right;
		margin-top: 120px;
		text-align:center;
	}
		#idiomas a{
			color:#000000;
			text-decoration:none;
			padding:0 2px 0 2px;
		}
		#idiomas a:hover{
			color:#ffffff;
			text-decoration:none;
			background-color:#000000;
		}
	/* menu cabecera*/
	#menu{
		height:33px;
		display:block;
		width:620px;
		float: right;
		margin-top: 10px;
	}
	#menu .unMenu{
		display:inline;
		width:186px;
		height:23px;
		float: left;
		text-align: center;
		padding-top: 10px;
		margin-right:6px;
	}
	#menu .unMenu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	#menu .unMenu a:hover {
	color: #000000;
	text-decoration:underline;;
	font-weight: bold;
	}

.ambos{
	clear:both;
}		
	
/* iniciamos contenido*/
#contenido {
	background-color: #FFFFFF;
	width:780px;
	clear:both;
}


/*menu izquierda*/
#izq{
	float: left;
	width: 160px;
	padding:10px 0 0 0;

}
#izq ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;
	width: 160px;
	text-align: center;
}
#izq ul li{
	margin:5px 0 0 0;
}
#izq ul li a{
	color:#666666;
	text-decoration:none;
}
#izq ul li a:hover{
	margin:5px 0 0 0;
	text-decoration:none;
	color:#000000;
}
	/*li.menuActivo:before{
		content: ">> ";
		color:#f9a01f;
		font-weight:bold;	
	}*/
	li.menuActivo{
		font-weight:bold;
		color:#000000;
	}
	span.flechas{
		color:#f9a01f;
	}
/*contenido de la página*/
#cuerpo {
	width: 565px;
	float: right;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 5px;
}
.ruta{
	font-size:0.9em;
	color:#999999;
}
#pie {
	background-color: #bbc15b;
	padding:5px 5px 5px 5px;
	color:#FFFFFF;
	font-weight:bold;
}
#pie #copy{
	width:300px;
	float:left;
}
#pie #enlaces{
	width:450px;
	float:right;
	text-align:right;
}
	#pie #enlaces a{
		color:#FFFFFF;
		text-decoration:none;
	}
	#pie #enlaces a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}
	
/*pagina interiores*/
p.pdfDescargar{
	text-align:right;
	font-size:0.8em;
}
p.pdfDescargar img{
	margin-left:10px;
}
p.pdfDescargar a{
	color:#666666;
	text-decoration:none;
}
p.pdfDescargar a:hover{
	color:#666666;
	text-decoration:underline;
}

/*area privada*/
.areaPrivada{
	padding:10px 10px 10px 10px;
	margin-left:10px;
	width:120px;
	background-color:#CCCCCC;
}
.areaPrivada form input.caja{
	width:110px;
}
.areaTit{
	color:#f9a01f;
	margin:25px 0 5px 0;
	padding:0 0 0 15px;
	font-weight:bold;
}
.ok{
	margin:5PX 0 0 0;
	padding:1px;
	background-color:#999999;
	border: solid 1px #666666;
	font-size:0.8em;
}

.flotarLabel{
	float:left;
	margin-right:15px;
}
.formTit{
	color:#000000;
	font-weight:bold;
	font-size:0.9em;
}
#logosPie {
	clear: both;
	height: 60px;
	background-color: #FFFFFF;
	text-align: center;
	width: 780px;
}
#logosPie .imge{
	margin-right:30px;
}
