@charset "utf-8";
.foto{
	height: auto;
	width: 23%;
	float: left;
	margin: 1%;
	background-color: #FFCC33;
	opacity: 0.9;
}
.foto:hover{
	height: auto;
	width: 23%;
	float: left;
	margin: 1%;
	background-color: #FFCC33;
	background-color: #FFCC33;
	opacity: 1;
	cursor: pointer;
	-webkit-box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
	box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
}
#principal {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	
	}
#bggaleria{
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
	box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
	clear: both;
	float: left;
	margin-top: 0px;
}

#galeria{
	width: 100%;
	
}
#contenedor {
	width: 100%;
	
	
	}
@media only screen and (min-width: 769px) {
.foto{
	height: 118px;
	width: 175px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 2px;
	background-color: #FFCC33;
	opacity: 0.9;
}
.foto:hover{
	height: 118px;
	width: 175px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 2px;
	background-color: #FFCC33;
	opacity: 1;
	cursor: pointer;
	-webkit-box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
	box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
}

#bggaleria{
	width: 900px;
	height: auto;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
	box-shadow: 0px 7px 48px -22px rgba(0,0,0,0.67);
}

#galeria{
	width: 900px;
	
}
#principal {
	float: left;
	clear: none;
	width: 900px;
	height: 604px;
	margin-bottom: 8px;
	
	}
}
