/* CSS Document */
body {
	background-image: none;
	background-color: #F7F7F7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*fondo centrado y fijo	
	background-image:url(../img/FONDO.jpg);
	background-color:#F2F2EA;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow:auto;*/
}


/*** HEADERS ***/



/*** LINKS ***/
a {
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	color: #FF9900;
	text-decoration: 0.5px; underline;
	font-size: 17px;
}
a img {
	border: none;
	text-decoration: none;
	border-bottom: none;
}


/*** TEXTOS ***/
.lectura_txt {
	font-family: "arial", helvetica, sans-serif;
	text-align: justify; 
	color: #666666;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: lighter;
	line-height: 18px;
}
.chicomarron_txt {
	font-family: "arial", helvetica, sans-serif;
	color: #301B00;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	line-height:11px;
}
.mediomarron_txt {
	font-family: "arial", helvetica, sans-serif;
	color: #301B00;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	line-height:11px;
	}
.grandemarron_txt {
	font-family: "arial", helvetica, sans-serif;
	color: #301B00;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height:11px;
}
.chiconaranja_txt {
	font-family: "arial", helvetica, sans-serif;
	color: #FF9900;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	font-weight: lighter;
	line-height:11px;
}
.link_txt {
	font-family: "arial", helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	color: #301B00;
	font-weight: bold;
	font-size: 15px;
	line-height:20px;	
}
.linkchico_txt {
	font-family: "arial", helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	color: #301B00;
	font-weight: bold;
	font-size: 10px;
	line-height:20px;		
}
.linkmedio_txt {
	font-family: "arial", helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	color: #301B00;
	font-weight: bold;
	font-size: 13px;
	line-height:20px;	
}

/*** BOTONES ***/
.boton {
	border: 0px solid #FFFFFF;
	background-color: #FF9900;
	font-family: "arial", helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: lighter;
}


/***TEXT AREA ***/
.textArea {
	font-family: "arial", helvetica, sans-serif;
	font-size: 13px;
}


/*** BORDES ***/
.bordes { 
  border-color: #E6E6E6; 
	border-style: solid; 
	padding: 0px 0px 0px 0px; 
	border-top-width: 0px; 
	border-right-width: 3px;  
	border-bottom-width: 0px; 
	border-left-width: 3px;
}