<!-- ESTILO TAGS GENERALES -->
BODY {
	SCROLLBAR-FACE-COLOR: #F98027; 
	SCROLLBAR-HIGHLIGHT-COLOR: #F98027; 
	SCROLLBAR-SHADOW-COLOR: #FEFDFC; 
	SCROLLBAR-3DLIGHT-COLOR: #FEFDFC; 
	SCROLLBAR-DARKSHADOW-COLOR: #FEFDFC; 
	SCROLLBAR-ARROW-COLOR: #FEFDFC; 
	SCROLLBAR-TRACK-COLOR: #FEFDFC; 
	SCROLLBAR-BASE-COLOR: #FEFDFC;
	padding-top:10px;
	margin:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	color: #F98027;
}
<!-- /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: #582C0C;
}

.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: #582C0C;
}
.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;
	color: #582C0C;
}
.titMenu2 {
	//para las secciones del menu.
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	color: #582C0C;
}
.titSubmenu {
	//para las secciones del menu.
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	color: #582C0C;
}

.titSubmenu2 {
	//para las secciones del menu.
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	color: #582C0C;
	text-align: justify;
}

.texto {
	//para las secciones del menu.
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	color: #FEFDFC;
}

.texto2 {
	//para las secciones del menu.
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	color: #582C0C;
}

.textoCur {
	//para las secciones del menu.
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: italic;
	color: #582C0C;
}

.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 -->