.grid {
	/*max-width: 69em;*/
	max-width: 945px;
	list-style: none;
	margin: 20px auto;
	padding: 0;
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	/*width: 358px;*/
	opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}




/*PRUEBA*/

.grid .contenedorimagen {
	margin: 0;
	position: relative;
}

.grid .contenedorimagen img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	/*padding: 24px;*/
	background-color: rgba(255,255,255,0.8);
	opacity: 0.5;
	color: #000;
	font-family: 'proxima_novalight';
	border: solid 5px #f48220;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'proxima_novaextrabold';
	text-transform: uppercase;
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}

.plusIcon{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-top: 25px;
}


.effect-2 .contenedorimagen {
	overflow: hidden;
}

.effect-2 .contenedorimagen img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .effect-2 .contenedorimagen:hover img,
.cs-style-3 .contenedorimagen.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.effect-2 figcaption {
	height: 178px;
	width: 97%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.effect-2 .contenedorimagen:hover figcaption,
.effect-2 .contenedorimagen.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.effect-2 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}


/*ACABA PRUEBA*/


/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	-moz-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	to { -webkit-transform: translateY(0); opacity: 1; }
}

@-moz-keyframes moveUp {
	to { -moz-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	to { transform: translateY(0); opacity: 1; }
}



@media screen and (max-width: 900px) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 960px) {
	.grid {
		max-width: 630px;
	}
	.textoprincipal{
		font-size: 27px;
		max-width: 670px;
		margin-top: 68px;
	}
	.slidedescription{
		width: 215px;
	}
	.skdslider .slide-desc {
	bottom: 40%;
	}
	.skdslider{
	margin-top: 50px;
	}
}

@media screen and (max-width: 400px) {
	.grid li {
		width: 100%;
	}
}
