body {
	font-family: "Lucida Grande","Trebuchet MS", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
   color: #ABA4A4;
	background-color: #ffffff;
	margin: 0px;
   padding: 0px;
			}

p {
	/*font-family: "Trebuchet MS", Arial, Verdana;*/
	font-size: 12px;	/*	definimos el texto de todo el sitio	*/
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
h1 {
	/*font-family: "Trebuchet MS", Arial, Verdana;*/
/*	font-family: Georgia, "Times New Roman", Times, serif;	*/
	font-size: 25px;
	color: #75AC23;   /*  Naranja LOGO: #F55D1E */
	font-weight: normal;
}
h2 {
	/*font-family: "Trebuchet MS", Arial, Verdana;*/
/*	font-family: Georgia, "Times New Roman", Times, serif;	*/
	font-size: 20px;
	color: #4E6926;	/*  GRIS LOGO: #353535 */
	font-weight: normal;
}
h3 {
	/*font-family: "Trebuchet MS", Arial, Verdana;*/
/*	font-family: Georgia, "Times New Roman", Times, serif;	*/
	font-size: 16px;
	font-weight: normal;
	color: #ED2224;
	padding-top: 10px;
}
h4 {
	/*font-family: "Trebuchet MS", Arial, Verdana;*/
/*	font-family: Georgia, "Times New Roman", Times, serif;	*/
	font-size: 12px;
	color: #353535;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}
h5 {
	/*font-family: "Trebuchet MS", Arial, Verdana;*/
/*	font-family: Georgia, "Times New Roman", Times, serif;	*/
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-transform: uppercase;
}


a:link, a:visited {
	font-weight: normal;
	color: #696767;
	text-decoration: underline;
}
a:hover, a:active {
	color: #248837;
	text-decoration: underline;
}
