/* CSS Document */

input {
	border-top:0;border-left:0;	border-right:0;
	border-bottom:solid 1px #666E4C;
	background:none;
}
textarea {
	border-top:0;border-left:0;	border-right:0;
	border-bottom:solid 1px #666E4C;
	background:none;
	white-space:wrap;
	scrollbar:none;
scrollbar-shadow-color:#EAEBE6;
scrollbar-highlight-color: #EAEBE6;
scrollbar-3dlight-color: #EAEBE6;
scrollbar-darkshadow-color: #EAEBE6;
scrollbar-track-color: #EAEBE6;
scrollbar-arrow-color: #EAEBE6;
 	scrollbar-base-color:#EAEBE6;

}

input, textarea {
	font:7pt Arial,Helvetica,sans-serif;
	color:#253000
}
/* 	scrollbar-face-background: url(../img/gral/barra_inclinada2.gif);
*/
form dt {
	color:#666E4C;
	font-weight:normal;
}
form dd {
	margin:5px 0px 10px 0px;
	background:url(../img/gral/barra_inclinada2.gif);
}
.cien {width:100%;}
.ocho {width:80%;}
.cuat {width:40%;}

#boton {color:#55CDFF;  border-left:solid 1px white; border-top:solid 1px white; font-size:7.5pt; font-weight:bold;  vertical-align:bottom;}
#boton:hover{color:#253000; text-decoration:none; border:solid 1px #253000;}
