@media (min-width: 1480px) and (max-width: 1700px)
{ 	
	/* ****************Mínimo ancho 1480 px y maximo 1700 horizontal     Pantallas de 22'  1680X1050       *************************************************/			
		
			
		#cajamagne:hover{width:22%;z-index:30;}	
		#cajamagnemover {display:none;z-index:3;position: absolute;top: 22%;left: 51%;width:20%;
			-webkit-animation-name: movercaja1;-webkit-animation-duration: 4s;animation-name: movercaja1;animation-duration: 4s;}
			@-webkit-keyframes movercaja1 {0%  (top: 22%;left: 10%;width:20%; ) 100% {top: 22%;left: 51%;width:20%;}}
			@keyframes movercaja1 {0%   {top: 22%;left: 10%;width:20%;}  100% {top: 22%;left: 51%;width:20%;}}
		#textomagne {display:none;z-index:3;position: absolute;top: 31%;left: 50%;width:18%;
			-webkit-animation-name: aparece-texto1;-webkit-animation-duration: 5s;animation-name: aparece-texto1;animation-duration: 5s;}
			@-webkit-keyframes aparece-texto1 {0%  (width:0%;) 100% {width:18%;}}
			@keyframes aparece-texto1 		{0%   {width:0%;}  100% {width:18%;}}
			
		#cajonmagne2{z-index:17; display:none;cursor:pointer;position: absolute;top:19%; left: 12%; width: 26%;margin: 0px;border:0px;
			-webkit-animation-name: agranda-caja;-webkit-animation-duration: 3s;animation-name: agranda-caja;animation-duration: 3s;}
			@-webkit-keyframes agranda-caja {0%  (width:14%;left: 28%;) 100% { left: 12%; width: 26%;}}
			@keyframes agranda-caja {0%   {width:14%;left: 28%;}  100% { left: 12%; width: 26%;}}
			
			
}

/* ****************  Mínimo ancho 1900 px y minimo alo 1100 horizontal     Pantallas de 20'  1600 X 900  *************************************************/	
@media (min-height: 880px) and (max-height:1040px) and (orientation: landscape)
{ 

}

/* ****************  Mínimo ancho 1900 px y minimo alo 1100 horizontal     Pantallas de 20'  1440 X 900  *************************************************/	
@media (min-width: 1400px) and (max-width:1500px) and (orientation: landscape)
{ 
	
}

/* ****************  Mínimo ancho 1900 px y minimo alo 1100 horizontal     Pantallas de 20'  1368 X 768  *************************************************/	
@media (min-width: 1360px) and (max-width:1400px) and (orientation: landscape)
{ 

}
/* ****************  Mínimo ancho 1900 px y minimo alo 1100 horizontal     Pantallas de 20'  1368 X 768  *************************************************/	
@media (min-width: 1300px) and (max-width:1360px) and (orientation: landscape)
{ 

}
/* ****************  Mínimo ancho 1900 px y minimo alo 1100 horizontal     Pantallas de 20'  1280 X 800  *************************************************/	
@media (min-width: 1100px) and (max-width:1300px) and (orientation: landscape)
{ 
			#cajalengu {display:block; z-index: 12; position: absolute;top: 53%;left: 45%; width:18%;
			transform : rotate(-15deg);-moz-transform : rotate(-15deg); -webkit-transform : rotate(-15deg);
			}	
}

/* ****************  Mínimo ancho 1900 px y minimo alo 1100 horizontal     Pantallas de 20'  1024 X 768  *************************************************/	
@media (min-width: 1000px) and (max-width:1100px) and (orientation: landscape)
{ 
			#cajalengu {display:block; z-index: 12; position: absolute;top: 49%;left: 45%; width:18%;
			transform : rotate(-15deg);-moz-transform : rotate(-15deg); -webkit-transform : rotate(-15deg);
			}	
	}
/* **************** Ancho 1024 px y ancho 600 horizontal     Pantallas de 10'  1024 X 600  *************************************************/	

@media (width: 1024px) and (height:600px) and (orientation: landscape)
{ 
	
}