.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 4F281F;
}
.casilla {
	border: 1px solid #4F281F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;

}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffe29f;
	background-color: #8F5101;
	border: 1px solid #4F281F;
}
body{
  scrollbar-arrow-color: #FEF5DF;
  scrollbar-track-color: #4F281F;
  scrollbar-face-color: #4F281F;
  scrollbar-highlight-color: #FEF5DF;
  scrollbar-3dlight-color: #4F281F;
  scrollbar-darkshadow-color: # FEF5DF;
  scrollbar-shadow-color: #FEF5DF;
}

.fondocuadros {
	background-attachment: fixed;
	background-image: url(images/fondo_cuadros.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: da7b00;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #da7b00;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #da7b00;
	text-decoration: underline;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #da7b00;
	text-decoration: none;

}
.fondolinks {
	background-attachment: fixed;
	background-image: url(images/fondo_links.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

