
#contador_fixed {
	background-color: transparent !important;
	position: fixed;
	z-index: 1000;
	width: 100%;
	bottom: 0px !important;
	display: block;
}

#wsp_fixed {
	background-color: transparent !important;
	position: fixed;
	z-index: 1100;
	width: 100%;
	bottom: 15px !important;
	display: block;	
}

.bloque {
	
}

body {
	background-image: url('../images/BG-04.jpg');
	background-size: 100%;
	background-repeat: repeat-y;
	
}

#Wrapper {
	background-color: transparent !important;
	background: none !important;
} 

#Content {
	background-color: transparent !important;
}

.pastillas {
	gap: 10px !important;
}

#galeria {

}

#galeria .gallery-item .gallery-item-wrapper {
	border-color: #ffffff !important;
	border-width: 1px !important;
	border-style: dashed !important;
	border-radius: 10px !important;
	padding: 15px;
/*	
	box-shadow: -1px 3px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: -1px 3px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 3px 16px 0px rgba(0,0,0,0.2);
*/	
}

#galeria .gallery-item .gallery-item-wrapper img {
	
	
}

@media screen and (max-width: 900px) {

	#contador_fixed {
		display: none;
	}
	
	#wsp_fixed {
		display: none;
	}

	
}
