@font-face {
	font-family: 'unisans';
	src: url('../fonts/Uni_Sans_Heavy.eot');
	src: url('../fonts/Uni_Sans_Heavy.eot?#iefix') format('embedded-opentype'),url('../fonts/Uni_Sans_Heavy.woff2') format('woff2'),url('../fonts/Uni_Sans_Heavy.woff') format('woff'),url('../fonts/Uni_Sans_Heavy.ttf') format('truetype');
}
body{
	margin:0;
	padding:0;
	background-image:url('../imagenes/body.png');
}
#contenedor{
	position:relative;
	width:80%;
	max-width:965px;
	margin:0 auto;
}
#header{
	position:relative;
	float:left;
	width:100%;
	background-color:#cbcccd;
}
.logo{
	width:30%;
	position:relative;
	float:left;
	text-align:center;
}
.menu{
	width:45%;
	position:relative;
	float:left;
	margin-top: 35px;
}
.redes{
	width:25%;
	position:relative;
	float:left;
	text-align:center;
	    margin-top: 35px;
		font-family:sans-serif;
}
.redes a{
	color:#707171;
	text-decoration:none;
	font-weight:bolder;
}
.redes a:hover{
	color:black;
}
#slider{
	width:100%;
	position:relative;
	float:left;
}
#catalogo{
	position:relative;
	float:left;
	background-color:white;
	width:100%;
	font-family:Arial;
}
.pros{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.pro{
	position:relative;
	float:left;
	width:24%;
	height:350px;
	margin-left:1%;
	background-color:#7499D5;
	color:white;
	margin-bottom:10px;
}
.pro img{
	max-width:90%;
	margin-top:10px;
	
}
.pro:hover{
	background-color:#005D9A;
}
#cuerpo{
	position:relative;
	float:left;
	background-image:url('../imagenes/patron.png');
}
.descripcion{
	width:90%;
	position:relative;
	float:left;
	left:5%;
	color:white;
	font-family:Arial;
}
.productos{
	position:relative;
	width:80%;
	float:left;
	left:10%;
}
.producto{
	width:33%;
	position:relative;
	float:left;
}
.producto img{
	width:100%;
}
.inproducto{
	display:none;
}
.producto:hover>.inproducto{
	position:absolute;
	top:0;
	background-color: rgba(114, 142, 205, 0.68);
    color: white;
    top: 0px;
    left: 0px;
    height: 100%;
	width:100%;
	display:block;
	text-align:center;
	font-weight:bolder;
}
.inslider{
	position: absolute;
    z-index: 999;
    bottom: 75px;
    width: 50%;
    left: 30px;
    color: white;
	font-family:Arial;
	font-size:small;
}
.inslider b{
	font-size:20px;
}
#contactanos{
	position:relative;
	width:100%;
	float:left;
}
#rojo{
	position:relative;
	float:left;
	width:40%;
	background-color:#365eb8;
	text-align:center;
}
#rojo h1{
	font-family: 'unisans';
	color:white;
}
#negro{
	position:relative;
	float:left;
	width:60%;
	background-color:#393939;
	text-align:center;
}
#negro h1{
	font-family: "unisans";
}
#mapa{
	position:relative; 
	float:left;
	width:70%;
}
#mapa2{
	width:100%;
}
#formulario{
	position:relative;
	width:100%;
	float:left;
	background-color:white;
	font-family:Arial;
}
#formulario h2{
	font-family: "unisans";
	color:#6a6a6a;
}
#formulario2{
	position:relative;
	width:50%;
	float:left;
	background-color:white;
}
#formulario2 h2{
	font-family: "unisans";
	color:#6a6a6a;
}
#direccion{
	position:relative;
	width:50%;
	float:left;
	background-color:##393939;
}
#direccion h3{
	color:white;
}
#footer{
	width:100%;
	position:relative;
	float:left;
	color:white;
	margin-top:-30px;
}
#infot{
	width:100%; 
	position:relative; 
	margin: 0 auto; 
	font-size: small;
	background-color:#616161;
	float:left;
	height:50px;
	font-family:Arial;
}
#infot2{
	  width: 30%;
	  background-color: #9b9b9b;
	  float: left;
	  height: 50px;
}
.li{
	background-color:#15357E;
	text-decoration:none;
	color:white;
	padding:10px;
}
.li:hover{
	background-color:black;
}
.individual{
	position:Relative;
	float:left;
	width:50%;
}
@media screen and (max-width: 1332px){
	#mapa{
		width:100%;
	}
	#formulario{
		width:100%;
	}
	#infot{
		display:none;
	}
	#infot2{
	  width: 100%;
	  background-color: #9b9b9b;
	  float: left;
	  height: 50px;
	}
}
@media screen and (max-width: 1100px){
	#contenedor{
		width:100%;
	}
}
@media screen and (max-width: 959px){
	.logo{
		width:100%;
	}
	.menu{
		width:100%;
		margin-top:0px;
	}
	.redes{
		width:100%;
		margin-top:15px;
		margin-bottom:15px;
	}
}
@media screen and (max-width: 920px){
	.pro{
		height:auto;
	}
}
@media screen and (max-width: 760px){
	#rojo{
		width:100%;
	}
	#negro{
		width:100%;
	}
}
@media screen and (max-width: 667px){
	.pros{
		width:99%;
		left:0%;
	}
	.pro{
		width:49%;
	}
	#rojo{
		width:100%;
	}
	#negro{
		width:100%;
	}
	#mapa{
		width:100%;
	}
	#formulario{
		width:100%;
	}
	#formulario2{
		width:100%;
	}
	#direccion{
		width:100%;
	}
	#infot{
		display:block;
	}
	#infot2{
	  width: 100%;
	  background-color: #9b9b9b;
	  float: left;
	  height: 50px;
	}
	.individual{
	position:Relative;
	float:left;
	width:100%;
	}
}
@media screen and (max-width: 600px){
	.inslider{
		display:none;
	}
	.producto{
		width:50%;
	}
	.productos{
		width:90%;
		left:5%;
	}
}
@media screen and (max-width: 400px){
	.pro{
		width:99%;
	}
	#rojo{
		width:100%;
	}
	#negro{
		width:100%;
	}
	#mapa{
		width:100%;
	}
	#formulario{
		width:100%;
	}
	#infot{
		display:block;
	}
	#infot2{
	  width: 100%;
	  background-color: #9b9b9b;
	  float: left;
	  height: 50px;
	}
	.producto{
		width:100%;
	}
}