#staticheader{
    width:100%;
    padding-bottom: 0px;
}

#staticheader 
.banner {
    background-color: #ffffff;
}

.banner 
.contbanner {
    max-width: 1140px; 
    min-width: 240px;
    height: 100px;
    margin: auto;
}

.ipn {
    position: relative;
    float: left;
}

.escudosep { 	
    width: 270px;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    float: left;
}

.escudoipn {
    width: 67px;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.dch {
    position: relative;
    float: right;
}

.escudodch {
    width: 95px;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dch .escudodch a img { 	
    width: 60px;
    height: 90px;
}

@media screen and (max-width: 515px) {
    .banner .contbanner .ipn .escudosep {	
        visibility: hidden;
    }
  
    .banner .contbanner .ipn .escudoipn {
        position: absolute;
    }
}

@media screen and (max-width: 606px) {
    .banner .contbanner .dch {
        position: absolute;
	visibility: hidden;
    }
}