/* CSS Document */

body {
	background-color:#EBEBD6;
}	
.textoregularnegro {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
.textoregularverde {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #898B76;
}
.textoregularblanco {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}
.textoregurojobold {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #8C433D;
}
.textverd {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #527f78;
}
.textocreditos {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#898B76;
}
.textotitulosrojo {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#993300;
}
.textotitulosblanco {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.textoverdegrande {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #898B76;
}
.textonaranja {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #e87b49;
}
a:link {
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #000000;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}