.fondo {
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.menu {
	background-attachment: fixed;
	background-image: url(images/fondo_menu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 467282;
}
.textoingles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 7a4c0a;
}
.logofondo {
	background-attachment: fixed;
	background-image: url(images/logo_fondo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.casillas {
	border: 1px solid #467282;
	background-color: #F9F8EE;
	font-size: 11px;
}
.boton {
	border: 1px solid #467282;
	color: #467282;
	background-color: #EEF4F7;
	font-size: 10px;
	font-weight: bold;

}
body{
  scrollbar-arrow-color: #467282;
  scrollbar-track-color: #F9F8EE;
  scrollbar-face-color: #EEF4F7;
  scrollbar-highlight-color: #467282;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-shadow-color: #467282;
}.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
