
.izq_contacto{
    float:left;
    width:400px;
    height:394px;
    padding-top:30px;
    padding-left:15px;
   
}

/* BOTONES DEL FORMULARIO */


#BotEnviar input{
    position: relative;
    top: -21px;
    width: 91px;
    height: 21px;
    z-index: 49;
    background-image: url(../images/b_contacto.jpg);
    background-repeat: no-repeat;
    border:0px;
    vertical-align:middle;
    margin-left:257px;
    *margin-left:273px;
    color:#fff;
    
   
}

#BotEnviar input:hover{
    background-image: url(../images/b_contacto_h_.jpg);
    background-repeat: no-repeat;
    color:#A50E1C;
}

#BotEnviarHover {
    position: relative;
    top: -21px;
    width: 91px;
    height: 21px;
    z-index: 50;
     margin-left:257px;
    *margin-left:273px;
}


#BotLimpiar input{
    position: relative;
    top: 0px;
    width: 91px;
    height: 21px;
    z-index: 51;
    background-image: url(../images/b_contacto.jpg);
    background-repeat: no-repeat;
    border:0px;
    margin-left:147px;
    *margin-left:163px;
    color:#fff;
}


#BotLimpiar input:hover{
    background-image: url(../images/b_contacto_h_.jpg);
    background-repeat: no-repeat;
    color:#A50E1C;
}


#BotLimpiarHover {
   position: relative;
    top: 0px;
    width: 91px;
    height: 21px;
    z-index: 52;
    margin-left:147px;
    *margin-left:163px;
}

.tablacontacto{
    border:0px;
    color:#000;

}

.tablacontacto textarea{
    overflow:auto;
   }

.masinformacion{
    color:#000;
    font-size:10.5px;
    font-weight:bold;
    width:395px;
  
    height:auto;
}

.enviomail{
    float:left;
    margin-top:-20px;
}
