@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,500,400italic,500italic,900,900italic);
*{
	margin:0 auto;
}
body{
	background: #fff;
	font-family: 'Roboto', sans-serif;
}
.mask{
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	cursor:pointer;
	width: 100%; height: 100%;
	opacity: 0.9;
	z-index:99999;
}
.pop{
display:block;
position: fixed;
background:#fff;
border-radius:10px;
background-repeat:no-repeat;
background-size:100% 100%;
z-index:9999;
top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
width: 200px; /* Definimos el ancho del objeto a centrar */
height: 100px; /* Definimos el alto del objeto a centrar */
margin-top: -50px; /* Restamos la mitad de la altura del objeto con un margin-top */
margin-left: -100px; /* Restamos la mitad de la anchura del objeto con un margin-left */
}
 .navegacion_ini{
 	background: #003b77;
 }
 #logo_nav{
 	float:left;
 	padding-top: 10px;
 }
 #logo_nav img{
 	width:100%;
 	padding: 5px 0px; 
 	max-width: 270px;
 	max-height: 80px;
 }
 .navegacion{
 	background: #094d8c;
 	height: auto;
 }
 .menu_inicial ul li a{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	padding: 18px;
 }
 .menu_inicial ul li a.activ{
	color:#d42824;
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
 }
 #t_marca, #t_dato{
 	display:none;
 }
/**********************************************/
/**********************************************/
/*---------MODIFICACION ESTILOS DEL MENU DE NAVEGACION DEL BANNER--------*/
 .menu_banner {
margin-top: 8px;
right:-100px;
 	float: right;
 }
 .menu_banner .nav li{
padding-top: 0px;
padding-bottom: 0px;
float: left;
}

 .menu_banner .nav li a{
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: 'Roboto', sans-serif;
}

 .menu_banner .nav a:hover{
 	color: #d42824;
 	background: none;
 }
.menu_banner .nav a{
 color: #fff;
 font-family: 'Roboto', sans-serif;
}
 .menu_banner .nav a,
 .menu_banner .nav a:focus { 	
 	background: none;
 }

.menu_banner .nav li{
 	padding: 0px;
 }
/*---------MODIFICACION ESTILOS DEL MENU DESPEGABLE PARA SELECIONAR IDIOMA--------*/
 .menu_banner .nav li select{
 	border: none;
 	background: transparent;
 	color: #fff;
 	float:right;
 	padding-left:10px;
 	padding-top:1px;
 	 font-weight:bold;
 	text-decoration: underline;
 }
 .menu_banner .nav li select:hover{
 	color: #d42824;
 	cursor: pointer;
 }
  .menu_banner .nav li select:focus,
  .menu_banner .nav li select:active{
    border: none;   
 	background: transparent;
 }
/*---------MODIFICACION ESTILOS CLASE NAVEGACION > MENU_INICIAL--------*/
 .menu_inicial .nav a,
 .menu_inicial .nav a:focus{ 	
 	background: none;
 }
 .menu_inicial .nav a:hover{
 	color: #d42824;
 	background: none;
 }
 .menu_inicial .nav li{
 	padding:2px;
 	float: left;
}
 .menu_inicial .nav li a{
 	padding:0px 33px;
}
.menu_inicial ul li,
.menu_banner ul li{
    border-right: 1px solid #022869;
}

.menu_inicial ul li:last-child,
.menu_banner ul li:last-child{
    border-right: none;
}

.menu_banner ul,
.menu_inicial ul{
    padding: 5px;
}

/*******************SEARCH***********************/
.pop_search, .pop_text_buscar span, .pop_text_buscar{
	display:none;
}
.pop_search{
background:#165693;
color: #fff;
border: none;
padding: 5px;
margin:0 auto;
float:left;
width: 80%;
}
.pop_text_buscar .pop_search:focus,.pop_text_buscar .search:active{
border: none;
outline: none;
}
.pop_text_buscar span{
background:#165693;
color: #fff;
padding: 5px 0 5px 0;
float:left;
}
.pop_text_buscar span:hover{
cursor: pointer;
}
.pop_text_buscar{
background:#165693;
border-radius: 3px;
margin-top:8px;
margin-bottom: 5px;
max-width: 150px;
}
.text_buscar .search{
background:#165693;
color: #fff;
border: none;
padding: 5px;
margin-right: 0;
width: 80%;
}
.text_buscar .search:focus,.text_buscar .search:active{
border: none;
outline: none;
}
.text_buscar span{
background:#165693;
color: #fff;
padding: 5px 0 5px 0;
}
.text_buscar span:hover{
cursor: pointer;
}
.text_buscar{
background:#165693;
border-radius: 3px;
margin-top:8px;
margin-bottom: 5px;
max-width: 150px;
}
/**********************************************/
/**********************************************/
 .home{
 	height: 450px;
 	width: 100%;
 	background: #bc241c;
 }

.home:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #bc241c url("images/slider-bg.png");
	background-position: center;
 	background-repeat: no-repeat;
	z-index: 990;
	opacity:0.6;
}
.icon-prev, .icon-next{
color:#003b77;
border:2px solid #003b77;
}
.bg1{
	height: 280px;
 	width: 50%;
 	background: #bc241c;
 	position: relative;
 	float: left;
 	margin:0px;
}
.bg2{
	height: 280px;
 	width: 100%;
 	background: url("images/img-cat.png") no-repeat center;
 	position: relative;
 	background-size: 100%;
 	max-width: 1100px;
 	z-index:90;
}
.bg3{
	height: 280px;
 	width: 50%;
 	background: #5f5f5f;
 	position: relative;
 	float: left;
 	margin:0px;
}


.home_categoria{
 	height: 280px;
 	width: 100%;
 	margin:0 auto;
 	position: relative;
 	float: left;
 }

 .home_categoria .texto_home{
	position: relative;
	z-index: 999;
	color:#fff;
	margin-top: -200px;
	margin-left: 20px;
}

.home_categoria .texto_home .bg{
	background: #a51411;
	padding: 5px;
}
.detalle h3.title_producto{
	background: #bcbcbc;
	margin-top: 0px;
	margin-left: -25px;
	padding: 15px 0px 15px 15px;
	color:#fff;
}
.detalle detalle_prod{
	padding: 10px 0px 10px 10px;
}
.link_prod a{
font-size: 14px;
line-height: 8px;
color:#585858;
padding:0px 15px 0px 15px;
}
.link_prod a:first-child {
	border-right: 1px solid #333;
	line-height: 4px;
}
.link_prod a:hover{
	text-decoration: underline;
}
.link_prod a.active{
	color:#d42824;
	text-decoration: underline;
}
.texto_home h1{
	margin-top:20px;
	font-size:35px;
}
.home .texto_home{
	position: relative;
	z-index: 999;
	color:#fff;
	margin-top: 150px;
	margin-left: 100px;
}
.texto_home2{
	position: relative;
	z-index: 999;
	color:#fff;
	margin-top: -210px;
	margin-left: 20px;
}
.texto_home2 .bg{
	background: #a92e27;
	padding: 5px;
}
.home .img_home{
 	position: relative;
 	z-index: 1;
 	margin-top: 40px;
 	margin-left: -100px;
 }
 .home .img_auto{
	height:20%;
	position: relative;
	float: left;
	z-index: 999;
	margin-top: 80px;
}
 .home .img_auto .capa{
	position: absolute;
	z-index: 999;
}
 .home .img_auto .capa a{
	background: #064c91;
	padding: 7px 10px 7px 10px;
	font-size: 14px;
	color: #fff;
}
 .home .img_auto .capa a:hover{
 	color:;
 	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .6);
 }
 .home .img_auto .capa1{
	left: 10%;/*left: 200px;*/
	top:20px;
	z-index: 999;
}
.home .img_auto .capa2{
	left: 8%;/*left:170px;*/
	top: 240px;
	z-index: 999;
}
.home .img_auto .capa3{
	right: 15%;/*right: 250px;*/
	z-index: 999;
}
.home .img_auto .capa4{
	right: 20%;/*right: 300px;*/
	top: 230px;
	z-index: 999;
}
.home .img_auto .capa5{
	right: 40%;/*right: 300px;*/
	top: 300px;
	z-index: 999;
}
.home .img_auto img{
	max-height: 320px;
}
.home .img_home img{
	float: right;
	max-height: 320px;
	width: 620px;
	max-width: 600px;
}

/*************************************/
/**********HOME CATEGORIA*************/
/*************************************/
 .content_catalogo{
 	height: auto;
 	background: #f8f8f8;
 	position: relative;
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 80px;
 }
 .content_panel{
 	height: auto;
 	min-height: 400px;
 }
.categoria{
	margin:0 auto;
	text-align: center;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
.cl_titulo{
	border-bottom:1px solid #d53734;
	width: 25px;
	margin-top:-20px;
	display:none;
}
.cl_titulog{
	border-bottom:1px solid #585858;
	width: 25px;
	margin-left: 25px;
	display:none;
}
h4.titulo{
	text-align: left;
	color:#d53734;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	padding-left: 5px;
	font-size:15px;
	position: relative;
	margin-top:0px;
	margin-left: 30px;
	height:8px;
}
h2.titulo{
	text-align: left;
	color:#d53734;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	border-bottom: 1px solid #d53734;
	margin-top: 2px;
	position: relative;
}
.titulo-blue{
	text-align: left;
	color:#003b70;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	height: px;
	font-size: 15px;
	margin-top: 1px;
	padding-left: 25px;
	position: relative;

}
.content_catalogo .categoria{
	margin:0 auto;
	text-align: center;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
}
.categoria .item{
	font-family: 'Roboto', sans-serif;
	margin:0 auto;
	margin-top: 30px;
}
.categoria .item_des:hover{
	cursor: pointer;

}
.item_des{
	max-height:240px;
	overflow:hidden;
}
.descripcion{
	height: 50px;
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	padding-left: 10px;
	padding-top: 5px;
	z-index: 9;
	margin:5px;
	margin-top:-50px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	position: relative;
	background: rgba(224,56,45, 0.8);
}
.descripcion span{
	width: 7%;
	float: right;
	font-weight: none;
	margin-top: -10px;
	font-size: 28px;
	padding-right: 25px;
}

.categoria .item_cat{
	background: #003b77 url(images/bg-cat.png) no-repeat bottom right;
	background-size: 150px 120px;
	color: #fff;
	height: 263px;
	padding:10px;

}
.categoria_aside{
	margin-top: 6px;
	float:right;
}

.categoria_aside .item_cat{
	background: #003b77 url(images/bg-cat.png) no-repeat bottom right;
	background-size: 150px 120px;
	color: #fff;
	min-width: 240px;
	height: 264px;
	margin-top: 17px;
	padding:10px;
	margin-left: -55px;

}


.categoria .item_cat h3{
	font-size: 20px;
}

.categoria .item_cat p{
	font-size: 16px;
}

.content_margin{
	padding: 0px;
	margin: 5px;
}
.categoria .item img{
	width: 99%;
	height: 240px;
	margin:0 auto;
	z-index: 0;
	position: relative;
}

.content_nosotros{
	height: 400px;
	position: relative;
	float: left;
	width: 100%;
}
.text_nosotros{
	padding-top: 60px;
	color:#fff;
}
.text_nosotros p{
	padding: 5px 30px 30px 0px;
	text-align: justify;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.flecha{
	padding: 5px 10px 5px 10px;
	background: #a42b22;
	cursor: pointer;
}
 .btn-blue{
 	background: #064c91;
	padding: 7px 10px 7px 10px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
 }
.btn-red{
	background: #ea3730;
	padding: 5px 0px 5px 10px;
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.btn-red:hover{
	color: #fff;	
}


#bolsa h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

#bolsa
	{
		position: relative;
		background:#251c17 url("images/img (2).jpg") no-repeat bottom center;
		background-size: cover;
		text-align: center;
		height:auto;
		float:left;
		width:100%;
		max-width:none;
	}
	
		#bolsa:before
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background:rgba(0,0,0,0.7);
		}

/********************ADMIN**********************/

.bg-color{
background: #bc241c;
border:2px solid #fff;
border-radius: 5px;
}
.bg-color a:hover{
	color:#fff;
	font-style: italic;
}

.bg-color a{
	z-index:999;
	color:#fff;
}/*****************************************/
.txt_contact{
	padding-right:240px;
}
.detalle_contact{
	padding-left: 50px;
	position: relative;
	float: left;
}
.footer{
	background: #003b77;
	height: auto;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-weight: none;
	padding-bottom: 100px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.footer .container{
	margin-top: 40px;
}
.footer h3{
	color:#d42824;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);;
}
.menu_footer .nav li a{
	color:#fff;
	font-size: 12px;
	cursor: pointer;
	padding: 0px;
}
.menu_footer .nav li{
	background: none;
	padding: 0px 0px 10px 0px;
}
.menu_footer .nav li:hover{
	background: none;
	color:#fff;
}
.menu_footer .nav li a:hover{
	color:#d42824;
	background: none;
}
@media screen and (max-width:  1200px) {
.home{
	height: 380px;
}
.home .texto_home{
	margin-top: 50px;
	width: 60%;
	margin-left: 40px;
}
.texto_home2{
	margin-top: -20px;
	width: 60%;
	margin-left: 40px;
	z-index: 9999;
	position: relative;
}
.texto_home2 h2, .texto_home2 .bg{
	width: 70%;
	margin-top: 70px;
	font-family: 'Roboto', sans-serif;
	position: absolute;
}
.texto_home2 .bg{
	width: 40%;
	margin-top: 40px;
	position: absolute;
}
.texto_home2 h2{
	color:#fff;
	font-size: 27px;
	font-family: 'Roboto', sans-serif;
}
.home .texto_home h1{
	font-size:30px;
	font-family: 'Roboto', sans-serif;
}
.home .img_home{
	height:20%;
	position: relative;
	float: left;
	margin-left: 50%;
}
.home .img_home img{
	max-height: 280px;
	max-width: 100%;
	margin-top: -200px;
}
.home .img_auto img{
	margin-top:-70px;
	max-height: 320px;
	max-width: 580px;
}
 .home .img_auto .capa1{
	left: 5%;/*left: 200px;*/
	top:-40px;
}
.home .img_auto .capa2{
	left: 3%;/*left:170px;*/
	top: 225px;
}
.home .img_auto .capa3{
	right: 8%;/*right: 250px;*/
	top:-55px;
}
.home .img_auto .capa4{
	right: 17%;/*right: 300px;*/
	top: 180px;
}
.home .img_auto .capa5{
	right: 38%;/*right: 300px;*/
	top: 220px;
	z-index: 999;
}
.text_buscar{
	display: none;
}
#language{
	font-size:12px;
	line-height:18px;
}
.pop_search, .pop_text_buscar span, .pop_text_buscar{
	display: block;
}
#menu-navbar .nav a{
	margin-top: -4px;
	vertical-align: center;
	}
 .menu_inicial .nav li a{
 	padding:2px 27px;
}

}
@media screen and (max-width:  1100px) {
	.home .texto_home{
		margin-top: 50px;
		width: 60%;
		margin-left: 40px;
	}
	.texto_home2{
	margin-top: -30px;
	width: 60%;
	margin-left: 20px;
	z-index: 9999;
	position: relative;
	}
	.navegacion_ini .logo img{
	max-width: 140px;
	}
	.menu_banner .nav li select{
	 	margin-right: 60px;
	 }
}
@media screen and (max-width:  1000px) {
	.text_buscar{
		display: none;
	}
	.pop_search, .pop_text_buscar span, .pop_text_buscar{
	display: block;
}
	#menu_banner .nav li a{
	border-right: none;
	}
	#menu-navbar .nav a{
	border-right: none;
	padding-top: 10px;
	font-size: 14px;
	margin-top: -4px;
	vertical-align: center;
	}

}
@media screen and (max-width:  990px) {
#categoria_aside{
	display:none;
}
.container{
	width: 100%;
	max-width:none;
}
	#menu-navbar li{
		padding-top:0px;
	}
	#menu-navbar  li a{
		padding:0 6px;
		font-size:9px;
		text-align:center;
	}
	.home .img_auto img{
	margin-top:-40px;
	max-height: 300px;
	max-width: 480px;
}
 .home .img_auto .capa a{
 	font-size:10px;
 	line-height:15px;
 }
 .home .img_auto .capa1{
	left: 5%;/*left: 200px;*/
	top:-40px;
	width:180px;
	text-align:right;
}
.home .img_auto .capa2{
	left: 3%;/*left:170px;*/
	top: 175px;
	text-align:right;
}
.home .img_auto .capa3{
	left: 70%;/*left:170px;*/
	top:-55px;
	text-align:right;
}
.home .img_auto .capa4{
	right: 0%;//*left:170px;*/
	top: 100px;
	text-align:right;
}
.home .img_auto .capa5{
	right: 35%;/*right: 300px;*/
	top: 200px;
	z-index: 999;
}		
}
@media screen and (max-width:  972px) {
	.container{
		width: 100%;
		max-width:none;
	}
}

@media screen and (max-width:  890px) {
	.navegacion_ini{
		height: auto;
		padding:0px;
	}
	.menu_banner ul li a{
		display: none;
	}

	.home .texto_home{
		margin-top: 40px;
		margin-left: 15px;
	}
	.home .texto_home h1{
		font-size:29px;
	}
	.home .img_home img{
	max-height: 280px;
	max-width: 100%;
	margin-top: -100px;
}
	.home .img_home img{
	margin-top: -150px;
}
	.carousel-control .icon-prev,
	.carousel-control .icon-next{
		padding:5px;
		height: 25px;
	}
	.bg1, .bg3{
		display: none;
	}
	.bg2{
		background: url("images/img-cat.png") no-repeat center;
	 	position: relative;
	 	background-size: 100% 100%;
		margin-top: -10px;
		max-width: none;
		max-height: none;
	}
}
@media screen and (max-width:  780px) {
	.home{
		height: 350px;
	}
	.home .texto_home{
		margin-top: 40px;
		margin-left: 15px;
	}
	.home .texto_home h1{
		font-size:26px;
	}
	.texto_home2 h2{
		font-size:25px;
	}
	.carousel-control .icon-prev,
	.carousel-control .icon-next{
		padding:5px;
		height: 25px;
	}
	.home .img_home img{
	max-height: 280px;
	max-width: 320px;
	margin-top: -150px;
	margin-left:-80px;
	}
	.home .img_auto img{
	margin-left:170px;
	margin-top:0px;
	max-height: 280px;
	max-width: 380px;
	}

	.navbar-toggle{
		right:-120px;
	}
	 .menu_banner .nav li select{
 	padding-top:8px;
 	}

}
@media screen and (max-width:  700px) {
	#lightbox-container-image-box, #lightbox-container-image-data-box{
	max-width:360px;
	max-height:260px;
	}
	#lightbox-image{
	max-width:350px;
	max-height:250px;
	}
	.home .img_auto img{
	margin-left:140px;
	margin-top:0px;
	max-height: 280px;
	max-width: 380px;
	}
	#menu-navbar .nav li{
		display:block;
		width:100%;
		border:none;
	}
	#menu-navbar .nav li a{
		border:none;
	}
	#menu-navbar{
		padding-bottom: 20px;
	}
	.detalle_contact{
		margin:0 auto;
		padding-top:40px;
	}
}

@media screen and (max-width:  620px) {
	.home .texto_home{
		margin-top: 50px;
	}
	.home .texto_home h1{
		font-size:22px;
	}
	.texto_home2 h2{
		padding-top:10px;
		font-size:21px;
	}
	.home .img_home img{
	max-height: 280px;
	max-width: 300px;
	margin-top: -150px;
	}
	.carousel-control{
	margin-top: 40px;
	}
	.menu-collapse{
		z-index:9999;
	}
	.menu_banner, #menu-collapse{
		width:100px;
		right:0;
	}
	#menu-collapse{
		width:100px;
		right:-40px;
	}
	.home .img_auto img{
		margin-left:80px;
		margin-top:20px;
		max-height: 260px;
		max-width: 300px;
	}
	 .home .img_auto .capa1{
		left: 3%;/*left: 200px;*/
		top:-0px;
		text-align:right;
	}
	.home .img_auto .capa2{
		left: 3%;/*left:170px;*/
		top: 185px;
		text-align:right;
	}
	.home .img_auto .capa3{
		right: 0%;/*right: 250px;*/
		top:-45px;
		text-align:right;
	}
	.home .img_auto .capa4{
		right: 0%;/*right: 300px;*/
		top: 140px;
		text-align:right;
	}
	.home .img_auto .capa5{
	right: 38%;/*right: 300px;*/
	top: 220px;
	z-index: 999;
	}
	.navbar-toggle{
		right:-120px;
	}
}
@media screen and (max-width:  530px) {
	.text_nosotros h2{
		font-size: 22px;
		font-weight: normal;
		margin-top: -10px;
	}
	.content_nosotros{
		height: 500px;
	}
	.home .img_home img{
	max-height: 200px;
	max-width: 250px;
	margin-top: -150px;
	margin-left: -80px;
	}
	 .content_catalogo .titulo{
 	padding-bottom: 20px;
 	font-family: 'Roboto', sans-serif;
 }
}
@media screen and (max-width:  500px) {
	#menu-collapse{
		width:100px;
		right:-30px;
	}
	#logo_nav img{
 	width: 190px;
 	height: 40px;
 }
}
@media screen and (max-width: 480px){
	#menu-collapse{
		max-width:90px;
		right:0px;
		padding:0px;
}
	.home .img_auto img{
		margin-left:0px;
		margin-top:20px;
		max-height: 260px;
		max-width: 300px;
	}
	#logo_nav img{
 	width: 140px;
 	margin-left:-15px;
 	height: 40px;
 }
 	 .menu_banner .nav li select{
 	right:-10px;
 	width:100px;
 	}
 	.home .img_auto .capa1{
		left: 3%;/*left: 200px;*/
		top:-0px;
		font-size:10px;
	}
	.home .img_auto .capa2{
		left: 3%;/*left:170px;*/
		top: 185px;
	}
	.home .img_auto .capa3{
		right: 0%;/*right: 250px;*/
		top:-45px;
		text-align:right;
	}
	.home .img_auto .capa4{
		right: 0%;/*right: 300px;*/
		top: 180px;
		text-align:right;
	}
}


@media screen and (max-width:  450px) {
	.texto_home2 h2{
		padding-top:20px;
		font-size:18px;
	}

	.home .texto_home{
		margin-top: 10px;
	}
	.home .texto_home h1{
		font-size:18px;
	}
	.home .texto_home h4{
		font-size: 12px;
		width: 10%;
		padding: 0px;
		margin-left: 0;
		margin-top: 40px;
	}
	.home .texto_home .bg{
		font-size: 15px;
		padding: 2px;
		margin-left: 0;
	}
	.home .img_home img{
	max-height: 200px;
	max-width: 250px;
	margin-top: -150px;
	margin-left: -80px;
}
.home .img_auto img{
		margin-left:80px;
		margin-top:20px;
		max-height: 220px;
		max-width: 240px;
	}
	.carousel-control{
	margin-top: -20px;
	}

 .footer div div{
	border-bottom: 1px solid #ccc;
 }
 .content_catalogo .titulo{
 	padding-bottom: 40px;
 }
}
@media screen and (max-width:  435px) {
		#menu-collapse{
		max-width:90px;
		right:60px;
		padding:0px;
}
	#logo_nav img{
 	width:100%;
 	width: 160px;
 	height: 50px;
 }
 	.home .texto_home{
		margin-top: 50px;
	}
	.home .texto_home h1{
		font-size:18px;
	}
	.home .img_home img{
	max-height: 200px;
	max-width: 250px;
	margin-top: -110px;
	margin-left: -80px;
	}

}
@media screen and (max-width:  405px) {
#menu-collapse{
		width:100px;
		right:60px;
		margin-top:-40px;
}
 .home .img_auto img{
		margin-left:0px;
		margin-top:20px;
		max-height: 220px;
		max-width: 200px;
	}
	#logo_nav img{
 	width: 150px;
 	height: 40px;
 }
 	 .menu_banner .nav li select{
 	right:-10px;
 	}
 	 .home .img_auto .capa1{
		left: -10%;/*left: 200px;*/
		line-height:22px;
		margin-top: -20px;
		text-align:center;
		font-size:10px;
	}
	.home .img_auto .capa2{
		left: -3%;/*left:170px;*/
		top: 185px;
	}
	.home .img_auto .capa3{
		left:40%;
		top:-75px;
		padding:0px;
		text-align:right;
	}
	.home .img_auto .capa4{
		left:30%;
		top: 130px;
		text-align:right;
	}
	.home .img_auto .capa{
		width:140px;
		text-align: center;
	}
}
@media screen and (max-width:  320px) {
	.content_nosotros{
		height: 550px;
	}
	.home .img_home img{
	max-height: 150px;
	max-width: 150px;
	margin-top: -150px;
	margin-left: -60px;
}
}