@font-face {
    font-family: MyriadWebPro;
    src: url(../fonts/MyriadWebPro.ttf);
    font-weight: normal;
}
@font-face {
    font-family: MyriadWebPro;
    src: url(../fonts/MyriadWebPro-Bold.ttf);
    font-weight: bold;
}

body{
    background-color: #080808;
    font-family: MyriadWebPro,verdana;
}
#titulo{
    width: 100%;
    height: 80px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 40px;
}
#barra{
    width: 100%;
    height: 3px;
}
#barra-iem{
    float:left;
    height: 100%;
    background:url("../images/degradadoazul200alto.png") repeat-x;
}
#barra-cft{
    float:left;
    width: 300px;
    height: 100%;
    background:url("../images/degradadonaranjo200alto.png") repeat-x;
}
#barra-amun{
    float:left;
    height: 100%;
    background:url("../images/degradadoverdel200alto.png") repeat-x;
}
#mascota{
    width: 263px;
    height: 249px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    overflow: visible;
}
#mascota img{
    z-index: 99999;
}
#botones{
    width: 100%;
    height: 200px;
}
#btnIEM{
    float:left;
    height: 100%;
    background:url("../images/degradadoazul200alto.png") repeat-x;
    z-index: -1;
    cursor: pointer;
}
#contenidoIEM{
    float: right;
    margin-right: 60px;
}
#btnCFT{
    float:left;
    width: 300px;
    height: 100%;
    background:url("../images/degradadonaranjo200alto.png") repeat-x;
    cursor: pointer;
}
#contenidoCFT{
    margin: 0 auto;
}
#btnAMUN{
    float:left;
    height: 100%;
    background:url("../images/degradadoverdel200alto.png") repeat-x;
    cursor: pointer;
}
#contenidoAMUN{
    float: left;
    margin-left: 60px;
}
.contenido{
    width: 160px;
    height: 100%;
    text-align: center
}
.contenido img.logo{
    height: 135px;
    max-width: 100%;
    padding-top: 14px;
}
.div-logo{
    height: 150px;
    width: 100%;
}
.div-social{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}
.div-social a{
    width: 40px;
    height: 40px;
    display: inline-block;
}
.div-social a:hover img{
    width: 40px;
    height: 40px;
}
.div-social img{
    width: 38px;
    height: 38px;
}
a.social-centro{
    margin: 0 10px;
}
#leyenda{
    width: 100%;
    height: 120px;
    padding: 40px 0;
    text-align: center;
    color:#fff;
    font-size: 18px;
}


#titulo-xs{
    padding: 15px 0;
    font-size: 16px;
    color:#fff;
}
.link-xs{
    display: inline-block;
    width: 100%;
    height: 100px;
    line-height: 50px;
        
}
.link-xs img.logo-xs{
    height: 80px;
    margin-top: 10px;
}
#xs-iem{
    background:url("../images/degradadoazul200alto.png") repeat-x;
    margin-bottom: 5px;
    border-radius: 5px;
}
#xs-cft{
    background:url("../images/degradadonaranjo200alto.png") repeat-x;
    margin-bottom: 5px;
    border-radius: 5px;
}
#xs-amun{
    background:url("../images/degradadoverdel200alto.png") repeat-x;
    margin-bottom: 5px;
    border-radius: 5px;
}