#home
{
    float:left;
    background-attachment: fixed;
    width: 16.65%;
    height: 40.2em;
   }

#logojad
{
    display: inline-block;
    margin-left: 2%;
    
   }

.enlace
{
    display: inline-block;
    position: relative;
    left: 13%;
    margin-right: 0.6em;
    margin-left: 0.6em;
    font-family: 'Font1', 'Moon Bold.woff';
    color: #393939;
    line-height: 150%;
    }

/*#resaltado
{
    font-family: dashed;
    width: 80px;
    height: 7px;
    color: #FF6600;
}*/

#encabezado
{
    display: inline-block;
    width: 83.2%;
    height: 9.35em;
    margin:0px;
   }

body
{
    background-color: #d0d0d0;
}

#cuerpo
{
    display: inline-block;
    background-color: #FFFFFF;
    box-shadow: -3px -4px 250px -20px #555555;
    width: 70%;
    margin-top: -3px;
    margin-left: 5em;

    /*line-height: 0px: dashed;*/
    }

#imagen_cuerpo_nosotros
{
    float:left;
    width: 33%;
    height: 25em;
   }

#texto_cuerpo_nosotros
{
    float:left;
    width: 60%;
    position: relative;
    margin-left: 3%;
    }
h2
{
    font-family: 'Font3', 'MyriadPro-Cond.woff';
    font-weight: normal;
    color: #e94e1b;
    }

ul
{
    color: #FF6600;
    line-height: 180%;
}

li
{
    color: #4D4D4D;
}

h5
{
    font-family: 'Font2', 'MyriadPro-Cond.woff';
    color: #393939;
    text-align: justify;
    line-height: 130%;
}

#jad
{
    font-family: 'Font1', 'Moon Bold.woff';
    font-weight: normal;
    color: #393939;
    background-color: #b4b4b4;
    text-align: center;
    margin-left: 16.65%;
    height: 2.5em;
    line-height: 2.5em;
}

.facebook
{
    background:#466ab5;
    background:-webkit-linear-gradient(top, #466ab5 0%, #3f5fa3 100%);
    background:-moz-linear-gradient(top, #466ab5 0%, #3f5fa3 100%);
    background:-ms-linear-gradient(top, #466ab5 0%, #3f5fa3 100%);
    background:-o-linear-gradient(top, #466ab5 0%, #3f5fa3 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #466ab5), color-stop(100%, #3f5fa3));
    background:linear-gradient(to bottom, #466ab5 0%, #3f5fa3 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='$top', endColorstr='$bottom', GradientType=0)}
.facebook:hover
{background:#3f5fa3;
    background:-webkit-linear-gradient(top, #3f5fa3 0%, #385490 100%);
    background:-moz-linear-gradient(top, #3f5fa3 0%, #385490 100%);
    background:-ms-linear-gradient(top, #3f5fa3 0%, #385490 100%);
    background:-o-linear-gradient(top, #3f5fa3 0%, #385490 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f5fa3), color-stop(100%, #385490));
    background:linear-gradient(to bottom, #3f5fa3 0%, #385490 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='$top', endColorstr='$bottom', GradientType=0)
}