/* OCULTAR PAGINA EN PRINT */

.flash, .contenedor_menu_principal, .links_submenu_noticias, .menu2,  .contenedor_compartir, .contenedor_publicidad1, .contenedor_publicidad2, .capa_creditos, #relacionados {
	display: none;
}

/* PAGINA */

.encabezado {
	height: auto;
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002B89;
	float: left;
}
.direccion {
	height: auto;
	width: 680px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002B89;
	margin-top: 15px;
	padding-top: 20px;
	clear:both;
}

/* DETALLE DE NOTICIAS */


.contenedor_noticias {
	float: left;
	height: auto;
	width: 547px;
	padding-top: 10px;
	padding-right: 18px;
}
.titulo_tipo_noticias {
	height: auto;
	width: 195px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #303030;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
#articulo_completo {
	height: auto;
	width: 549px;
}
.contenedor_articulo {
	height: auto;
	width: 665px;
	border: 1px solid #001541;
	padding: 8px;
	margin-bottom: 10px;
	text-align: justify;
}
.articulo_completo_img {
	float: left;
	height: auto;
	width: auto;
	border: 1px solid #989898;
	padding: 5px;
	margin-right: 10px;
	min-width:221;
}
#img_caja2 {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	min-height:212;
}
.link_titulos_noticias {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}
.link_titulos_noticias a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}
.link_titulos_noticias a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #303030;
	text-decoration: underline;
}
.textos_articulos_completos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #303030;
	text-decoration: none;
	text-align: justify;
	line-height: 24px;
}
.fecha_articulos2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #dd2020;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.hora_articulos2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
/* OTROS ESTILOS */
.arial_12 {font-family: Arial, Helvetica, sans-serif;font-size: 12px;}
.negrita {font-weight: bold;}
.fuente_color-negro {color: #000;}
.centrado {text-align: center;}
