<!-- ESTILO TAGS GENERALES -->
BODY {
	SCROLLBAR-FACE-COLOR: #C4C361; 
	SCROLLBAR-HIGHLIGHT-COLOR: #C4C361; 
	SCROLLBAR-SHADOW-COLOR: #4A4913; 
	SCROLLBAR-3DLIGHT-COLOR: #DBDA87; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFEB5; 
	SCROLLBAR-ARROW-COLOR: #4A4913; 
	SCROLLBAR-TRACK-COLOR: #FFFEB5; 
	SCROLLBAR-BASE-COLOR: #FFFEB5;
	padding-top:10px;
	margin:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	color: #25642F;
}
<!-- /ESTILO TAGS GENERALES -->

<!-- ESTILO CASOS PARTICULARES -->

.titPortada {
	//para las secciones del menu.
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 40px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #25642F;
}

.titSubPortada {
	//para las secciones del menu.
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 30px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #25642F;
}
.titSubPortada2 {
	//para las secciones del menu.
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #25642F;
}
.titMenu {
	//para las secciones del menu.
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #25642F;
}
.titMenu2 {
	//para las secciones del menu.
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #25642F;
}
.titSubmenu {
	//para las secciones del menu.
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #25642F;
}

.texto {
	//para las secciones del menu.
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	color: #25642F;
}

.textoBold {
	//para las secciones del menu.
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #25642F;
}
.textoCur {
	//para las secciones del menu.
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: italic;
	color: #25642F;
}

.textoCurBold {
	//para las secciones del menu.
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #25642F;
}
<!-- /ESTILO CASOS PARTICULARES -->