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