
.contenedor{
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
	margin: auto;
}


#galeria{
	position: relative;
	width: 100%;
	margin: 30px 0;
}


#galeria2{
	list-style: none;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border: 1px solid #fff;
	margin-right: 15px;
	text-transform: capitalize;
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}

#galeria2:hover, .action{
	background: #fff;
	color: #262626;
	cursor: pointer;
}

/*
ul{
	position: relative;
	width: 100%;
	margin: 60px 0;
}

ul li{
	list-style: none;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border: 1px solid #fff;
	margin-right: 15px;
	text-transform: capitalize;
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}

ul li:hover, .action{
	background: #fff;
	color: #262626;
	cursor: pointer;
}*/

.contenedor .fotos{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.contenedor .caja{
	width: 32%;
	height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}

.contenedor .caja img{
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: cover;
}

/*
img:hover{
	transform: scale(1.5);
	transition: all ease 1.5s;
	cursor: pointer;	
}*/

#logoinicio{
	width: 100%;
}
#logoin{
	width: 75%;
	height: 30%;
	margin: auto;
	display: block;
}
#presidente{
	border-radius: 2em;
}