/* Nosotros */

#sectNosotros .item {
	padding: 0px 10% 0px 10%;
	text-align: justify;
}
	
/* Equipo */

#sectEquipo {
	padding: 15px 0px;
}
#sectEquipo article {
	text-align: center;
}
#sectEquipo article img {
	width: 50%;
}
#sectEquipo article span{
	font-weight: bold;
	font-size:1.1em;
}
#sectEquipo article p {
	font-size:0.9em;
}

/* Galeria */

#sectGaleria .item {
	display: block;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#sectGaleria .item:hover {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4), 0 8px 22px 0 rgba(0, 0, 0, 0.21);
	cursor:pointer;
}
#sectGaleria .item p.contentImg {
	/*float:left;*/
	overflow:hidden; /* IMPORTANTE */
	height:180px;
	width:100%;
}
#sectGaleria .item p.contentImg img {
	width:100%;
}