/* lg */ 
@media (min-width: 1200px) {


iframe.cabecera {
height:60px;
position: fixed;
margin-top: 0;
z-index: 99999;
}


  

}



/* md */
@media (min-width: 992px) and (max-width: 1199px) {

iframe.cabecera {
height:60px;
position: fixed;
margin-top: 0;
z-index: 99999;
}



}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {

iframe.cabecera {
height:60px;
position: fixed;
margin-top: 0;
z-index: 99999;
}



}

/* xs */
@media (max-width: 767px) {


iframe.cabecera {
height:60px;
position: fixed;
margin-top: 0;
z-index: 99999;
}

   

}

/* XS Portrait */
@media (max-width: 480px) {

iframe.cabecera {
height:60px;
position: fixed;
margin-top: 0;
z-index: 99999;
}



}

