body {
	text-align: justify;
}

.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .4s cubic-bezier(0.88,-0.99,0,1.81);
	transition: all .4s cubic-bezier(0.88,-0.99,0,1.81);
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s cubic-bezier(0.88,-0.99,0,1.81);
	transition: all .4s cubic-bezier(0.88,-0.99,0,1.81);
}

.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .4s cubic-bezier(0.88,-0.99,0,1.81);
	transition: all .4s cubic-bezier(0.88,-0.99,0,1.81);
	padding: 10px;
}

.hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 50px 0 0;
	padding: 7px 14px;
}

.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

/*----------------------------------------------------------------------------------*/
.nuestroEquipo a, .nuestroEquipo a:active {
	color: white;
}

.nuestroEquipo .popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #337ab7;
	border-bottom: 1px solid #2e6da4;
	border-radius: 5px 5px 0 0;
	color: white;
}

.nuestroEquipo p {
	margin: 0 0 10px;
}

.botonDonar {
	float: left;
	padding: 0 0 0 32px;
	max-width: 150px;
}

.botonDonar button {
	width: 100px;
	height: 90px;
	text-align: center;
}

.btnPersonal {
	width: 220px;
}

.colorVerde {
	color: #8CC63F;
}

.colorNaranja {
	color: #F7931E;
}

.colorAzul {
	color: #3662AE;
}

.colorRojo {
	color: #DB1C4D;
}

.colorMorado {
	color: #A800A4;
}

.hoverButton:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

#menu-item-9 {
	background-color: #DB1C4D;
	color: #FFFFFF;
}

#menu-item-9 a {
	color: #FFFFFF;
}

#menu-item-9 a:hover {
	background-color: darkred;
}

.site-main {
	padding-top: 20px;
}
.nav-container li a{
	padding: 38px 15px;
}
.fixeddiv .nav-container > ul > li > a{
	padding: 26px 15px;
}