@charset "UTF-8";

/* CSS Document */

body {
    margin-left: 0px;
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #D7D1CF;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

img {
    border: none;
}


/*elimina el borde de las imagenes con links*/

:focus {
    outline: none;
    /*elimina los border puntuados -- spry adobe*/
}

#master {
    width: 980px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 0px;
    /*importante para corregir bug de margin top interior*/
    margin-top: 0px;
    /*importante para corregir bug de margin top interior*/
    background-color: #EBECF1;
}

#header {
    width: 980px;
    height: 173px;
    position: relative;
    z-index: 2;
    /*background-color:#ccc;*/
}

#menu {
    width: 980px;
    height: 91px;
    background-color: #404042!important;
}

#menu a {
    width: 163.3333333333333px;
    position: relative;
    height: 91px;
    float: left;
}

#slider {
    width: 980px;
    height: 490px;
    /*background-color:#ccc;*/
}

#cajasHome {
    width: 980px;
    height: 368px;
    background-color: #ccc;
}

#cajas1 {
    width: 327px;
    height: 368px;
    float: left;
    background-image: url(graficos/contenido/home/caja-experiencia.jpg);
}

#cajasTxt {
    width: 265px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 240px;
    /*background-color:#0C6;*/
}

#cajas2 {
    width: 326px;
    height: 368px;
    float: left;
    background-image: url(graficos/contenido/home/caja-equipo-prof.jpg);
}

#cajas3 {
    width: 327px;
    height: 368px;
    float: left;
    background-image: url(graficos/contenido/home/caja-reconocimientos.jpg);
}

#contGenral {
    width: 980px;
    height: auto;
    /*background-color:#ccc;*/
}

#contGenralAviso {
    width: 95%;
    height: auto;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    /*background-color:#ccc;*/
}

#footer {
    width: 980px;
    height: 90px;
    /*background-color:#ccc;*/
}

#divisor {
    width: 100%;
    height: 0px;
    /*2*/
    clear: both;
}

#divisor2 {
    width: 100%;
    height: 40px;
    clear: both;
}

.txtCaja {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999;
}

.txtGralTit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    color: #000;
}

.txtGral {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}


/*extras*/

#links_redes_sociales {
    width: 138px;
    height: 42px;
    float: right;
    margin-top: -49px;
    position: relative;
    display: none;
}

.fondo_rds {
    width: 28px;
    height: 28px;
    float: left;
    margin: 2px 3px 2px 2px;
}

#fece {
    background-image: url("graficos/layout/redes.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-position-y: 0px;
    background-position-x: 0px;
}

#twt {
    background-image: url("graficos/layout/redes.png");
    background-repeat: no-repeat;
    background-position: -32px 0px;
    background-position-y: 0px;
    background-position-x: -32px;
}

#link {
    background-image: url("graficos/layout/redes.png");
    background-repeat: no-repeat;
    background-position: -63px 0px;
    background-position-y: 0px;
    background-position-x: -63px;
}

.img_socios {
    position: relative;
}

.img_socios .image_socios {
    position: absolute;
    top: 0;
}

.text1 {
    display: none;
}

.text2 {
    display: none;
}

.text3 {
    display: none;
}

.text4 {
    display: none;
}

.text5 {
    display: none;
}

.more {
    cursor: pointer;
    padding-top: 30px;
}

.item_asociado {
    min-height: 220px;
}

.close {
    width: 52px;
    float: right;
    cursor: pointer;
}

#subBar {
    display: none!important;
}

.tel {
    margin-top: -2px!important;
}


/*extras*/