body {
SCROLLBAR-FACE-COLOR:#ffffff;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #1E1E20;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;

}
.direccion {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: E5DECB;
	text-decoration: none;
}
.direccion:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: E5DECB;
	text-decoration: underline;
}
.menu-grande {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-grande:hover {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
.menu-chico {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-chico:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
.titulos {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: D5CEBC;
	font-weight: bold;
}
.textos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.textos-sub {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.textos:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.boton-enviar {
        font-family: "Trebuchet MS";
        font-size: 11px;
        color: #000000;
        height: 20px;
        text-align:center;
        vertical-align: top;
        background-color: #ffffff;
        border: 1px solid #ffffff;
		cursor:hand;
		padding: 1px 0;
		}

.descripcion{
	height: 50px;
	text-align: left;
	padding-left: 20px;
	padding-right: 19px;
}