body
{
    margin: 0;
    font-family: 'Istok Web', sans-serif;
    overflow: hidden;
}

img
{
    border: 0;
}

a
{
    text-decoration: none;
    color: #333;
}

:focus
{
    outline: none;
}

#divHtml
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#divMenu
{
    width: 1920px;
    height: 48px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    -webkit-box-shadow: 0px -5px 20px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px -5px 20px rgba(50, 50, 50, 0.75);
    box-shadow:         0px -5px 20px rgba(50, 50, 50, 0.75);
}

#divMenu .contenido
{
    width: 938px;
    height: 48px;
    margin: auto;
    text-align: center;
 }

#divMenu .padding-top
{
    width: 938px;
    height: 18px;
}

#divMenu .contenido .menu-izq
{
    width: 320px;
    height: 35px;
    float: left;
    overoverflow: hidden;
}

#divMenu .contenido .menu
{
    width: 320px;
    height: 30px;
    float: left;
}

#divMenu .contenido .menu-der
{
    width: 320px;
    height: 30px;
    float: right;
}

#divMenu .contenido .logo
{
    width: 298px;
    height: 48px;
    float: left;
}

#divMenu .contenido .logo img
{
    width: 81px;
    height: 42px;
}

#divMenu .contenido .menu a
{
    font-size: 13px;
    color: #213a46;
    font-weight: 700;
}

#divMenu .contenido .menu .seleccionado
{
    font-size: 13px;
    color: #f31331;
    font-weight: 700;
}

#divMenu .contenido .menu .espacio1
{
    width: 30px;
    height: 30px;
    float: left;
}

#divMenu .contenido .menu .espacio
{
    width: 40px;
    height: 30px;
    float: left;
}

#divMenu .contenido .menu .opcion
{
    width: auto;
    height: 30px;
    float: left;
    overflow: hidden;
    text-align: center;
}

#divMenu .contenido .menu .opcion .link
{
    width: 100%;
    height: 19px;
    float: left;
}

#divMenu .contenido .menu .opcion .flecha
{
    width: 100%;
    height: 11px;
    float: left;
    overflow: hidden;
    text-align: center;
}

#divMenu .contenido .menu .opcion .flecha img
{
    width: 35px; 
    height: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#divMenu .contenido .menu-der .menu .opcion .link
{
    width: 100%;
    height: 19px;
    float: right !important;
}

.seccion
{
    overflow: hidden;
}

#divLg-fondo
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90);
    display: none;
}

#divLg
{
    width: 1920px;
    height: 1080px;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    display: none;
}

#divLg .formulario-enviado
{
    width: 339px;
    height: 323px;
    background-image: url("../img/contacto/fondo-gracias.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 20%;
    left: 41%;
    text-align: center;
    display: none;
}

#divLg .formulario-enviado .enviar-otro
{
    margin-top: 70%;
    width: 168px;
    height: 31px; 
    cursor: pointer;
}

#divLg .formulario .formularioCloseBtn{
   display: block; position: absolute; width: 62px; height: 62px; margin: 0 auto; top: -90px; left: 138.5px;
   
}
#divLg .formulario .formularioCloseBtn:hover{
   cursor: pointer;
   content: url(../img/contacto/closeHover.png);
}

#divLg .formulario
{
    width: 339px;
    height: 589px;
    background-image: url("../img/contacto/fondo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 20%;
    left: 41%;
    text-align: center;
}

#divLg .formulario .lbl-ubicacion-enter
{
    width: 300px;
    height: 17px;
    margin: auto;
}

#divLg .formulario .lbl-ubicacion
{
    width: 300px;
    height: 26px;
    margin: auto;
    font-size: 12px;
    color: #939393;
    font-weight: bold;
}

#divLg .formulario .direccion
{
    width: 300px;
    height: 62px;
    margin: auto;
    font-size: 12px;
    color: #c5c5c5;
    font-weight: bold;
}

#divLg .formulario .tel
{
    font-size: 23px;
    color: #017eba;
    font-weight: bold;
    text-shadow: -2px 1px 1px #FFF;
    background: url("../img/contacto/phone.png") center left no-repeat;
    padding-left: 36px;
}

#divLg .formulario .padding-top
{
    width: 339px;
    height: 73px;
}

#divLg .formulario .msj-error
{
    width: 339px;
    height: 17px;
    font-size: 9px;
    color: #f6627c;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

#divLg .formulario input , #divLg .formulario textarea
{
    width: 279px;
    height: 25px;
    background: #fff;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    font-size: 12px;
    color: #bcbcbc;
    text-align: center;
    font-weight: 400;
    background-size: auto;
    background-repeat: no-repeat;
}

#divLg .formulario .enter
{
    width: 339px;
    height: 23px;
}

#divLg .formulario textarea
{
    height: 95px;
    resize: none;
    vertical-align: middle;        
    font-family: 'Istok Web', sans-serif !important;
    font-size: 12px;
    color: #bcbcbc;
    text-align: center;
    font-weight: 400;
}

#divLg .formulario .enviar
{
    margin-top: 2%;
    width: 75px;
    height: 31px; 
    cursor: pointer;
}