/* Estilos para la banda de cookies */
.cookies{display:none; width: 100%; padding: 20px 0; position: fixed; font-weight: 300; background: #333; z-index: 9998; bottom:0; color: #dfdfdf; float: left;}
.cookies p{float: left; width: 95%; font-size: 14px;}
.cookies p a{border-bottom: 1px dotted; color: #fff;}
.cookies .boton_cookie{float: right;}



/*------------- Ipad vertical -------------*/
@media (max-width: 1024px) and (orientation : portrait){
.cookies .inner-movil{padding:0 15px;}
}




/*------------- Ipad horizontal real -------------*/
@media only screen and (min-width : 980px) and (max-width : 1024px) and (orientation : landscape) {
.cookies .inner-movil{padding:0 15px;}

}




/*------------- Iphone -------------*/
@media (max-width: 767px) {
.cookies{padding: 15px 0;}
.cookies .inner-movil{padding:0 15px;}
.cookies p{width: 84%; font-size: 13px; text-align: justify;}
}


/* Iphone 4 y 5  */
@media only screen and (max-width : 320px){

}




/*------------- Iphone 6 plus -------------*/
@media (min-width: 414px) and (max-width: 736px){

}



/*------------- MOVIL HORIZONTAL IPHONE 5,6 > -------------*/
@media (min-width: 320px) and (max-width: 736px) and (orientation : landscape){

}