.cajaformulario {  
width: 298px;
border: 1px #5b754b solid;
background-color: #f8f9f8;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
cursor: text;
}

.botonformulario {
border: 1px #5b754b solid;
background-color: #88ad2e;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
cursor: hand
}

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

