.cajaformulario {  
width: 265px;
border: 1px #BE8C7F solid;
background-color: #E1DFD1;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #000000;
cursor: text;
}

.botonformulario {
border: 1px #872B15 solid;
background-color: #BE8C7F;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
cursor: hand
}

.txtCamposformulario {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
font-weight: bold;
color: #717488;
}

