body 
{
	font-family: Verdana; 
	font-size: 10pt;
	text-decoration: none;
}

li 
{
	list-style-type: square;
	list-style-position: inside;
	line-height: 25px;	 
	color: #697402; 	
	text-indent: 1px;	
	cursor: hand; 
}
li:hover
{
	
	list-style-type: square;
	list-style-position: inside;
	line-height: 25px;	
	color: #CFE402;
	cursor: pointer; 	
}
p
{
	width: 90%;
	text-align: justify;
	list-style-type: square;
	list-style-position: inside;
	line-height: 25px;
	color: Maroon;
	font-size : 12px;
	font-family :Verdana;
}
p#titulo
{
	font-size : larger;
}
p#titulo2, p#titulo3
{
	font-size : large;
	font-style:oblique;
}
a.enlMenu 
{
	text-decoration: none;
	color: #697402;
	src: url(/img/cua_off.gif)
}
.tituloG
{
	font-size : 18px;
	font-weight : bold;
	font-family : Verdana;
}

