
/* RESPONSIVE ------------------------------------------------------- */


/* 1 ipad land*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
}

/* 2 ipad port*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* 3 iphone land*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* 4 iphone port*/
@media only screen and (min-width: 320px) and (max-width: 479px){
}

/* improvement of secondary menu in small devices */

@media only screen and (min-width: 0px) and (max-width: 319px) {	
}




/* Movil */
@media only screen and (max-width: 1199px) {
	#bloque-menu-sidebar{
		display: none;
	}
}