﻿/*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);*/
}

a.promociones{
	color: rgb(253,252,177);
	font-family: Raleway-ExtraLight;
}


a.promociones:hover{
	color: white;
	font-family: Raleway-ExtraLight;
}

p.descripcion{
	color: #fff;
	margin-top: 5%;
	margin-left: 7.5%;
	margin-right: 7.5%;
	font-size: 110%;
	font-family: Raleway-ExtraLight;
}

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


p.titulo{
	margin: 4%;
	font-size: 1.3em;
	color:#fff;
	font-family: Raleway-Regular;
}

div.imagen1{
	width: 100%;
	height: 100%;
	background-color: none;
	overflow: hidden;
	background: url(../img/boda.png) no-repeat;
	background-size: 100%;
	-webkit-transition: opacity .3s;
}

div.imagen1:hover{
	opacity: .7;
	background-image: url(../img/boda2_ok.png);
	

}

img.principal{
	-webkit-transition: opacity 1s ease-in-out;
}

div.imagen2{
	width: 100%;
	height: 100%;
	background-color: none;
	overflow: hidden;
	background: url(../img/coporativos1.png) no-repeat;
	background-size: 100%;
	-webkit-transition: opacity .3s;
}

div.imagen2:hover{
	opacity: .7;
	background-image: url(../img/corporativos2.png);
}

div.imagen3{
	width: 100%;
	height: 100%;
	background-color: none;
	overflow: hidden;
	background: url(../img/musica1.png) no-repeat;
	background-size: 100%;
	-webkit-transition: opacity .3s;
}

div.imagen3:hover{
	opacity: .7;
	background-image: url(../img/musica2.png);
}

