body {
	background: #ffffff;
	color: #000000;	
}

a {
	font-size: 8pt;
	color: #3A82EF;
	text-decoration: underline;
	font-family: Verdana;
}
a:link		{ color: #3A82EF; text-decoration: underline; }
a:visited	{ color: #3A82EF; text-decoration: underline; }
a:active	{ color: #ff0000; }
a:hover		{ color: #ff0000; }


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 5px;
}

.tabla-contenidos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-indent: 5px;
}
.tabla-cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Red;
	text-align: justify;
	font-weight: bold;
}

.imagenes{
	border: 1px solid Black;
	
	height: 100px;
}

.noticias_titular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF8C00;
	text-align: justify;
	text-indent: 5px;
	font-weight: bold;
	background-color: #EFEFEF;
}

.noticias_titular_grande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF8C00;
	text-align: justify;
	text-indent: 5px;
	font-weight: bold;
	background-color: #EFEFEF;
}

.noticias_creacion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: ThreedDarkShadow;
	border: thin;
	border-bottom-color: Silver;
	text-align: right;	
}

.noticias_borde_ppal{
	border: 1px dotted #A9A9A9;
	border-color: Black;
}
.noticias_borde{
	border: 1px solid;
	border-color: Black;
}
.noticias_enlace{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Blue;
	border: thin;
	border-bottom-color: Silver;
	text-align: left;	
	}
noticias_enlace:link		{ color: #3A82EF; text-decoration: none; }
noticias_enlace:visited	{ color: #3A82EF; text-decoration: none; }
noticias_enlace:active	{ color: #ff0000; }
noticias_enlace:hover		{ color: #ff0000; }
.noticias_contenido{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	text-indent: 5px;
}

.seccion_titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: Black;
	font-weight: bold;
}
input{
	background-color: #FFA500;
	font: Verdana;
	font-size: xx-small;
	color: Black;
	font-weight: bold;
	border-left-style: none;
	border-right-style: none;
	border-style: solid solid solid solid;
	clear: none;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border: 1px solid Black;
}

.menu_enlace{
	font: Verdana;
	font-size: 12;
	font-weight: bold;
}
menu_enlace:link		{ color: #3A82EF; text-decoration: none; }
menu_enlace:visited	{ color: #3A82EF; text-decoration: none; }
menu_enlace:active	{ color: #ff0000; }
menu_enlace:hover		{ color: #ff0000; }

