.altura {
	margin-bottom: 60px;
}

.altura2 {
	padding-top: 65px;
	padding-bottom: 130px;
}
.altura3 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.altura4 {
	padding-top: 20px;
	padding-bottom: 150px;
}
.altura4 img {
	width: 70% !important;
	margin-right: auto!important;
	margin-left: auto!important;
}
.grid {
	position: relative;
	clear: both;
	max-width: 100%;
	list-style: none;
	text-align: center;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}


.signo {
	font-size: 3em;
	color: #013C5A;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	font-weight: bolder;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #013C5A;
}


/* Common style */
.grid figure {
	position: relative;
	float: left;
overflow: hidden;
	min-width: 640px;	
	max-width: 360px;
	max-height: 500px;
	
	width: 50%;
	height: auto;
	background-color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;

}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	/*padding: 2em;
	color: #fff;	
	font-size: 1.25em;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
/*.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}*/

.grid figure h2 {

}
.grid figure h2 img {
	height: 30px;
	width: 30px;
	float: right;
	margin-right: 30px;
}


.grid figure a:link {
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	padding: 30px;
}
.grid figure a:visited {
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	padding: 30px;
}
.grid figure a:hover {
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	padding: 30px;
}




figure.effect-lexi {
	background-color: #FFFFFF;
	/*background: -webkit-linear-gradient(-45deg, #003c5a 0%,#fff 100%);*/
	/*background: linear-gradient(-45deg, #003c5a 0%,#fff 100%);*/
	border: 10px solid #FFF;
	border-radius: 10px;
}

figure.effect-lexi img {
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: middle;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
	border-radius: 10px;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 350px;
	height: 350px;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.3;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h2 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
	right: 0;
	bottom: 0;
	width: 90%;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
	position: relative;
	top: 20px;
	background-color: #FF451F;
	border: 5px solid #FFF;
	border-radius: 20px;
	line-height: 40px;
	background-image: url(../img/descarga.png);
	background-repeat: no-repeat;
	background-position: 125px 25px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 2em;
}

figure.effect-lexi p:hover, figure.effect-lexi p:focus {	
	background-color: rgba(168,196,49,1);
}



figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 5px 5px;
		width: 100%;
	}
	



@media screen and (max-width: 56em) {
	
	figure.effect-lexi img {
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: middle;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
}



.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 100%;
	max-width: 160px;
	max-height: 800px;
	width: 50%;
	height: auto;
	text-align: center;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 1%;
	margin-bottom: 5px;
	margin-left: 1%;
	background-color: #FFFFFF;
}




figure.effect-lexi p {
	right: 0;
	bottom: 0;
	width: 90%;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
	position: relative;
	top: 10px;
	background-color: #FF451F;
	border: 5px solid #FFF;
	border-radius: 20px;
	line-height: 40px;
	background-image: url(../img/descarga.png);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5em;
}
.signo {
	font-size: 1em;
	color: #013C5A;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	font-weight: bolder;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #013C5A;
}
	
	}
	


	

