/* CSS Document */
body {
	background-color: #F5F3C6;
	margin-left: 0px;
	margin-top: 0px;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: inside;
	list-style-type: disc;
}

.Lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: inside;
	list-style-type: disc;
	white-space: normal;
	margin: auto;
}

.Normalrojo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E32922; 
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.Noticias {
	border: 1px solid #006b31;
}

.borde {
	border-top: 1px none #006b31;
	border-right: 1px solid #006b31;
	border-bottom: 1px solid #006b31;
	border-left: 1px none #006b31;
}

.bordeNTERO {
	border: 1px dotted #006b31;
}

.blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.Titulos{
font-family: Arial, Helvetica, sans-serif; 
color: #006b31; 
font-weight: bold; 
font-size: 14px; 
}

.TituloBLANCO{
font-family: Arial, Helvetica, sans-serif; 
color: #FFFFFF; 
font-weight: bold; 
font-size: 13px; 
}
.TituloROJO{
font-family: Arial, Helvetica, sans-serif; 
color: #E32922; 
font-weight: bold; 
font-size: 13px; 
}

a:link {
	color: #006b31;
}
a:visited {
	color: #006b31;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #006b31;
}
.barras {
	line-height: 1px;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.titulorojotexto {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
