.mmmain{
background:transparent; 
height:auto;
width:95%; 
min-width:100px; 
max-width:1200px;
margin:auto;
}

.capa{
height:auto;
width:100%; 
overflow-x:hidden;
}

section ul{list-style:none;}

section ul li{
display:inline-block;
position: relative;
width:31%;
margin-left:3px;
margin-rigth:3px;}

section ul li img{height: 60px; width: 60px;

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
-webkit-opacity: 1;
}






/*----------LIGHTBOX----------*/
.lightbox{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:99999999;
}
.lightbox_content{
	width:80%;
	height:80%;
	position:fixed;
	top:10%;
	left:10%;
	overflow:scroll;
	z-index:99999;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

@media all and (orientation:portrait) {
	/*--------INSTRUCCIONES DESCARGAR PLATAFORMA--------*/
	#instruccion > .lightbox_content{
		background-image:url("http://www.leteodigital.mobi/img/instrucciones_portrait.jpg");
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center;
	}
	
	/*--------CERRAR LIGHTBOX--------*/
	.cerrar{
		width:6vw;
		height:6vw;
	}
}
@media all and (orientation:landscape) {
	/*--------INSTRUCCIONES DESCARGAR PLATAFORMA--------*/
	#instruccion > .lightbox_content{
		background-image:url("http://www.leteodigital.mobi/img/instrucciones_landscape.jpg");
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center;
	}
	
	/*--------CERRAR LIGHTBOX--------*/
	.cerrar{
		width:6vh;
		height:6vh;
	}
}