/*
    Created on : 24/03/2015, 16:40:44 AM
    Author     : Luis Garcia
*/

/*Cabecera estatica*/
#staticheader{
    width:100%;
    padding-bottom: 0px;
}

#staticheader
.banner {
    background-color: #ffffff;
}

.banner
.contbanner {
    max-width: 1140px;
    min-width: 240px;
    height: 140px;
    margin: auto;
}

.ipn {
    position: relative;
    float: left;
}

.escudosep {
    width: 647px;
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.escudoipn {
    width: 78px;
    height: 120px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.ipn .escudoipn a img {
    width: 78px;
    height: 120px;
}

.cenac {
    position: relative;
    float: right;
}

.escudocenac {
    width: 96px;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cenac .escudocenac a img {
    width: 96px;
    height: 100px;
}

@media screen and (max-width: 770px) {
    .banner .contbanner .ipn .escudosep {
        visibility: hidden;
    }

    .banner .contbanner .ipn .escudoipn {
        position: absolute;
    }
}

@media screen and (max-width: 865px) {
    .banner .contbanner .cenac {
        position: absolute;
	visibility: hidden;
    }
}
