/* CSS Document */
/* Utilidades */
* {
	outline: none;
}

.nueva_linea, .nuevaLinea {
	clear: both;
}

form {
	display: inline;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
	color: #666;
}

a {
	text-decoration:none;
	color: #3366cc;
}


html, body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, ul, li {
	margin: 0px;
	padding: 0px;
}

table {
	text-align:left;
	font: inherit;
}

div {
	/* border: 1px dotted #000; */
}

/* Bloques principales de la página */
#preEnvoltorio, #envoltorio, #cabecera, #ruta, #contenido, #lateral, #central, #pie {
	/*position: relative;*/
}

#preEnvoltorio {
	text-align: center;
}

#envoltorio {
	width: 1004px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

#cabecera, #ruta, #contenido, #pie {
	width: 1004px;
}

#cabecera {
	background: #bfb4b8;
	text-align:right;
	/*border: 1px solid #bfb4b8;*/
	position: relative;
	height: 200px;
}

#utilidades {
	margin: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#utilidades div {
	margin: .5em;
}

#ruta {
	background: #dddd01;
	padding: 5px 0 5px 10px;
	border: 1px solid #dddd01;
	width: 994px;
}

#contenido, #lateral, #central {
	float: left;
}

#contenido {
	border-color: #FF0000;
	padding: 5px;
	/*background-image:url(../img/fondo1.jpg);*/
	background-repeat:repeat-y;
}

#lateral, #central {
	margin: 10px;
	padding: 0px;
	/* border: 1px dotted red; */
}

#lateral {
	width: 230px;
}

#central {
	width: 715px;
	margin-left: 15px;
	/*background-image:url(../img/fondo_1.jpg); 
	background-repeat:repeat-x;
	background-color: #dddd01;*/

}

/* inicio estilos pie*/

#pie {
	position: relative;
	font-size: .7em;
	text-align:center;
	border-top: solid 15px #dddd01;
	height: 100px;
}

#pie .logojcyl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100px;
	width: 158px;
	/*border:solid 1px #999999;*/

}

#pie .logofadae {
	position: absolute;
	bottom: 5px;
	right: 0px;
	height: 80px;
	width: 158px;
}

#pie .fondo_pie {
	position: absolute;
	top: 0px;
	left: 162px;
	width: 680px;
	height: 50px;
	/*background-color:#339900;*/
	padding-top: 20px;
	background-image: url(../img/pestana_abajo.jpg);
	background-position: center 0;
	background-repeat: no-repeat;

}

#pie .legales {
	position: absolute;
	top: 50px;
	left: 162px;
	width: 680px;
	/*background-color:#666666;*/
	padding-top: 5px;

}

#pie a {
	color:#000000;
}

#pie a:hover {
	color:#339933;
}

/* fin estilos pie*/
/* inicio estilos lateral*/

div.titulo_lateral {
	padding: 2em 0em .5em 1em;
	background-repeat: no-repeat;
}

.titulo_lateral a {
	font-size: .8em;
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

/*.fondo_azul_arriba {
	background-image: url(../img/az_11.jpg);
	background-repeat: no-repeat;
}

.fondo_azul_centro {
	background-image: url(../img/az_2.jpg);
	background-repeat: repeat-y;
}*/


ul.titulares {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: none
}

ul.titulares li {
	/*width: 180px;
	margin: auto;*/
	border-top: 1px solid #000066;
	padding: 5px 0px 6px 22px;
	background-image: url(../img/flecha_negra.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	font-size: .8em;
}

ul.titulares li a {
	color: #3366cc;
}

.botones {
	font-size: .8em;
	/*background-color:#FFFFFF;*/
	margin-top: 5px;
}

.botones div {
	float: right;
}

.botones .volver {
	float: left;
	margin-left: 5px;
}

.botones .titulares {
	float: left;
}

.botones a {
	/*color: #ffffff;*/
}

.titulo, .resumen, .descripcion {
	margin: 10px;
}

.articulo h2 {
	 font-size: 1.5em; color: #3366CC; font-weight:bold;
}

.resumen {
	font-size: 16px; color: #666666;
}

.descripcion {
	font-size: .875em;
	color: #000000; 
	text-align: justify;
}

.botones div {
	margin: 0 10px;
}

#ruta {
	font-size: .75em; color: #0066CC;
}

.articulo h1, #encabezado h1 {
	font-size: 1em; 
	color: #666666; 
	/*background-color:#CCCCCC;*/
	font-weight:bold; 
	padding-top: 10px;
	margin: 0px 10px;
	/*border:#dddd01;*/
}

.titular {
		background-image: url(../img/flecha_negra.gif); 
		background-position: 1em .5em;
		background-repeat:no-repeat; 
		padding-left: 2em;
		margin-top: 1em;
		font-size: 1.1em;
		font-weight: bold;
}


/* Formularios */
form .nombreCampo {
	float: left;
	padding-left: 5px;
	width: 150px;
}

.nombreCampo, .campo, .explicacion {
	float: left;
	padding: 1px;
}

form .campo input, form .campo select {
	margin: 0;
	padding: 0;
}

form .campoRecordado {
	background-color: #FFFF99;
}

form .botones {
	text-align: center;
	background-color:#FFFFFF;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #000;
	height:100px;
	display:block;
	color:#777;
}

/*
blockquote {
	text-align: justify;
	font-size: xx-small;
	margin: 10px;
 	padding: 0 5px 0 25px;  
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}
*/

.disclaimer_lopd {
	text-align: justify;
	font-size: xx-small;
	margin: 10px;
 	padding: 5px 5px 5px 10px;  
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

.bloque {
	border: 1px solid #d9f0a8;
	margin-bottom: 5px;
	margin-top: 5px;
}

.bloque .titulo {
	background-color: #d9f0a8;
	font-size: 20px;
	color: #fbae08;
	padding: 2px;
	margin: 0 0 5px 0;
	font-weight: bolder;
	text-transform: uppercase;
}

/* inicio estilos portada*/
.bloque_articulo {
	width: 350px;
}

.bloque_articulo .cabecera {
	background-image:url(../img/fondo_articulo_portada11aa.jpg);
	background-repeat: no-repeat;
	background-color: #c0d7dd;
	height: 35px;
	padding: 15px 0px 0px 15px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.bloque1 {
	float: left;
}

.bloque2 {
	float: right;
}

.cuerpo {
	background-image: url(../img/fondo_articulo_portada3_blanco.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 325px;
}

.texto_articulo {
/*	background-image:url(../img/ama_2_350.jpg); 
	background-repeat: repeat-y;*/
	height: 310px;
	margin: 0px;
	padding: .2em .2em 0 .2em;
	background-image:url(../img/fondo_articulo_portada2_blanco.jpg); 
	background-repeat: repeat-y;
	background-color: #fff;
}


.texto_titulo {
	font-size:18px;
	color:#0066CC;
	font-weight:bold;
	padding-left: 10px;
}

.texto_texto {
	font-size:12px;
	color:#000000;
	padding: 0px 10px 0px 10px;
	text-align:justify;
}

.texto_texto p {
	margin: 10px 0px;
	padding: 0px;
}

.bloque3 {
	float: left;
	width: 350px;
	height: 92px;
	background-color:#3399CC;
}

.bloque4 {
	float: right;
	width: 350px;
	height: 92px;
	background-color:#33CC99;
}

.bloque5 {
	float: left;
	width: 715px;
	height: 100px;
}




/* fin estilos portada*/