@charset "utf-8";
/* CSS Document */


img{border:0;}

/*//////////////////////////// TEXTO /////////////////////////////*/

/*titulos*/
.titulo { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#464646;}
.cintillo{ font-family:Tahoma; font-size:12px; color:#FFFFFF; background-color:#386a93;}

/*////////////////////////// CONTENIDO ///////////////////////////*/

/*barra derecha*/

/*////////////////////////// NOTICIAS ///////////////////////////*/
#noticias {
	background-color: #dfdfe0;
}

#noticias .titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1776ae;
	vertical-align:top;
	text-align:left;
	font-weight: bold;
}
#noticias .titulo A:link{ color:#1776ae; text-decoration:none;}
#noticias .titulo A:hover{ color:#1776ae; text-decoration:underline;}
#noticias .titulo A:visited{color:#1776ae; text-decoration:none;}

#noticias .fecha {
	font-family: Tahoma;
	font-size: 10px;
	color: #555555;
}

#noticias .resumen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	line-height: normal;
}

#noticias .leer_mas {
	font-family: Tahoma;
	font-size: 9px;
	color: #1776ae;
	font-style:oblique;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

#noticias .leer_mas A:link{ color:#1776ae; text-decoration:none;}
#noticias .leer_mas A:hover{ color:#1776ae; text-decoration:underline;}
#noticias .leer_mas A:visited{color:#1776ae; text-decoration:none;}

/*////////////////////////// DETALLE NOTICIAS ///////////////////////////*/

.bg {
	background-image: url(imagenes/esquina.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.noti_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff884f;
	vertical-align:middle;
	text-align: center;
	font-weight: bold;
}
.noti_fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align:middle;
	text-align: left;
}
.noti_resumen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align:middle;
	text-align: justify;
}

/*///////////////////////// NOTICIAS PARA PROGRAMAS ///////////////////////////////////*/

.bg_noticias{
	background-color: #dfdfe0;
}

.news_fecha {
	font-family: Tahoma;
	font-size: 10px;
	color: #363636;
}

.news_titulo {
	font-family: verdana;
	font-size: 10px;
	color: #1776ae;
	text-align: justify;
	vertical-align: top;
	line-height: normal;
	font-weight: bold;
}

#noticias_mc A:link{ color:#1776ae; text-decoration:none;}
#noticias_mc A:hover{ color:#1776ae; text-decoration:underline;}
#noticias_mc A:visited{color:#1776ae; text-decoration:none;}
