@charset "iso-8859-1";
/* CSS Document */

body {
	background-image: url(imgs/fondo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}

img {
	border:0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.TextoInterno {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:justify;
}

.TituloInterno {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #990000;
	text-align:justify;
}

.TextoFecha {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555555;
	text-align:right;
}

.TemaRoll {
	font-family:Arial;
	font-size:11px;
	color:#003300;
	font-weight:bold;
}
.TemaRoll_red {
	font-family:Arial;
	font-size:11px;
	color:#900;
	font-weight:bold;
}

.TextoRoll{
	font-family:Arial;
	font-size:11px;
	color:#333333;
}

.TemaNoticia{
	font-family:Verdana;
	font-size:15px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}

.FechaNoticia{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}

.TextoNoticia{
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	text-align:justify;
}

.LeerMas:link {
	font: Verdana;
	text-align:right;
	font-size:11px;
	text-decoration: underline;
	color:#666666;
}
.LeerMas:visited {
	font: Verdana;
	text-align:right;
	font-size:11px;
	text-decoration: underline;
	color:#666666;
}
.LeerMas:hover {
	font: Verdana;
	text-align:right;
	font-size:11px;
	text-decoration: underline;
	color:#AAAAAA;
}
.LeerMas:active {
	font: Verdana;
	text-align:right;
	font-size:11px;
	text-decoration: underline;
	color:#666666;
}

.LinkTemaNoticia:link {
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align:left;
}
.LinkTemaNoticia:visited {
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align:left;
}
.LinkTemaNoticia:hover {
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align:left;
}
.LinkTemaNoticia:active {
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align:left;
}

