@charset "utf-8";

/* Diseño móvil: 480 px e inferior. */


#galeria {
	clear: both;
	float: left;	
	margin:0px 0% 1% 0%;
	width: 99.5%;
	padding: 0% 0.25% 0% 0.25%;
	display: block;
	margin-top: 95px;	
}
#visor{
	margin:0% 0% 0% 0%;
	padding:0% 0% 0% 0%;
	text-align:center;	
	position:relative;	
}

#elemento{
	width:100%; 
	height:100%; 
	margin-top:0px;  
	margin-bottom:0px;
	background-size:contain;
	background-repeat:no-repeat;
	
}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {

#galeria {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	margin:0px 0% 0% 0%;
	padding: 0% 0% 0% 0%;		
	margin-top: 121px;
	
}
#visor{
	margin:0% 0% 0% 0%;
	padding:0% 0% 0% 0%;
	text-align:center;
	position:relative;
	
}

#elemento{
	width:100%; 
	height:100%; 
	margin-top:0px;  
	margin-bottom:0px;
	background-size:contain;
	background-repeat:no-repeat;
	
}

}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 1000px) {

#galeria {
	clear: both;
	float: left;	
	margin:0% 0% 0% 0%;
	padding:0px;
	width: 100%;
	display: block;	
	margin-top: 120px;	
}
#visor{
	clear:both;
	margin:0% 0% 0% 0%;
	padding:0% 0% 0% 0%;
	text-align:center;	
}

#elemento{
	clear:both;
	width:100%; 
	height:100%; 		 
	margin-top:0px;  
	margin-bottom:0px;
}

}


