#content-contacto
{
    width:100%;
    height: 750px;
}
#form
{
    position: relative;
    float: left;
    width: 100%;
    background: #86d1e7;
    height: 400px;
}
#contacto-titulo
{
   margin: 20px 0 10px 0;
    color: white;
    font-size: 25pt;
    width: 100%;
}
#controles
{
    width: 100%;
    height: 200px;
}
#controles input
{
    width: 50%;
    margin: 10px 0 10px 0;
    border: 1px solid #bebebe;
}
#txtcorreo
{
    height: 30px;
}
#txtnombre
{
    height: 30px;
}
#txtmensaje 
{ 
    width: 50%;
    height: 150px;
    margin: 10px 0 10px 0;
    border: 1px solid #bebebe;
}
#btnSend
{
    border: none;
    background: #ebebeb;
    margin: 80px 0 10px 0;
    border-radius: 10px;
    width:120px;
    height: 30px;
    font-size: 12pt;
}
#btnSend:hover
{
    background: #afafaf;
    color: white;
    cursor: pointer;
}
#ham-menu{
    z-index: 3;
}
@media(max-width:544px)
{
	#controles input
    {
        width: 80%;
    }
    #txtmensaje 
    { 
        width: 80%;
    }
}
