@import 'https://fonts.googleapis.com/css?family=Raleway:100,300,400,700,900';


@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif !important;
	text-align: left;
	}
body {
	width: 100%;
	float: /*left;
	opacity: 1*/;
	-webkit-transition: opacity 1s ease; margin:0;
	background-color:#CCCCCC;
}
img {
	border:none;}
a {
	text-decoration:none;
	}
a:hover {
	color:#CC9933;}
.contenedor {
	margin: 0 auto;
	width: 100%;
	/*background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	min-height:500px;
	background-color: #FFFF33;
	}
header{
	    width: 100%;
    margin: 0;
    background-color: rgba(0,0,0,0.70);
    height: 70px;
    z-index: 9998;
    /* border-top: solid 6px #248a1a; */
    padding: 0; }
#header {
	width:100%;
	  z-index:9999 !important;
	  position:relative;
    }
nav {
    margin: 0 auto 0 20px;
    padding: 0;
    float: right;
    height: 40px;}
.logo{
    margin: 0;
    height: 80px;
    width: 210px;
    background-image: url(../images/logo_borges2.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 115% auto;
    z-index: 9000 !important;
    position: relative;
    float: left;		}
.logo_slider{
    /* top: 0; */
    margin: 90px auto 0;
    height: 120px;
    width: 120px;
    background-image: url(../images/logo_borges_iso.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 99% auto;
    z-index: 9998 !important;
    position: absolute;
    left: 50%;
    margin-left: -41px;}
	
	.logo_back{
    margin: -136px 0 0;
    height: 150px;
    width: 100%;
    background-image: url(../images/int_logo_back.jpg);
    background-repeat: no-repeat;
    background-position: 50% -210px;
    background-size: 100% auto;	}
	
nav ul {
		font-family: 'Raleway', serif;

	list-style: none;
    /* width: 100%; */
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    float: right;
	}
nav ul li {
	height: 70px;
	display:inline-block;
	 opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;}	
nav ul li:hover{
	background-color: #3399FF;
	 -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}

nav ul li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 31px 14px;
    display: block;
    /* letter-spacing: 1px; */
    /* background-color: black; */
	}
nav ul li a:hover{
	color: #CC0000;}
	

nav ul li ul{
	display:none;
	opacity: 0;
  
    background-color: rgba(36,138,26,0.9);
    list-style: none;
    margin: 0;
    width: 190px;
    position: absolute;
    padding: 0;
    z-index: 9999 !important;}
nav ul li ul li ul {
	margin: -49px 0 0 190px;
    background-color: rgba(28, 107, 20, 0.9) !important;
	display:none !important;
	opacity: 1;
	width:190px;
	}
nav ul li ul li ul li > ul {
		margin: -49px 0 0 190px;
		width:120px;
	    background-color: rgba(21, 82, 15, 0.9) !important;
}
nav ul li:hover > ul{
    display: block !important;
	  transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;	
	 opacity: 1;
	
	 
}

nav ul li ul li{
    clear: both;
    width: 100%;
    height: auto;
	
	}
nav ul li ul li:hover{
	background-color:rgba(0,0,0,0.4);
}
nav ul li ul li ul li:hover{
	background-color:rgba(0,0,0,0.5);
}
	
nav ul li ul li a{
	color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700 !important;
    text-align: left;
    padding: 17px 20px;
	cursor:pointer;
	}
nav ul li ul li:hover a{
	font-weight: 700 !important;
}
.menu_left{
	left: 0;
	width:302px !important;}
/* fin submenu */	

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
	
	
	
	
	
section {
    width: 100%;
	margin:0 auto;
   
    clear: both;
	}
.ancho {
	width:80%;
	margin:0 auto;
	 padding: 20px 0 60px;
	 }
.ancho1 {
	width:100%;
	height: 25px;
	margin:0 auto;
	 padding: 20px 0 25px;
	 }
.ancho1 {
	width:80%;
	height: 10px;
	margin:0 auto;
	 padding: 10px 0 10px;
	 }
.ancho_foot {
	width:90%;
	height:350px;
	margin:0 auto;
	 padding: 20px 0 60px;
	 }
.ancho60 {
	width:60%;
	margin:0 auto;
	 padding: 20px 0 60px;
	 max-width:640px;
	 }	 
.ancho_clientes {
	width:100%;
	margin:0 auto;
	 padding: 30px 0 1px 0;
	 background-color:#efefef;
	 }
.ancho_clientes > h1 {
	padding: 10px 0 20px;
	
	}
aside{
	float:left;
	width:30%;
	border-right: solid 1px #ddd;
	font-family: 'Raleway', sans-serif;

	}
aside .title, .tab-container .title {
	    color: #248a1a;
    font-size: 34px;
    margin: 0 0 0 40px;}
aside .subtitle, .tab-container .subtitle, .valores .subtitle{
		font-family: 'Raleway', sans-serif;

color: #006600;
    font-size: 22px;
    margin: -12px 0 30px;
    float: left;
    clear: both;
    text-transform: uppercase;
	}
aside ul{
	margin: 20px 0 20px;
	list-style: none;}
aside ul li, .tab-container ul li {
	width:100%;
	clear:both;
	
	}
aside ul li a, .tab-container ul li a {
    line-height: 37px;
    font-size: 17px;
	font-weight:400;
    color: #248a1a;
    text-transform: uppercase;
	}
aside ul li a:before, .tab-container ul li a:before {
	    content: '';
    float: left;
    display: block;
    border-bottom: solid 3px #248a1a;
    width: 10px;
    height: 1px;
    margin: 20px 10px 0 0;
	}
aside ul li a:hover, .tab-container ul li a:hover {
	color:#000;
	font-weight:700;}	
 {
	font-family: 'Raleway', serif;
	}
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', serif;

	}	
.homeh1	{
	font-family: 'Raleway', serif !important;
	}
h1 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    padding: 30px 0 70px;
    color: #3399FF;
    margin: 0;
    text-transform: uppercase;}
h2 {
    font-size: 42px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    color: #248a1a;
    margin: 40px 0 10px 0;
    width: 90%;
    line-height: 43px;
    text-transform: uppercase;}
h3 {
    font-size: 15px;
    font-weight: 100;
    text-align: center;
    padding: 15px 40px;
    color: #CC0000;
    margin: 0;
    text-transform: uppercase;}
h4 {
font-size: 19px;
    font-weight: 400;
    text-align: left;
    padding: 4px 0 20px;
    color: #3399FF;
    margin: 0;
    line-height: 22px;
    text-transform: uppercase;}
	
h5 {
	font-size: 23px;
	font-weight: 700;
	text-align: left;
	padding: 10px 0 0;
	color: #000;
	margin: 0 0 -10px 0;
	font-variant: normal;
	}	
p {
	color: #006600;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    padding: 0;
	font-weight:300;
		font-family: 'Raleway', sans-serif;

	}
.copy {
	float:left;
	color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    padding: 0;
	width:80%;
}
.copy span {
font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 12px;
   /* display: block;*/	}

/* slider */
.slider1, .slider2, .slider3, .slider4, .slider5, .slider6, .slider7, .slider8, .slider9, .slider10 {
	height:480px;}
		.slider1{
	background-image:url(slider1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
}
.slider2{
	background-image: url(slider2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
}
.slider3{
	background-image: url(slider3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:80% auto;
}
.slider4{
	background-image: url(slider4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% auto;
}
.slider5{
	background-image: url(slider5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% auto;
}
.slider6{
	background-image: url(slider4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% auto;
}
.slider7{
	background-image: url(slider5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% auto;
}
.slider8{
}

.slider_tit{
	color: #fff;
    width: 20%;
    padding: 27px 21px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 190px 0 0 11%;
    background-color: rgba(0, 0, 0, 0.61);
		}
/*interior*/
.col_4_4 {
    width: 100%;
	clear:both;
    margin: 0;
	}
.col_1_2 {
    width: 48%;
    float: left;
    margin: 0 1.2% 0 0;
	}
.col_1_4 {
    width: 23%;
    float: left;
    margin: 0 2.6% 0 0;
	}
.col_2_4 {
    width: 50%;
    margin: 0 auto;
	}
/* botones home */	
.home_prod_cont {
	width:94%;
	margin:-140px auto 0;
	padding:0;
	}
.home_prod{
    /* background-color: #000; */
    margin-bottom: 20px;
    height: 144px;
    cursor: pointer;
    border: solid 5px #000;
    box-sizing: border-box;}
.home_prod:hover{
	 background-color: #3399FF;
}
.home_prod:hover span {
	background-color:  #3399FF;}
.home_prod span{
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.63);
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    margin: 52px auto 0;
    line-height: 16px;}
.home_prod img {
	position:relative;
    margin: 5px;
}
/* botones servicios */
a.servicios {
	padding:0;
	display:block;}
a.servicios p {
	width:100%;}

.servicios_title{
	margin-bottom:40px;
	text-align:center;}
.servicios_box {
    /* background-color: rgba(21, 76, 20, 0.63); */
    margin-bottom: 20px;
    cursor: pointer;
    /* padding-top: 1px; */
    border: solid 6px rgba(21, 76, 20, 0.63);
    box-sizing: border-box;
	   	}
.servicios_box img {
	position:relative;
    margin: 5px;
}
.servicios_box span {
	
display: inline-block;
    background-color: rgba(0, 0, 0, 0.63);
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    margin: 47px auto 0;
    line-height: 16px;
	
}
.servicios_box:hover {
	/* background-color: #248a1a;*/
}
.servicios_box:hover span {
background-color: #3399FF;}

.servicios_box:hover img {
	opacity:1;}


/*.servicios_img {
background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 134px;
    height: 140px;
    margin: 6px 0 0 6px;
    /* position: relative; */
/*    display: block;
    width: 96%;
    top: 0;
	}*/
/*.st{
	     background-image: url(../images/serv_st.jpg);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-size: auto 128px;
    display: block;
    width: 98.4%;
}*/

.servicios_img {
    background-repeat: no-repeat;
    background-position: 0 0px;
    background-size: 100% 150px;
    height: 150px;
    margin: 0;
    /* position: relative; */
    display: block;
    width: 100%;
    /* top: 0; */}
.st{
	background-image: url();
    background-repeat: no-repeat;
    background-size: auto 147px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #999999;
    border: solid 5px #000;
    margin: 0 auto;}
.st1{
	background-image: url();
    background-repeat: no-repeat;
    background-size: auto 147px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #3399FF;
    border: solid 5px #000;
    margin: 0 auto;}
.st_int{
    background-position: -140px 0 !important;
}
.st_home{
	margin:-40px 0 0 0;}
.click{
	    position: relative;
    text-align: center;
    display: block;
    width: 50%;
    top: -56px;
    color: #fff;
    font-weight: 100;
    font-size: 19px;
    background-color: #000 !important;
    margin: 0 auto;
    padding: 4px 0 !important;}	
.servicios:hover .click{
	font-weight:400;}
	
	
	
.alquiler{
	    background-image: url(../images/serv_alquiler.jpg);
}
.cerraduras{
	    background-image: url(../images/serv_cerraduras.jpg);
}
.traslados{
	    background-image: url(../images/serv_traslados.jpg);
}
.desguaces{
	    background-image: url(../images/serv_desguaces.jpg);
}
	
/* fin botones servicios */



.right{
	float:right;
	margin-right:0;}
.prod_img {
   background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    height: 134px;
    margin: 0;
    /* position: relative; */
    display: block;
    width: 100%;
    top: 0;
    background-color: #000;	}

.venta{
	    background-image: url(instalacionbombadeagua1.jpg);
		
}
.instalacion{
	      background-image: url(metalica.jpg);

}
.reparacion{
	    background-image: url(a-foto01.jpg);

}
.productos{
	      background-image: url(fr-bombaspresurizadoras.jpg);

}
.consultas{
	    background-image: url(a-foto01.jpg);

}
.reparacion{
	    background-image: url(motorelectricosemiblindado.jpg);

}

.logos_back {
	background-image: url(../images/logos_back.png);
	background-repeat: repeat;
	background-position: center 0;
	background-size:100% auto;
	}

/*footer */
.pie {
	    z-index: 9999 !important;
    display: grid;
    /* z-index: 9999; */
    position: absolute;
    width: 100%;
	-webkit-box-shadow: 0px -1px 29px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 29px -1px rgba(0,0,0,0.75);
box-shadow: 0px -1px 29px -1px rgba(0,0,0,0.75);
	}
.emergencias {
    width: 100%;
    background-color: #1a7e09;
    margin: 0x auto 0;
    padding: 20px 0;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
 /*   font-family: 'Roboto', sans-serif;*/
    text-align: center;
    height: 30px;
}
.emergencias_cont{
	    width: 60%;
    margin: 0 auto;
	}
.emergencias img {
	    float: left;
    width: 48px;
    height: 48px;
	margin: -9px 30px 0 0;
	display: block;
	}
.emergencias span {
	padding: 3px 0 0 0;
    display: block;
	}
.emergencias span a {
	color: rgba(255,255,255,1);
	}
.emergencias span a:hover {
	color: rgba(255,255,255,0.5);
	}
/*footer*/
footer {
	width:100%;
	margin:0;
	padding:30px 0;
	color:#ddd !important;
	    font-family: 'Roboto', sans-serif;
font-size:14px;
line-height:26px;
text-align:center;
background-color:#333;
height:230px;
}
footer a {
	color:#ddd !important;}
.datos {
	float:left;
	width:10%;
	}
.footer_info{
	width: 30%;
	}

.footer_mail{
    clear: both;
    color: #fff !important;
    margin: 2px 0 -10px 0 !important;
    font-size: 14px !important;}


.footer_social{
    width: 20%;
   }
.footer_gota{
    width: 20%;
   }   

.footer_info, .footer_social, .footer_gota{
    display: inline-block;
	float:left;
	font-size: 13px;
	line-height: 20px;
    text-align: left;
	color: #ddd !important;
    padding: 6px 0 0 0;
    box-sizing: border-box;
    background-size: auto;
    background-position: 0;
    margin: 0;}

.footer_social a:hover{
	color:#fff !important;}

.ico_inst, .ico_fb, .ico_gota {
	 background-position: 0 0;
    background-size: 76%;
    background-repeat: no-repeat;
    float: left;
    width: 40px;
    height: 40px;
	clear:both;
}
.ico_inst span, .ico_fb span, .ico_gota span {
    float: left;
	margin:5px 0 0 40px;
}
.ico_fb {
    background-image: url(../images/ico_fb.png);
}
.ico_inst {
    background-image: url(../images/ico_inst.png);
}
.ico_gota {
    background-image: url(../images/ico_gota.png);
}
.ico_gota span {
	width:80px;
}
.social {
	display:none;}

.footer_map {
    float: right;
    width: 27%;
    height: 114px;
    margin-right: 30%;}
.footer_map:hover {
	opacity:1;
}
/* fin footer */
#header .ico_inst, #header .ico_fb {
	display:none;}







	
.contenedor_prod {
    width: 100%;
    height: auto;
    background-image: url(../images/bk_productos.jpg);
    background-repeat: no-repeat;
    background-position: center -20px;
    background-size: 100% 690px;
    margin: -190px 0 30px 0;
    padding: 80px 0 0 0;
    min-height: 520px;
		}
.producto {
 float: left;
    width: 45%;
    margin: 80px 0 0 0;
  /*  position: fixed;*/
    height: 460px;
}

.producto img {
    display: block;
    margin: 50px 40px 0 0;
    float: right;
}
.producto_head {
	float: right;
    margin: 120px 30px 0 0;
    width: 50%;
	height:370px;
}
/*.producto_info {
    float: right;
    margin: 0 30px 0 0 ;
    width: 50%;
	padding:40px 0;
}*/
.producto_info {
    /* float: left; */
    margin: 0 0 0 10%;
    width: 80%;
    padding: 60px 0 0;
    display: table;
}
.producto_info p {
	width:80%;
	}
	
	.divisor:after {
content: '';
    width: 30px;
    height: 2px;
    /* float: left; */
    margin: 26px 0 -10px 0;
    background-color: #fff;
    display: block;
}
.clear {
	clear:both;}
.clear30 {
	clear:both;
	height:30px;}	
.texto_interior{
	color:#555;
	border-left: 6px solid #eee;
    padding-left: 20px;
	}
.texto_interior span{
    font-style: italic;
    color: #248a1a;
    padding-left: 40px;
    display: block;
	}
.aclaracion {
	font-size:13px;}
.boton_consultar {
    margin: 40px 0 0 0;
    width: 50%;
    height: 50px;
    background: #075501;
    /* background-image: url(../images/productos/boton_consultar.png); 
    background-repeat: no-repeat;
    background-position: 0px 0;*/
    clear: both;
    display: inline-block;
    float: left;
    padding: 0;	}
.boton_consultar a{
    /* text-align: left; */
    display: block;
    padding: 0;
    color: #fff;
    /* font-family: roboto; */
    font-size: 15px;
    line-height: 50px;
    /* width: 100%; */
    /* height: 69px; */
    text-align: center;	}
.boton_consultar:hover, .boton_consultar a:hover {
	background-color:#147303;
/*	background-image: url(../images/productos/boton_consultar.png);
    background-repeat: no-repeat;
    background-position: 0 0;*/
}
.info{
    float: left;
    width: 70%;
    margin: -217px 0 100px 0 ;
    padding: 0 0 0 1%;
	
}
.info ul {
    margin: 17px 0 100px 40px !important;
    padding: 0 !important;
 /*   font-family: 'Roboto', sans-serif;*/
    width: 100% !important;
	 }
.info ul li {
    float: left;
    font-size: 19px;
    color: #147303;
    margin: 0px 0 0 -40px;
    clear: both;
    line-height: 38px;
    }



/*tabs */
/* .etabs { margin: 0; padding: 0; }
     .tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
   .tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
    .tab a:hover { text-decoration: underline; }
    .tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
    .tab a.active { font-weight: bold; }
    .tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }*/
 .tab-container {
	width: 80%;
	display: inline-block;
    }
.etabs {
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
}	  
	 
.tab-container ul{	  
	margin: -10px 0 20px;
    list-style: none;
    width: 25%;
    float: left;
    clear: both;}
.baja {
	margin-top:-10px !important;}
	  
    .panel-container { margin-bottom: 10px; }
/* fin tabs */

.empresa_divisor {
	width: 90%;
    margin: 40px auto 10px;
    height: 2px;
    background-color: #eee;
    float: left;}

.eventos_images {
	width:100%;}
.eventos_images img {
	width: 41%;
    float: left;
    height: 63px;
    padding: 4px;
}
.productos_mini_back{
	    width: 100%;
    background-color: #777;
    display: inline-block;
    height: 111px;
	-webkit-box-shadow: 0px 3px 29px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 29px -1px rgba(0,0,0,0.75);
box-shadow: 0px 3px 29px -1px rgba(0,0,0,0.75);
	}
.productos_mini {
   /* width: 664px;*/
    display: table;
    margin: 0 auto;
    /* height: 50px; */
}
.productos_mini ul {
list-style: none;
    width: 100%;
    margin: 9px auto 0;
    padding: 0;
    vertical-align: bottom;
    height: 111px;
	}
.productos_mini ul li {
height: 95px;
    margin: 0 15px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 4px solid transparent;
    font-weight: bold;
    display: inline-block;
	    }
.productos_mini ul li:hover {
	border-bottom:solid 4px #248a1a;
}
.productos_mini ul li img {
    height: 79%;
    width: auto;
    display: block;
    clear: both;
	margin:0 auto;
	}	

.productos_mini ul li a {
   }


.historia_img {
	display:block;
	clear:both;
	margin:30px 0;}

.cerraduras_footer{
	    width: 100%;
    clear: both;
    margin: 0 auto 100px;
    height: 210px;
	}
.cerraduras_footer ul {
	    list-style: none;
    padding: 0;}
.cerraduras_footer ul li {
    width: 17%;
    float: left;
    margin: 0 3% 0 0;
    color: #555;
}
.cerraduras_footer ul li:last-child {
	margin:0 !important;
}

.cerraduras_footer ul li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    float: left;
	    }
.cerraduras_footer ul li span {
	    margin: 0;
    padding: 0;
    clear: both;
    display: block;
}
.cerraduras_footer .cerradura_img{
    width: 86px;
    height: 86px;
    margin: 0 auto;
    background-color: #777;
   	}
.cerraduras_footer .cerradura_img img:hover{
background-color: #63b15c;
cursor:pointer;
}

/*.cerraduras_footer .cerradura_img:hover {
	    border-bottom: solid 6px #248a1a;
}*/
	
.cerraduras_footer .cerradura_tit{
    font-size: 11px;
    font-weight: 700;
    padding: 0 0 15px 0;
    clear: both;
    float: left;
    height: 20px;
    text-transform: uppercase;
    line-height: 14px;
    text-align: center;
	width:100%;
		}
.cerraduras_footer .cerradura_txt{
	    font-size: 11px;
    line-height: 16px;
	display:none;
	}
.cerraduras_footer h3 {
/*    margin: 70px 0 30px;*/
	}
	
.cerraduras_footer ul p {
	    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
	}	
	
.resta30{
	margin-top:40px;
}
.rg-container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 1em 0.5em;
	color: #1a1a1a;
border:solid 1px #ccc;
}
.rg-header {
	margin-bottom: 1em;
}
.rg-hed {
	font-weight: bold;
	font-size: 1.4em;
}
.rg-dek {
	font-size: 1em;
}
.rg-source-and-credit {
	width: 100%;
	overflow: hidden;
}
.rg-source {
	margin: 0;
	float: left;
	font-weight: bold;
	font-size: 0.75em;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

/* table */
.t-datos {
	width: 90%;
	margin-bottom: 0.5em;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	border:solid 1px #333;
	text-align:center;
	}
.t-datos td {
	padding:3px 0;
	border:solid 1px #aaa;
    width: 4%;}
.t-datos-head {
	background-color: #248a1a;
	color:#FFF;
	font-weight:300;
	font-size:14px;}
.t-datos td:nth-child(1) {
	font-weight:700;}
.t-datos-head-sub{
	background-color: #63b15c;
	color:#FFF;
	font-weight:400;
	font-size:12px;
	}
.t-datos-destacado{
	background-color:#ddd;
	font-weight:700;
	font-size:1.3em;}
.t-datos-pie {
	background-color: #444;
    color: #fff;
    font-size: 10px;
	}


/*bajada */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 1px solid #ddd;
}
table.rg-table tr {
	border-bottom: 1px solid #ddd;
	color: #222;
}
table.rg-table tr.highlight {
	background: #efefef;
}
table.rg-table.zebra tr:nth-child(even) {
	background: #efefef;
}
table.rg-table th {
	font-weight: 400;
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table td {
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table .highlight td {
	font-weight: 400;
}
table.rg-table th.number, td.number {
	text-align: right;
}

.nueva_direccion {
    display: inline-block;
    /* clear: both; */
    margin: 0;
    width: 100%;
    height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(41,143,34,1);
/*	background-image: url(../images/nueva_direccion_mapa.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100%;*/
    position: relative;
    /* line-height: 10px; */	}
.nueva_direccion img {
	    margin: 10px 10px -6px 0;
}


.achica_img{
	width:70%;
	height:auto; }
.gracias_ok {
	width:100%;
	text-align:center;
	font-size:20px;
	color:#000;
	    padding: 20px 0 140px;}



/* media queries */
@media screen and (max-width: 600px) {
.rg-container {
	max-width: 600px;
	margin: 0 auto;
}
table.rg-table {
	display: block;
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	display: block;
	width: 100%;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 0;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em 0;
}
table.rg-table tr.highlight {
	background: none;
}
table.rg-table.zebra tr:nth-child(even) {
	background: none;
}
table.rg-table.zebra td:nth-child(even) {
	background: #efefef;
}
table.rg-table tr:nth-child(even) {
	background: none;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
table.rg-table td[data-title]:before {
	content: attr(data-title) ":A0";
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background: none;
}
}
.gris_claro{
	background-color:#efefef;
	width:100%;
	}
.seccion{
		font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
	text-transform:uppercase;
	color:#248a1a;}
.destacado {
	line-height:42px;
	font-size:22px;
	text-align:center;}

/* formulario */
#formulario {
	width:100%;
	height:auto;
	clear:both;
	margin:0 0 80px 0;
}
input, select, label {	
	height: 49px;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 2px 0 0 0;
    font-size: 17px;
    color: #333;
    clear: both;
    border-radius: 5px;
    border: solid 2px #ccc;
    text-indent: 20px;
    background-color: #FFF;}


input[type="file"] {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    line-height: 44px;
}
.custom-file-input {
		display: inline-block;
		position: relative;
		color: #533e00;
	}



select {
	box-sizing:content-box;}
option {
	color:#333 !important;}
::-webkit-input-placeholder, select, textarea, input::-ms-input-placeholder {
   color: #000 !important;
}
input:-ms-input-placeholder {
   color: #000 !important;
}

:-moz-placeholder, select, textarea { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder, select, textarea {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder, select, textarea {  
   color: #000;  
}
input:-ms-input-placeholder {  
    color: #000 !important; 
}

#botonenviar{
  height: 80px;
  width: 100%;
  border: none;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-color: #319128;
	}
#botonenviar:hover {
	background-color:#38a92e;
}
#mensaje {
    width: 100%;
    margin: 0;
    padding: 19px 0 0 0px;
    font-size: 17px;
    color: #000;
    text-indent: 20px;
    border: solid 2px #ccc;
    border-radius: 5px;
	box-sizing: content-box;}
 
#gracias {
    clear: both;
    margin: 0;
    height: 250px;
    padding: 0;
    display: none;
    text-align: center !important;
	}




.clientes {
    width: 100%;
    margin: 0 0 50px 0;
	padding:20px 0;
}
.menu_prod_left {
	margin: 0 0 0 -77px !important;
	}
.hide {
	display:none;}
.boton_vermas a {
	    font-size: 10px;
    padding: 9px 10px;
    background-color: #248a1a;
    color: #FFF;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    display: inline-block;
	}
.boton_vermas a:hover {
	background-color: #34c326;
		}
		

.ico_whatsapp {
	display:none;
	width: 20px;
    height: 20px;
    background-image: url(../images/ico_whatsapp.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100%;
    margin: 0;
	}
.ico_whatsapp2{
    width: 20px;
    height: 30px;
    /* margin: -20px 0 0 15px; */
    padding: 0px 0 0 0;
    line-height: 10px;
    top: 2px;
    position: relative;
	}

.tooltip {
    position: relative;
 /*   display: inline-block;
    border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    /* top: -70%; */
    left: -55px;
    font-size: 12px;
    line-height: 18px;
    bottom: 100%;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
#captcha {
	    margin: 30px auto;
    width: 50%;}

.descarga a {
font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 10px 0;
    color: #248a1a;
    margin: 20px 0 0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;	}
.descarga a:hover {
	text-decoration:underline;}
	
.banner {
      width: 100%;
    background-color: #CCCCCC;
    margin: 0 auto 0;
    padding: 0;
    height: 15px;}
	
.banner_st {
      width: 100%;
    background-color: #3399FF;
    margin: 0 auto 0;
    padding: 0;
    height: 63px;}
.banner_st_hide {
	display:none;
}	
.banner_st_cont{
/*    width: 100%;*/
	width:996px;
    margin: 0 auto;
    background-image: url(../images/back_st.png);
    background-repeat: no-repeat;
    background-position: left !important;
    background-size: auto 100%;
    height: 63px;
	}
.banner_st_cont span{
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center !important;
    text-transform: uppercase;
    margin: 0px auto 0;
    display: block;
    padding: 21px 0 0 0;
}
	
.banner_st img {
    width: auto;
    height: auto;
	margin: 0 auto;
	display: block;
	}
.menu_ico, .menu_cruz, .menu_tel, .menu_mail {
	display:none;}
	

.pago_back {
	    width: 100%;
   background-color: #111;
    height: auto;
	}	
.pago {
    width: 100%;
    padding: 10px 0 0 0;
    height: 71px;
	text-align: left;	
	}	
.pago_tit{
    text-align: left !important;
    font-size: 15px !important;
    text-transform: none !important;
    font-weight: 300 !important;
   }
.pago_ico{
       width: 100%;
    /* display: inline-table; */
    /* padding: 20px; */
    /* float: right; */
    /* background-color: red; */
    height: 20px;}
.pago_ico ul{
	list-style: none;
    margin: 0 auto;
    padding: 0;
    display: block;}
.pago_ico ul li{
	      width: 20%;
    float: right;
    opacity: 0.5;
    padding: 0;
    /* background-color: blue; */}
.pago_ico ul li img {
    display: block;
    margin: 0 10px 0 0;
    width: 42px;
    height: auto;
    float: left;	}
.pago_ico ul li span {
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 16px 0 0 0;
    display: block;	}

.obras {
    width: 90%;
}

.residencial{
	
    background-position-y: -26px;
}

.griezgos{
	    background-position-y: -80px;
}
.oficina{
	    background-position-y: -2px;
}
.cerraduras{
	
    background-position-y: -10px;
}

	
}	
	
/* responsivo */	
@media (max-width: 1123px) {
	nav ul li a {
    padding: 31px 8px !important;
}
.home_prod {
    height: 122px;
}
.prod_img {
    height: 116px;
    margin: 0;
    width: 100%;
}

	
	}
/*@media (max-width: 960px) {	
	nav ul li a {
    padding: 31px 5px !important;
	
}
.home_prod {
    height: 116px;
}
.prod_img {
    height: 103px;
}
.home_prod span {
    margin: 30px auto 0;
}

}*/
	
@media (max-width: 960px) {
	.obras {
    width: 90%;
}

.residencial{
	
    background-position-y: -26px;
}

.griezgos{
	    background-position-y: -80px;
}
.oficina{
	    background-position-y: -2px;
}
.cerraduras{
	
    background-position-y: -10px;
}
header .ico_fb, header .ico_inst {
	display:none;}	
	
header {
	background-color:#000;}
.logo {
    margin: 0 0 0 23%;
    height: 70px;
    width: 170px;
    background-image: url(../images/logo_borges2.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 109% auto;
    position: absolute;
    display: block;
}
.menu_cruz {
    display: block;
    background-image: url(../images/menu_cruz.png);
    background-position: 10px;
    background-size: 76%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 100px;
    height: 70px;
    /* float: right; */
    /* z-index: 9999; */
    top: -70px;
    margin: 0;
	background-color:#000;}
.menu_ico {
	display: block;
    background-image: url(boton.png);
    background-position: 0;
    
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;}
.menu_tel {
	display: block;
    background-image: url(tel.png);
    background-position: center;
    background-size: 76%;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    float: right;
    width: 30px;
    height: 30px;}
.menu_mail {
	display: block;
    background-image: url(../images/ico_whatsapp.png);
    background-position: center;
    background-size: 76%;
    background-repeat: no-repeat;
    position: absolute;
    right: 11px;
    float: right;
    width: 45px;
    height: 63px;}
.menu_wapp {
	display: block;
    background-image: url(../images/ico_whatsapp2.png);
    background-position: center;
    background-size: 76%;
    background-repeat: no-repeat;
    position: absolute;
    right: 11px;
    float: right;
    width: 45px;
    height: 63px;}	
	
	
	
	
.oculta {
	display:none;
	 transform: translate(-400px, 0);}
.muestra {
	display:block;
	 transform: translate(400px, 0);}
	
nav {
	width: 100%;
    background-color: #000;
    opacity: 1;
    height: auto;
    margin: 80px 0 0 0;
    position: absolute;
    padding: 0 0 40px 0;
    left: -400px;
    font-size: 12px;
    transition: 0.5s ease-out;
	}
nav a {
    font-size: 12px !important;
    padding: 10px 14px !important;
	}
nav ul li ul, nav ul li ul li ul, nav ul li ul li ul li ul {
	left:20px;}	
nav ul, nav ul li ul, nav ul li ul li ul, nav ul li ul li ul li ul{
    opacity: 1 !important;
    clear: both;
    text-align: left;
    width: 100% !important;
    margin: 0;
    padding: 0;
	background-color:#000;
	  background-color: rgba(0,0,0,1) !important;
	}	
nav ul li, nav ul li ul li, nav ul li ul li ul li {
	height: 40px;
    background-color: #000;
    width: 100%;
    clear: both !important;
	display:block;
/*	margin: 0 0 0 20px;*/
	}
nav ul li:hover, nav ul li ul li:hover {
	background-color:transparent !important;}	
nav ul li a, nav ul li ul li a {
	color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 13px 14px !important;
    display: block;	
	}
nav ul li:hover ul, nav ul li ul li:hover ul {
	display:block;
	position:inherit;}	
.logo_slider {
	display:none;}
.flexslider
 {
 	top: 0 !important ;
	margin: 0 0 20px !important;
}	
.slider1, .slider2, .slider3, .slider4, .slider5, .slider6, .slider7, .slider8, .slider9, .slider10 {
	height:240px;
}
.slider4 {
	/*background-image: url(../images/sliders/mudanza2.jpg);*/
	}
.slider4 > div {
	display:block !important;}	

.slider_tit {
     width: 89%;
    padding: 13px 21px;
    font-size: 15px;
     text-align: center;
    margin: 180px auto 0;
 
}
.slides > li{
    margin-top: 40px;
}
.flex-control-nav, .flex-direction-nav {
    display: none;
}
h1 {
    font-size: 26px;
    padding: 0px 0 50px;
 
}
h3{
	font-size:30px;}
.col_1_4 {
    width: 46%;
    float: left;
    margin: 0 2.6% 20px 0;
}
.prod_img {
    width: 100%;
}
.home_prod {
    height: 143px;
}
.logo_back {
     height: 135px;
 }
.seccion, .ancho {
    width: 90%;
}
.tab-container ul, .subtitle {
    width: 26%;
	margin: 0;
}
aside ul li, .tab-container ul li {
    margin-bottom: 10px;
}
aside ul li a, .tab-container ul li a, .subtitle {
    line-height: 16px;
    font-size: 13px !important;
    font-weight: 700;
}
.subtitle {
    margin: 10px 0 !important;
}
.empresa_divisor {
     margin: 10px auto;
}
.info {
    float: left;
    width: 64%;
    margin: -150px 0 100px 0;
    padding: 0 0 0 4%;}
p {
    font-size: 15px;
    line-height: 23px;
	text-align: justify;

}
.historia_img {
     width: 100%;
}
aside ul li a:before, .tab-container ul li a:before {
    border-bottom: solid 0px #248a1a;
    width: 0;
    margin: 0;
}
.eventos_images img {
    width: 100%;
    height: 60px;
    padding: 4px 0;
}
.productos_mini_back {
    width: 100%;
    background-color: #777;
    display: inline-block;
    height: auto;
    -webkit-box-shadow: 0px 3px 29px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 29px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 29px -1px rgba(0,0,0,0.75);
    /* position: relative; */
}
.productos_mini ul {
    margin: 9px auto 0;
    padding: 0 0 15px 0;
	height:auto;
 }
.productos_mini ul a {
    text-decoration: none;
    border-left: solid 2px #fff;
    margin: 0 0 6px 10px;
    padding: 3px 0;
    display: block;
    float: left;
	}
  
.productos_mini ul li img {
     display: none !important;
}
.productos_mini ul li {
  font-size: 13px;
    text-align: left;
    height: auto;
    width: 93px;
    margin: 0px 7px;
}
.productos_mini ul li:hover {
    border-bottom: 4px solid transparent !important;
}
.contenedor_prod {
width: 100%;
    height: 300px;
    background-image: url(../images/bk_productos.jpg);
    background-repeat: no-repeat;
    background-position: center -20px;
    background-size: 100% 370px;
    margin: -14% 0 0 0;
    /* min-height: 400px; */
    /* display: block; */
    /* position: relative; */	}
.producto {
float: none;
    width: 100%;
    margin: 0;
    position: relative;
    height: auto;
    /* clear: both; */
    /* display: inline-block; */}
/*.producto img {
    display: block;
    margin: -40px auto;
    height: 90%;
    width: auto;
    float: none;}
*/
.producto img {
	    display: block;
    margin: 0 auto 30px;
    height: 90%;
    width: auto !important;
    float: none;
       /* max-height: 284px; */
    max-width: 170px;
    height: auto;}


.producto_head {
    margin: 0 auto;
    width: 90%;
    clear: both;
    float: none;
	height:auto;
 }
h2 {
  	font-size: 40px;
    font-weight: 300;
    text-align: center;
    padding: 0;
    color: #248a1a;
    margin: 0;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
}
h4 {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    padding: 12px 0 20px;
    color: #248a1a;
    margin: 0;
    line-height: 19px;
    text-transform: uppercase;
}
.copy {
  color: #ddd;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    padding: 20px 0 0 0;
    width: 100%;
    margin: 0 auto;
}
.producto_info {
    float: none;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0;
	display:block;
}
.producto_info > h3, .cerraduras_footer > h3  {
	text-align:center;}
	
.producto_info p {
    width: 100%;
        text-align: justify;
}
.t-datos {
    width: 100%;
}
.boton_vermas a {
    font-size: 11px;
    margin: 10px auto;
    display: block;
    text-align: center;
}
.gris_claro {
    margin: 0;
}
.cerraduras_footer {
    width: 100%;
    margin: 0px auto 100px;
    padding: 20px 0 0 0;
    float: none;
    height: auto;
    /* display: block; */
}
.cerraduras_footer ul {
    width: 90%;
    margin: 0 auto;
    height: 120px;
    display: table;
}
.cerraduras_footer ul li {
    width: 30%;
    float: left;
    margin: 0 3% 0 0;
    color: #555;
 }
.boton_consultar {
    margin: 30px 0;
    width: 100%;
 
}
.boton_consultar a {
    display: block;
    font-size: 15px;
    text-align: center;
}
.descarga a {
    text-align: center;
}
.ancho60{
	width:90%;
	padding: 20px 0 0;}
.col_1_2 {
    width: 100%;
    float: none;
    margin: 0;
}	
.emergencias {
    margin: 0 auto 30px;
    padding: 20px 0;
    text-align: center;
    height: auto;
}
.emergencias_cont {
    width: 100%;
}
.st {
     width: 100% !important;
}
#captcha {
    width: 90%;
}
.simply-scroll .simply-scroll-list li {
	height: 33px !important;}
.clientes {
    margin: 0 0 -20px 0;
 }
.banner_st_cont {
    width: 100%;
    background-position: -374px !important;
    background-size: 210%;
 
}
.tooltip .tooltiptext {
     left: 0px;
 }
.social {
	    display: block;
    width: 23%;
    margin: 0 auto 90px;}

.datos {
	clear:both;
	width:10% !important;}
#afip {	
	float: none !important;
    clear: both;
    margin: 0 auto;}
footer {
	height:340px;}
.col_2_4 {
    width: 95%;
    margin: 0;
}
.click {
     left: -21px !important;
}
.footer_social {
    float: left;
    display: inline-block;
    margin: 20px 0 0 0;
    width: 40%;
    padding: 30px 0 0 0;}
.footer_info {
    width: 90%;
 }
 .footer_map {
    float: left;
    width: 50%;
    height: 114px;
    margin-left: 1%;
    margin: 50px 0 0 0;
}
	}

@media (max-width: 420px) {
.col_1_4 {
    width: 100%;
}
.txt_cortado{
     /* width: 200px; */
    height: 570px;
    /* padding: 20px; */
    /* border: 1px solid blue; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
}
.txt_cortado:hover {
  width: auto;
  white-space: initial;
  overflow:visible;
  cursor: pointer;
  height:2130px;
}
.resta {
	margin-left: 0;}
	
.nueva_direccion {
    height: 58px;
    font-size: 12px;}
.nueva_direccion img {
    margin: 15px 10px -14px 0;
}
.banner_st_cont{
    background-image: none !important;
	}
.banner_st_cont span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center !important;
    text-transform: uppercase;
    margin: 0px auto 0;
    display: block;
    padding: 15px 0 0 0;
}
.st {
    width: 100% !important;
}

/**** footer responsivo *******/
footer {
    height: 570px !important;
}

.datos {
	float: none !important;
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100% !important;	}
.footer_info{
    width: 100%;
    margin: 40px auto 40px auto !important;
    text-align: center !important;	}

.footer_mail{
    clear: both;
    color: #fff !important;
    margin: 2px 0 -10px 0 !important;
    font-size: 14px !important;}


.footer_social{
    width: 55%;
   }
.footer_gota{
    width: 40%;
   }   

.footer_info, .footer_social, .footer_gota{
    display: inline-block;
	float:left;
	font-size: 13px;
	line-height: 20px;
    text-align: left;
	color: #ddd !important;
    padding: 6px 0 0 0;
    box-sizing: border-box;
    background-size: auto;
    background-position: 0;
    margin: 0;}

.footer_social a:hover{
	color:#fff !important;}

.ico_inst, .ico_fb, .ico_gota {
	 background-position: 0 0;
    background-size: 76%;
    background-repeat: no-repeat;
    float: left;
    width: 40px;
    height: 40px;
	clear:both;
}
.ico_inst span, .ico_fb span, .ico_gota span {
    float: left;
	margin:5px 0 0 40px;
}
.ico_fb {
    background-image: url(../images/ico_fb.png);
}
.ico_inst {
    background-image: url(../images/ico_inst.png);
}
.ico_gota {
    background-image: url(../images/ico_gota.png);
}
.ico_gota span {
	width:80px;
}
.social {
	display:none;}

.footer_map {
    float: right;
    width: 27%;
    height: 114px;
    margin-left: 1%;}
.footer_map:hover {
	opacity:1;
}
/* fin footer */
/***** fin footer responsivo ********/



/* pago */
.pago_back {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    height: auto;
}
.pago {
    width: 100% !important;
}	
.pago_tit{
    text-align: left !important;
    font-size: 13px !important;	}
.pago_ico{
    width: 90%;
    /* display: inline-table; */
    margin: 10px auto 0 !important;
    /* padding: 20px; */}
.pago_ico ul{
	    list-style: none;
    margin: 0;
    padding: 0;}
.pago_ico ul li{
	    width: 20%;
  }
.pago_ico ul li img {
      width: 50% !important;
    margin: 0 auto;
    display: block;
    position: relative;
    float: none;
}
.pago_ico ul li span {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 4px 0 0 0;
    display: block;
}

/* fin pago */

/* mapa footer */
.footer_map {
    float: left;
    width: 100%;
    height: 103px;
	margin: 0 0 40px;
}

/* fin mapa footer */

.click {
    position: inherit;
    text-align: center;
    display: block !important;
    /* width: 81%; */
    /* top: -48px !important; */
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    background-color: #000;
    margin: 0 auto !important;
    padding: 3px 0;}
.pago {
     height: 92px;
}

.tab-container {
    width: 100%;
    display: inline-block;
}
.info {
    float: left;
    width: 60%;
    margin: -187px 0 100px 0;
    padding: 0 0 0 40px;
}
.valores {
    /* float: right; */
    width: 100% !important;
    margin: 10px 0 20px 0 !important;
    display: inline-block !important;
    padding-bottom: 20px !important;
}
.valores .subtitle {
    margin: -12px 0 0px !important;
    font-size: 17px !important;
    /* clear: both !important; */
    /* display: inline-block; */
    width: 100%;
}
.valores_txt {
    width: 45% !important;
    float: left !important;
    clear: none !important;
    border-bottom: solid 2px #ddd !important;
    padding: 20px 0 !important;
    display: block !important;
    margin: 0 15px 0 0 !important;
}
.valores_txt img {
    float: left;
    width: 13%;
    margin: 0 5px 0px 0px;
    display: block;
}
.valores_txt p {
    line-height: 17px;
    float: left;
    margin: 0px 0px 0 0;
    font-size: 13px;
    /* display: block; */
    width: 80%;
    text-align: left;
}
.achica_img{
	width:auto;
	height:auto; }
.obras {
    width: 90%;
}

.residencial{
	
    background-position-y: -26px;
}

.griezgos{
	    background-position-y: -40px;
}
.oficina{
	    background-position-y: -2px;
}
.cerraduras{
	
    background-position-y: -10px;
}

}
.resta {
	margin-left:-77px;}



/* fin formulario */

.valores {
	float: right;
    width: 18%;
	margin:10px 0 0 0;
}
.valores .subtitle {
	margin: -12px 0 0px !important;}
.valores_txt{
	width: 100%;
    float: left;
    clear: both;
    border-bottom: solid 2px #ddd;
    padding: 20px 0;}
.valores_txt p{
	    line-height: 17px;
    float: left;
    margin: 0px 0px 0 0;
    font-size: 13px;
    /* display: block; */
    width: 80%;
	text-align:left;}
.valores_txt img{
	    float: left;
    width: 13%;
    margin: 0 5px 0px 0px;
    display: block;}
.t-livianas .t-datos-head td:nth-child(3), .t-livianas tr td:nth-child(n+5), .t-livianas tr.t-datos-head-sub td:nth-child(4) {
	display:none;
}
.more {
	display:none;}
#ejuno-show, #ejuno-hide {
	color:#248a1a;}
#ejuno-show:hover, #ejuno-hide:hover {
	font-weight:bold;}
