﻿body 
{
    margin: 0;
    background:#1e1b1b url(/Empleados/Images/Empleados.jpg) no-repeat center center;
    background-size:100% 100%;
    opacity:0.9;
}

html 
{
    min-height: 100%;
    position: relative;
}

#footer
{
    border:10px solid black;
    background:black;
    width:100%;
}

footer 
{
    background-color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
}

.wf-wrap 
{
    width:100%;
}

#presscore-contact-info-widget-2
{
    padding-top: 10px;
    padding-bottom: 10px;
}

header 
{
    background:rgb(221, 221, 221);
    height:100%;
}

#cabecera 
{
    background:rgb(221, 221, 221);
    height:100%;
    padding:10px 0px 10px 0px;
}

.icon-circle .fa
{
    font-size           : 25px;
    color               : #e84700;
    margin              : 0 auto;
    height              : 80px;
    width               : 80px;
    border-radius       : 50%;
    border              : 2px solid #e84700;
    line-height         : 80px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}

.icon-circle  .fa:hover
{
    
    background-color        : #e84700;    
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}

.icon-circle  i:before
{
    margin-left         : 0px;
    font-size           : 40px;
}

@media (min-width:320px) and (max-width:768px) 
{
     .icon-circle .fa
     {
        font-size           : 15px;
        color               : #e84700;
        margin              : 0 auto;
        height              : 40px;
        width               : 40px;
        border-radius       : 50%;
        border              :2px solid #e84700;
        line-height         : 40px;
        cursor              : pointer;
        -webkit-transition  : all  ease-in-out 0.35s;
        -moz-transition     : all  ease-in-out 0.35s;
        -o-transition       : all  ease-in-out 0.35s;
        -ms-transition      : all  ease-in-out 0.35s;
        transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
    }

    .icon-circle  .fa:hover
    {
        background-color        : #e84700;    
        color                   : #fff;
        border                  : 1px solid #e84711;
        -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
        -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
        -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
        -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
        box-shadow              : inset 0px 0px 0px 5px #ffffff;
        -ms-transform           : scale(1.2,1.2); 
        -webkit-transform       : scale(1.2,1.2);
        -moz-transform          : scale(1.2,1.2); 
        -o-transform            : scale(1.2,1.2); 
        transform               : scale(1.2,1.2);  
    }

    .icon-circle  i:before
    {
        margin-left         : 0px;
        font-size           : 20px;
    }   
}

.ifacebook .fa
{
    color               :#3B5998;
    border              :2px solid #3B5998;
}

.ifacebook .fa:hover
{
    background-color        : #3B5998;    
    color                   : #fff;
    border                  : 1px solid #3B5998;
}

.itwittter .fa
{
    color               : #33ccff;
    border              :2px solid #33ccff;
}

.itwittter .fa:hover
{
    background-color        : #33ccff;    
    color                   : #fff;
    border                  : 1px solid #33ccff;
}

.igoogle .fa
{
    color               : #BD3518;
    border              :2px solid #BD3518;
}

.igoogle .fa:hover
{
    
    background-color        : #BD3518;    
    color                   : #fff;
    border                  : 1px solid #BD3518;
}

.iLinkedin .fa
{
    color               : #007bb7;
    border              :2px solid #007bb7;
}

.iLinkedin .fa:hover
{
    
    background-color        :#007bb7;    
    color                   : #fff;
    border                  : 1px solid #007bb7;
}