/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #E9EFFF;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position:top;
	

}
.estamosviendo {font-size: 11px; color: #40596D; font-family: "Trebuchet MS";
}
.txt-contenido {font-size: 11px; color: #40596D; font-family: "Trebuchet MS";
}
.txt-programa1 {font-size: 9px; color: #40596D; font-family: "Verdana";
}
.noticias-cantidad {
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
}
.noticias-cat {
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.cotizaciones {color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.link-noticias1 {font-size: 11px; color: #3A5367; font-family: "Trebuchet MS";}
.link-noticias3 {font-size: 14px; color: #3A5367; font-family: "Trebuchet MS";}
.link-noticias2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}

/* "linknoticias2" para el menu lateral izquierdo de noticias */
a.linknoticias2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #3A5367;
}
a.linknoticias2:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #3A5367;
}
a.linknoticias2:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #3A5367;
}
a.linknoticias2:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}
a.linknoticias2:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #3A5367;
}


/* "linknoticias" para el los titulos de noticias en la portada*/
a.linknoticias {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
a.linknoticias:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
a.linknoticias:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
a.linknoticias:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #E2E2E2;
	text-decoration: underline;
}
a.linknoticias:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}



.clima-label{font-family: "Trebuchet MS"; font-size: 11px; font-weight: bold; color: #999999; }
.clima-info {font-size: 20px; color: #2C5BB7; font-family: "Trebuchet MS";}
.noticias-fecha {font-family: "Trebuchet MS"; font-size: 9px; color: #333333; }
a {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

-->