@media screen and (max-width: 1600px){
	.cont{margin: 0 auto; max-width: 1400px;}
	.cont{position: relative;}
}
@media screen and (max-width: 1400px){
	.cont{margin: 0 auto; max-width: 1200px;}
	.cont{position: relative;}
}
@media screen and (max-width: 1200px){
	.cont{margin: 0 auto; max-width: 1100px;}
	.cont{position: relative;}
}
@media screen and (max-width: 980px){
	.cont{margin: 0 auto; max-width: 960px;}
	.cont{position: relative;}
}
@media screen and (max-width: 768px){
	.cont{margin: 0 auto; max-width: 620px;}
	.cont{position: relative;}
}
.bgB{
	background: rgb(243, 243, 243);
	padding-top: 10px;
	padding-bottom: 10px;
}
.bgN{
	background: rgb(27, 27, 27);
	padding-top: 40px;
	padding-bottom: 40px;
}
.bgR{
	background: rgb(121, 13, 13);
/*	padding-top: 20px;
	padding-bottom: 20px;*/
}
.lin ul {
	list-style-type: none;
	}
.lin ul li {
		float: left;
		padding: 16px;
	}
.lin ul li a {
		text-align: center;
		text-decoration: none;
	}
.bgN p{
	padding: 3px;
}
/*texto sobre imagen*/
.txt{
	position: relative;
	width: 100%;
}
.txt img{
	height: 100%;
	width: 100%;
}
.txt p{
	padding: 10px 0px 10px 25px;
	/*padding: top right bot left;*/
	position: absolute;
	top: 70%;
	left: 0%;
	width: 70%;
	color: #ffffff;
	background-color: #790D0D;
}
.txt2{
	position: relative;
	width: 100%;
}
.txt2 img{
	height: 100%;
	width: 100%;
}
.txt2 p{
	padding: 10px 0px;
	/*padding: top right bot left;*/
	text-align: center;
	position: absolute;
	top: 80%;
	left: 0%;
	width: 48%;
	color: #ffffff;
	background-color: #790D0D;
}

.cu {
	width: 235px;
	height: 45px;
	background: #790D0D;
}
.cu p{
	width: 145px;
	margin: 0 auto;
	color: white;
	padding-top: 4%;
	text-align: center;
}
.p p{
	padding-top: 4px;
	padding-bottom: 4px;
}
/*efecto de imagenes*/
.div-img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.div-img.hidden{
	overflow: hidden;
}
.div-img .imge{
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
}
.div-img:hover .imge{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
}
/*formulario de contacto*/
@media (max-width: 768px){
	.c input[type="text"]{	width:330px	}
	.a input[type="text"]{	width:330px	}
	.a textarea[type="text"]{width: 330px}
}
@media (min-width: 768px){
	.c input[type="text"]{	width:330px	}
	.a input[type="text"]{	width:330px	}
	.a textarea[type="text"]{width: 330px}
}
@media (min-width: 992px){
	.c input[type="text"]{width:225px	}
	.a input[type="text"]{width:478px	}
	.a textarea[type="text"]{width: 485px	}
}
@media (min-width: 1200px){
	.c input[type="text"]{width:234px	}
	.a input[type="text"]{	width:606px	}
	.a textarea[type="text"]{width: 606px;}
}