body  {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	background-color: #BCBCBC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(img/fondo_web.gif);
	background-repeat:  repeat-x;
    } 
#web {
	width: 990px;
	margin: 0 auto;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-color: #bcbcbc;
	background-image: url(img/fondo_gral.gif);
	background-repeat:  repeat-y;
    } 
#cabecera {
	padding: 0;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
	background-image: url(img/cabecera.jpg);
	background-repeat: no-repeat;
	height: 147px;
	margin: 0px;
	width: 990px;
} 

#menu {
	background-image: url(img/submenu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 34px;
	padding-bottom: 13px;
	margin: 0px;
	width: 990px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

li {
	margin-bottom: 15px;
}
a {
	color: #426CCE;
}
a:hover {
	color: #C5671F;
}

iframe {
	height: 410px;
	width: 590px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}

#izda {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 168px; /* el relleno mantiene el contenido del div alejado de los bordes */
    } 
#izda .banner {
	background-image: url(img/fondo_baner_izq.gif);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	height: 125px;
	width: 125px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 14px;
	padding-left: 9px;
}

#dcha {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 167px; /* el relleno mantiene el contenido del div alejado de los bordes */
} 
#dcha  .banner {
	background-image: url(img/fondo_baner_der.gif);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: 125px;
	width: 125px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 14px;
	padding-left: 9px;
}	
#central {
	margin: 0 200px;
	padding: 0;
	text-align: justify;
    } 
#pie {
	font-size: 11px;
	color: #000000;
	background-image: url(img/fondo_pie.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 180px;
	padding-bottom: 11px;
	padding-left: 180px;
	height: 32px;
	background-color: #BCBCBC;
	margin-top: 10px;
    } 
#pie a {
	color: #000000;
	text-decoration: none;
}
#pie a:hover {
	color: #000000;
	text-decoration: underline;
}


.flotader { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
	white-space: nowrap;
	text-align: right;
    }
.flotaizq { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
    }
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
#noticia1 {
	float: left;
	width: 290px;
	font-size: 90%;
	padding: 0px;
	text-align: justify;
}

#noticia1 img {
	border: 1px solid #060910;
}
#noticia1 .titular {
	font-size: 100
.%;
	font-style: italic;
	font-weight: bold;
	color: #2e74a1;
	text-align: left;
	font-size: 135%;
}
#noticia1 p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#noticia2 {
	background-color: #d0d9e5;
	clear: both;
	text-align: justify;
	font-size: 80%;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#noticia2 .titular {
	font-size: 135%;
	font-style: italic;
	font-weight: bold;
	color: #2e74a1;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 2px;
}
#noticia2 p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#intro {
	color: #FFFFFF;
	background-image: url(img/bienvenidos.jpg);
	float: right;
	width: 248px;
	margin-bottom: 10px;
	padding-top: 150px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	font-style: italic;
	font-size: 90%;
	background-color: #010102;
	background-repeat: no-repeat;
}
#intro .indentado {
	padding-left: 55px;
}
.banner img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.apartado {
	font-size: 100
.%;
	font-weight: bold;
	color: #2e74a1;
	text-align: left;
	font-size: 135%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E89117;
	margin-top: 0px;
	font-family: "Century Gothic", Verdana;
	letter-spacing: 0.1em;
}
#listado {
	float: left;
	width: 590px;
	margin-bottom: 5px;
}
#listado td {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C7AAC;
	text-align: center;
}
#listado .year {
	color: #666666;
}
#listado .numero {
	font-weight: bold;
}

#listado th {
	padding: 8px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #C5671F;
	text-align: center;
}
#listado .premio {
	font-style: italic;
	font-weight: bold;
	color: #2E74A1;
}
/* -------------*/
#paginacion {
	color: #999999;
	margin-top: 10px;
	font-weight: bold;
	padding-bottom: 15px;
}
#paginacion a {
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
	color: #C5671F;
}
#paginacion a:hover {
	color: #000000;
	text-decoration: underline;
}
#paginacion .paginas {
	float: left;
	font-size: 12px;
	width: 350px;
}
#paginacion .resultados {
	float: right;
	margin-left: 20px;
	font-size: 12px;
	width: 100px;
	text-align: right;
}
.adelante {
	font-weight: bold;
	color: #A28A1E;
	letter-spacing: 0.1em;
	padding-right: 15px;
	padding-left: 5px;
	background-image: url(img/adelante.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
.atras {
	font-weight: bold;
	color: #A28A1E;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(img/atras.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#mapa {
	float: left;
	width: 590px;
	background-color: #000066;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.destacado {
	background-color: #d0d9e5;
	font-family: "Century Gothic", Verdana;
	padding: 10px;
}
textarea {
	width: 540px;
}
#formulario/* FORMULARIOS */

 {
	text-align: center;
	width: 590px;
	float: left;
}
#formulario   p {
	text-align: center;
	padding: 10px;
}
#formulario legend {
	font-weight: bold;
	color: #C5671F;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 170px;
}


.campo {
	background-color: #D9E0EA;
	border: 1px solid #666666;
}


.asterisco {
	color: #5D90B7;
	margin-left: 3px;
	font-size: 120%;
	font-weight: bold;
	line-height: 60%;
}

.bloqueizd {
	float: left;
	clear: none;
	text-align: left;
}
.bloqueder {
	float: right;
	text-align: left;
}

.bloquecen {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.finfila {
	/* separa una fila de otra en los formularios */
	clear: both;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: 0;
	height: 1px;
}

.boton {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
.condiciones {
	font-size: 90%;
}
#formulario fieldset {
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #D0D9E5;
}
#menu img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.importe {
	float: right;
	text-align: left;
	background-color: #E89117;
	padding: 5px;
	font-size: 18px;
}
