/*Categorías*/
div.contenedor{
	float: left;
	margin-left: 5%;
	margin-top: 2%;
	margin-bottom: 8%;
	padding-left: 2%;
	padding-top: 3%;
	padding-bottom: 3%;
	width: 90%;
	height: 100%;
	/*border-radius: 10px;*/
	/*background-color: rgba(39, 40, 34, .5);*/
	/*box-shadow: 0px 0px 20px #4D4F44;*/
}

p.titulo_categoria{
	margin-top: 2%;
	margin-left: 7.5%;
	margin-right: 7.5;
	font-size: 160%;
	color: rgb(253,252,177);
	font-family: Raleway-ExtraLight;
	/*background: rgb(253,252,177);*/
}

div.caja{
	float: left;
	margin: 1.8%;
	width: 19.5%;
	height: 190px;
	/*margin-bottom:3%;*/
	/*overflow: hidden;*/
	/*border-radius: 10px;*/
	/*box-shadow: 3px 5px 10px #4D4F44;*/
}

div.imagen{
	width: 19.5%;
	height: 190px;
	background-color: none;
	/*-webkit-transition: height .4s;
	-moz-transition: height .4s;*/
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
}

img.imagen{
	position: absolute;
	display: block;
	/*margin: 10px;*/
	width: 19.5%;
	height: 190px;
	/*border-radius: 10px;*/
	-webkit-transition: margin-top .4s;
	-moz-transition: margin-top .4s;
}


div.info{
	position: absolute;
	width: 19.5%;
	height: 0px;
	background-color: rgb(255, 255, 255);
	opacity:0;
	overflow: hidden;
	/*border-bottom-right-radius: 10px;*/
	/*border-bottom-left-radius: 10px;*/
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
}

p.titulo{
	margin: 2%;
	height: 65%;
	font-size: 1.1em;
	color:#000;
	font-family: Raleway-Regular;
	overflow: hidden;
}

p.titulo_video{
	color:#fff;
	height: 65%;
}

p.adicional{
	color: white;
	margin-left: 15px;
	font-size: .8em;
}

a.link-lightbox{
	float right;
	margin-left: 32%;
	margin-bottom: 10%;
	padding: 3% 10%;
	font-size: .9em;
	background-color: rgb(244, 237, 118);
	text-decoration: none;
	/*box-shadow:  0px 0px 10px #4D4F44;*/
	border: 1.5px solid black;
	font-family: Raleway-Regular;
	overflow: hidden;
	color:#000;
}

div.caja:hover div.imagen{
	height: 0px;
	background-color: #000;
}

div.caja:hover div.info{
	height: 190px;
	opacity: .9;

}