.texto {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #878f70;

}
.textoingles {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #741624;

}
.menu {
	background-color: FBFBEB;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 878f70;
	border-right-color: 878f70;
	border-bottom-color: 878f70;
	border-left-color: 878f70;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 878f70;
	text-decoration: none;
	font-weight: bold;

}
a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 878f70;
	text-decoration: none;
	font-weight: bold;
}
a:hover {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 878f70;
	text-decoration: underline;
	font-weight: bold;
}
a:active {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 878f70;
	text-decoration: none;
	font-weight: bold;
}

.casillas {
	border: 1px solid #cccda8;
	background-color: #fbfbeb;
	font-size: 11px;
}
.boton {
	border: 1px solid #878f70;
	color: #000000;
	background-color: #cccda8;
	font-size: 10px;

}.fondo {
	background-attachment: fixed;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
body{
  scrollbar-arrow-color: #878f70;
  scrollbar-track-color: #FFFFFF;
  scrollbar-face-color: #cccda8;
  scrollbar-highlight-color: #878f70;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-shadow-color: #878f70;
}