body {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4F;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 11px;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #296889;
}

a:link {
	color:#e55000;
	text-decoration: none;
}

a:visited {
	color:#e55000;
	text-decoration: none;
}

a:active {
	color:#00202a;
	text-decoration: none;
}

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


/*FORMULARIOS*/

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.ancho_formulario {
	width: 300px;
}


/*CONTENIDO*/


.Titulo {
	font-size: 14px;
	color: #e55000;
	font-weight: bold;
}

.Titulo_cuadro {
	font-size: 14px;
	color: #e55000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d8d9;
	display:block;
	width: 100%;
	height: 19px;
	line-height: 14px;
	margin-bottom: 10px;
}

.Titulo_proyectos {
	font-size: 14px;
	color: #1ca9d6;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d8d9;
	display:block;
	width: 100%;
	height: 19px;
	line-height: 14px;
	margin-bottom: 10px;
}

.Titulo_publicaciones {
	font-size: 14px;
	color: #2f9901;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d8d9;
	display:block;
	width: 100%;
	height: 19px;
	line-height: 14px;
	margin-bottom: 10px;
}

.Titulo_novedades {
	font-size: 14px;
	color: #296889;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d8d9;
	display:block;
	width: 355px;
	height: 19px;
	line-height: 14px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 14px;
}

.Titulo_novedades_index {
	font-size: 14px;
	color: #296889;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d8d9;
	display:block;
	width: 355px;
	height: 19px;
	line-height: 14px;
	margin-bottom: 10px;
	margin-top: 15px;
	/*margin-left: 14px;*/
}

.Titulo_interna {
	font-size: 14px;
	color: #296889;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d8d9;
	width: 530px;
	height: 19px;
	line-height: 14px;
}

.Titulo_interna_volver {
	font-size: 14px;
	color: #296889;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d8d9;
	width: 430px;
	height: 19px;
	line-height: 14px;
	display: block;
}

.sub_titulo {
	color:#296889;
	font-weight: bold;
	font-size: 13px;
}

.cabezal {
	color:#d1dee6;
	font-size: 13px;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 25px;
}

.fecha {
	font-size: 10px;
	text-align: left;
	color: #999999;
	}

.contenido {
	background-color: #FFF;
	padding: 10px;
	vertical-align: top;
}
.contenido p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.contenido_interna {
	background-color: #FFF;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
}
.contenido_interna p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.botonera {
	padding-right: 18px;
	padding-left: 18px;
	vertical-align: top;
	background-image: url(img/fondo_botonera.jpg);
	background-repeat: no-repeat;
	height: 409px;
	padding-top: 20px;
	background-color: #5587a0;
	padding-bottom: 20px;
}
.botonera p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.negrita {
	font-weight: bold;
}

.negrita_naranja {
	font-weight: bold;
	color: #e65b11;
}

.negrita_azul {
	font-weight: bold;
	color: #1ca9d6;
}

.negrita_azul2 {
	font-weight: bold;
	color: #296889;
}


.negrita_verde {
	font-weight: bold;
	color: #2f9901;
}

.negrita_italica {
	font-weight: bold;
	font-style: italic;
	color: #000;
}

.fuente_10 {
	font-size: 10px;
}

.fotos_borde {
	background-color: #FFF;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.pie {
	color: #A8C2CE;
	background-color: #53859e;
	font-size: 10px;
	padding-right: 18px;
	padding-left: 18px;
	}
	
.negrita_blanca {
	font-weight: bold;
	color: #FFF;
}



.volver {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d8d9;
	height: 19px;
	text-align: right;
	width: 100px;
}


/* T A B L A S */


.tabla_cuadros {
	border: 1px solid #d7d8d9;
	background-image: url(img/fondo_gris.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.contenido_cuadro {
	padding: 14px;
	vertical-align: top;
}
.contenido_cuadro p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.contenido_novedad {
	vertical-align: top;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
.contenido_novedad p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.comentario_fotito {
	background-color: #397996;
	color: #FFF;
	font-size: 10px;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}



/* F O N D O S */

.horizontal
 {
	background-color: #7ca2b4;
	height: 1px;
}

.punteada
 {
	background-image: url(img/punteada.jpg);
	background-repeat: repeat-x;
	background-position: center;
}



/* a l i n e a r  i m a g en e s*/

img.aligncentro {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
	padding: 0px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15px;
}
img.alignleft {
	padding: 0px;
	display: inline;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.texto_centrado {
	text-align: center;
}

.texto_derecha {
	text-align: right;
}

.logo_derecha {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}


/* B O T O N E S */


.boton {
	cursor: pointer;
	color:#fff;
	background-color: #adadad;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.boton_over {
	background-color: #ed1e24;
	color:#fff;
	cursor: pointer;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.boton_over1 {
	background-color: #ed1e24;
	color:#fff;
	cursor: pointer;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}



.enlace {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3BDCB;
	display:block;
	width: 100%;
	height: 20px;
}
a.enlace {
	color: #fff;
	text-decoration: none;
}
a:link.enlace {
	color: #fff;
	text-decoration: none;
}
a:visited:hover.enlace, a:hover.enlace {
	color: #00202a;
	text-decoration: none;
}
a:visited:active.enlace, a:active.enlace {
	color: #fff;
	text-decoration: none;
}
a:visited.enlace {
	color: #fff;
	text-decoration: none;
}



.enlace_celeste {
	color: #1ca9d6;
	text-decoration: none;
	font-weight: bold;
}
a.enlace_celeste {
	color: #1ca9d6;
	text-decoration: none;
}
a:link.enlace_celeste {
	color: #1ca9d6;
	text-decoration: none;
}
a:visited:hover.enlace_celeste, a:hover.enlace_celeste {
	color: #00202a;
	text-decoration: none;
}
a:visited:active.enlace_celeste, a:active.enlace_celeste {
	color: #1ca9d6;
	text-decoration: none;
}
a:visited.enlace_celeste {
	color: #1ca9d6;
	text-decoration: none;
}


.enlace_a_celeste {
	color: #00202a;
	text-decoration: none;
	font-weight: bold;
}
a.enlace_a_celeste {
	color: #00202a;
	text-decoration: none;
}
a:link.enlace_a_celeste {
	color: #00202a;
	text-decoration: none;
}
a:visited:hover.enlace_a_celeste, a:hover.enlace_a_celeste {
	color: #1ca9d6;
	text-decoration: none;
}
a:visited:active.enlace_a_celeste, a:active.enlace_a_celeste {
	color: #00202a;
	text-decoration: none;
}
a:visited.enlace_a_celeste {
	color: #00202a;
	text-decoration: none;
}


.enlace_verde {
	color: #2f9901;
	text-decoration: none;
	font-weight: bold;
}
a.enlace_verde {
	color: #2f9901;
	text-decoration: none;
}
a:link.enlace_verde {
	color: #2f9901;
	text-decoration: none;
}
a:visited:hover.enlace_verde, a:hover.enlace_verde {
	color: #00202a;
	text-decoration: none;
}
a:visited:active.enlace_verde, a:active.enlace_verde {
	color: #2f9901;
	text-decoration: none;
}
a:visited.enlace_verde {
	color: #2f9901;
	text-decoration: none;
}



.enlace_a_verde {
	color: #00202a;
	text-decoration: none;
	font-weight: bold;
}
a.enlace_a_verde {
	color: #00202a;
	text-decoration: none;
}
a:link.enlace_a_verde {
	color: #00202a;
	text-decoration: none;
}
a:visited:hover.enlace_a_verde, a:hover.enlace_a_verde {
	color: #2f9901;
	text-decoration: none;
}
a:visited:active.enlace_a_verde, a:active.enlace_a_verde {
	color: #00202a;
	text-decoration: none;
}
a:visited.enlace_a_verde {
	color: #00202a;
	text-decoration: none;
}



.enlace_a_naranja {
	color: #00202a;
	text-decoration: none;
	font-weight: bold;
}
a.enlace_a_naranja {
	color: #00202a;
	text-decoration: none;
}
a:link.enlace_a_naranja {
	color: #00202a;
	text-decoration: none;
}
a:visited:hover.enlace_a_naranja, a:hover.enlace_a_naranja {
	color: #e55000;
	text-decoration: none;
}
a:visited:active.enlace_a_naranja, a:active.enlace_a_naranja {
	color: #00202a;
	text-decoration: none;
}
a:visited.enlace_a_naranja {
	color: #00202a;
	text-decoration: none;
}


.enlace_blanco {
	color: #fff;
	text-decoration: none;
}
a.enlace_blanco {
	color: #fff;
	text-decoration: none;
}
a:link.enlace_blanco {
	color: #fff;
	text-decoration: none;
}
a:visited:hover.enlace_blanco, a:hover.enlace_blanco {
	color: #00202a;
	text-decoration: none;
}
a:visited:active.enlace_blanco, a:active.enlace_blanco {
	color: #fff;
	text-decoration: none;
}
a:visited.enlace_blanco {
	color: #fff;
	text-decoration: none;
}



.enlace_titulos {
	font-size: 14px;
	color: #296889;
	font-weight: bold;
}
a.enlace_titulos {
	font-size: 14px;
	color: #296889;
	font-weight: bold;
}
a:link.enlace_titulos {
	font-size: 14px;
	color: #296889;
	font-weight: bold;
}
a:visited:hover.enlace_titulos, a:hover.enlace_titulos {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
a:visited:active.enlace_titulos, a:active.enlace_titulos {
	font-size: 14px;
	color: #296889;
	font-weight: bold;
}
a:visited.enlace_titulos {
	font-size: 14px;
	color: #296889;
	font-weight: bold;
}

.borde_azul {
	border: 1px solid #296889;
