@charset "windows-1251";

#archivo {
	width: 663px;
	position:relative;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	display: block;
	font-family:"Arial", sans-serif;
}
#selectores {
	width:100%;
	float:left;
}
.archivo_activo { 
	height:24px;
	background-color:#3175B9;
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	position:relative;
	margin-right:3px;
}
.archivo_a_a {
	float:left;
	width:4px;
	height:24px;
	background-image: url(img/archivo_a_a.png);
	background-repeat: no-repeat;
}
.archivo_a_b {
	float:left;
	width:4px;
	height:24px;
	background-image: url(img/archivo_a_b.png);
	background-repeat: no-repeat;
}
.enlace:visited {
	text-decoration:none;
}
.archivo_a_texto {
	float:left;
	height:24px;
	padding-top:4px;
	padding-left:15px;
	padding-right:15px;
}
.archivo_inactivo { 
	height:24px;
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#3175B9;
	font-weight:bold;
	position:relative;
	margin-right:3px;
	background-image: url(img/archivo_i_c.png);
	background-repeat:repeat-x;
}
.archivo_i_a {
	float:left;
	width:4px;
	height:24px;
	background-image: url(img/archivo_i_a.png);
	background-repeat: no-repeat;
}
.archivo_i_b {
	float:left;
	width:4px;
	height:24px;
	background-image: url(img/archivo_i_b.png);
	background-repeat: no-repeat;
}
.archivo_i_texto {
	float:left;
	height:24px;
	padding-top:4px;
	padding-left:15px;
	padding-right:15px;
}
#contenidos {
	float:left;
	width:663px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	background-image: url(img/separador.png);
	background-repeat:   repeat-y;
	background-position: 350px top;
}
.archivo_contenedor_activo {
	padding-top:5px;
	display:inline;
}
.archivo_contenedor_inactivo { 
	display:none;
}
/*####################### NOTICIAS ###*/
.bloque_1 {
	width:327px;
	margin-top: 5px;
	margin-right: 22px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(img/fondo_noticias.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bloque_1 .titular {
	background-image: url(img/fondo_titular.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 331px;
	text-align:left;
}
.bloque_1 H1 {
	margin:0px;
	margin-top:15px;
	margin-left:5px;
	font-family:"Arial", sans-serif;
	font-size:25px;
	color:#3175B9;
	font-weight:normal;
}
.noticia_fecha {
	font-family:Arial;
	font-size:12px;
	color:#003399;
	text-align:right;
	margin-right:5px;
	font-weight: bold;
}
.bloque_1 H2 { 
	margin:0px;
	font-family:"Arial", sans-serif;
	font-size:18px;
	color:#666666;
	font-weight:bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E8F0F9;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E8F0F9;
	padding:5px;
}
.bloque_1 P { 
	font-family:"Arial", sans-serif;
	font-size:15px;
	color:#666666;
	font-weight:normal;
	margin-left:15px;
}
.bloque_1 .foto_titular {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	width:auto;
	margin-left:5px;
}
.bloque_1 .leer_mas { 
	width:329px;
	height:23px;
	background-image:url(img/fondo_leer_mas.png);
	background-repeat:repeat-x;	
	margin-bottom:10px;
	padding:2px;
	text-align:right;
	margin-right:5px;
}
.bloque_2 {
	margin:5px;
	width:286px;
}
.bloque_2 H1 {
	margin:0px;
	margin-left:5px;
	font-family:"Arial", sans-serif;
	font-size:25px;
	color:#3175B9;
	font-weight:normal;
}
.bloque_2 .ico_destacadas {
	background-image:url(img/ico_destacadas.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8F0F9;
	margin-bottom:3px;
	font-family:"Arial", sans-serif;
}
.bloque_2 .ico_historial {
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8F0F9;
	margin-bottom:3px;
	font-family:"Arial", sans-serif;
}
.bloque_2 H4 {
	margin:0px;
	margin-left:5px;
	font-family:"Arial", sans-serif;
	font-size:15px;
	color:#666666;
	font-weight:bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8F0F9;
}
.bloque_2 p {
	margin-top:3px;
	font-family:"Arial", sans-serif;
	font-size:15px;
	color:#5083B6;
}
.bloque_2 .mini_noticia {
	width:135px;
	float:left;
	margin:2px;
}
.bloque_2 .leer_mas_mininoticia {
	width:114px; 
	height:17px;
	background-image:url(img/leer_mas_mini_noticia.png);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
.bloque_2 .leer_mas { 
	width:282px;
	height:23px;
	background-image:url(img/fondo_leer_mas.png);
	background-repeat:repeat-x;	
	margin-bottom:10px;
	padding:2px;
	text-align:right;
	margin-right:5px;
	margin-top:15px;
}

