body, td, input, select, textarea {
	font-family: Trebuchet MS, verdana, arial, helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
}

.lateral {
	margin-top: 5px;
	margin-bottom: 5px;
}
.contenido {
	border-style: solid;
	border-width: 1px;
	border-color: #B2B2B2;
	padding: 10px;
	height: 250px;
	overflow: hidden;
}

.pie {
	font-size: 7pt;
	color: #333333;
}

/* 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: underline;
}

a:link.categoria {
	font-weight: bold;
	color: #00588a;
	text-decoration: none;
}
a:active.categoria {
	font-weight: bold;
	color: #00588a;
	text-decoration: none;
}
a:visited.categoria {
	font-weight: bold;
	color: #00588a;
	text-decoration: none;
}
a:hover.categoria {
	font-weight: bold;
	color: #00588a;
	text-decoration: underline;
}

a:link.subcategoria {
	color: #666666;
	text-decoration: none;
}
a:active.subcategoria {
	color: #666666;
	text-decoration: none;
}
a:visited.subcategoria {
	color: #666666;
	text-decoration: none;
}
a:hover.subcategoria {
	color: #666666;
	text-decoration: underline;
}

/* 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;
}

