#slider {
        position:absolute;
        left: 275px;
        top: 0;
        width: 700px;
        height: 170px;
    }
    #logo {
        margin-top: 10px;
        right: 0;
        width: 200px;
        height: 200px;
    }
    .lin{
     font-size: 16px;   
    }
    #header .nav li a {
        display: block;
        float: left;
        width: 110px;
        height: 55px;
        line-height: 52px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-align: center;
        margin-right: 2px;
        background: url(../images/nav-bg1.png) no-repeat left top;
    }
    #header .nav li a.current {
        background: url(../images/nav-bg2.png) no-repeat left top;
    }
#contacto{
   font-size: 15px; 
}
#mensajePrincipal{
    font-size: 16px;
    height: 60px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 380px;
    padding:10px;
}
#imagenPrincipal{
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
    margin-top: 5px;
}
#mensajeMision{
    font-size: 16px;
    height: 60px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 380px;
    padding:10px;
}
.imgMision{
    float: right;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
    margin-top: 35px;
}
#mensajeVision{
    font-size: 16px;
    height: 60px;
    //float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 530px;
    padding:10px;
}
.imgVision{
    //float: left;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
    margin-top: 85px;
}
#mensajeValores{
    font-size: 16px;
    height: 60px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 280px;
    padding:10px;
}
.imgValores{
    float: right;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
    margin-top: 5px;
}
#mensajeObjetivos{
    font-size: 16px;
    height: 60px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 280px;
    padding:10px;
}
.imgObjetivos{
    float: right;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
    margin-top: 5px;
}
.imgProv{
    float: left;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 30px;
    
}
.imgProv1{
    float: right;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 30px;
}  
.imgProv2{
    float: left;
    margin-top: 20px;
    margin-left: 200px;
    margin-right: 30px;
    
}
.imgc1{
    
}
.imgC2{
}
/**********************************************************
***********************************************************

Estilo POP UP

************************************************************
***********************************************************/

#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    min-height:250px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}
#popupMap {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}