/******** MENU *******/
@media only screen and (max-width:720px) {
#botFull {display: none;}
#botIco {display: table-cell;}
.cabeza1-img{width: 80px;}
}


/******** CABECERO *******/
@media only screen and (max-width:1300px) {
.cuerpo-tit{font-size: 70px;}
}
@media only screen and (max-width:950px) {
.cuerpo-flechaW{bottom: 10%; width: 60px; }
.cabeza1-botones a{font-size: 14px;}
.cabeza1-botones li span{font-size: 14px;}
}
@media only screen and (max-width:720px) {
.cuerpo-cabecero{height: 400px;}
.cuerpo-flechaW{width: 50px; bottom: 15%;}
}
@media only screen and (max-width:820px) {
.cuerpo-tit{position: absolute; display: block; top: 25%; right: 0; left: 0; padding: 0 20px 0 20px; text-align: center; font-size: 50px; line-height: 50px;}
}







/******** CUERPO *******/
@media only screen and (max-width:450px) {
.cuerpo-tit1{font-size: 40px; line-height: 40px;}
.cuerpo-lista1{margin: 30px auto 40px 0;}
}


