body, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
}


/* ESTILOS PARA ENLACES NORMALES Y DEL MENU LATERAL */

a:link {
	color: #336600;
	text-decoration: none;
}
a:active {
	color: #336600;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: none;
}

a:link.menu {
	font-weight: bold;
	color: #E50606;
	text-decoration: none;
}
a:active.menu {
	font-weight: bold;
	color: #E50606;
	text-decoration: none;
}
a:visited.menu {
	font-weight: bold;
	color: #E50606;
	text-decoration: none;
}
a:hover.menu {
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

/* ESTILOS PARA LOS ARTICULOS Y CONTENIDOS */

.titulo {
	font-family: Trebuchet MS, verdana, arial, helvetica;
	font-size: 21px;
	font-weight: bold;
	color: #cc0033;
}
.subtitulo {
	font-family: Trebuchet MS, verdana, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}
.destacado {
	font-family: Trebuchet MS, verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.normal {
	font-family: Trebuchet MS, verdana, arial, helvetica;
	font-size: 12px;
	color: #000000;
}

