/* Estilos para formularios */
form {
        padding: 0px;
        width: 400px;
        margin-left: 100px;
}
label {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        color: black;
        display: block;
        float: left;
}
.campo {
        width: 254px;
        height: 20px;
        margin-bottom: 5px;
        border-top: 1px Solid #eee;
        border-right: 1px Solid #aaa;
        border-bottom: 1px Solid #aaa;
        border-left: 1px Solid #eee;
        background-color:#CCCCCC;
        padding: 2px;
        color: #800000;
}
.campo:hover {
background-color:#EEEEEE;
}
#mensaje {
        width: 265px;
        height: 193px;
        font-family: "Trebuchet MS", Arial, Verdana;
        font-size: 14px;
}
#mensaje:hover {
        background-color:#eeeeee;
}
#boton_enviar {
        width: 88px;
        height: 27px;
        margin-left: 80px;
        border-top: 1px Solid #eee;
        border-right: 1px Solid #aaa;
        border-bottom: 1px Solid #aaa;
        border-left: 1px Solid #eee;
        color: #000000;
}
#boton_enviar:hover {
        border-top: 1px Solid #aaa;
        border-right: 1px Solid #eee;
        border-bottom: 1px Solid #eee;
        border-left: 1px Solid #aaa;
}

