*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Gotham, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#666;
	background-color:#fff;
	background-image:url(../IMG/fondo.png);
	background-position: 0 0;
}

/*------------------
      ETIQUETAS
------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight:  normal;
    margin: 5px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	color: #06C;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #06C;
	line-height: 42px;
} 	 
h3 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#06C;
	font-weight: bold;
	line-height:35px;
 }  
h4 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #06C;
	line-height: 27px;
}  
h5 { 
	font-size: 18px;
	line-height:25px;
}  

h6 { 
	font-size: 14px;
	line-height:16px;
 }

p {
	padding-bottom:1em;
}

section, footer {
	margin: 0 auto;
	text-align:center;
	width:100%;
	max-width:100%;
	position:relative;
}

/*-----------------
      ENLACES 
-----------------*/
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

/*----------------------------
  CABECERA Y REDES SOCIALES 
----------------------------*/
.cabecera {
	font-size:14px;
	min-height:40px;
	max-width:1400px;
	margin: 0 auto;
	position: relative;
	background-color:#21252b;
}

.cab-bloque {
	display:inline-block;
	float:left;
	margin-left:20px;
	margin-top: 6px;
	color: #b0bac2;
}
.cab-bloque strong {
	font-size:18px;
	font-weight: bold;
}
.cab-bloque a {
	color:#fff;
	font-size: 16px;
}
.cab-bloque-1 {
	display:inline-block;
	float:left;
	margin-left:10px;	
}
.cab-bloque-2 {
	display:inline-block;
	float:left;
	margin: 0 30px 0 0;	
}
.cab-texto {
	font-size: 15px;
	margin-top: 12px;
	color: #b0bac2;
}

/*----------------------------
       MENU Y LOGOTIPO 
----------------------------*/
.cabecera2 {
	max-width:1400px;
	margin: 0 auto;
	position:relative;
	font-size:14px;
	min-height:65px;
}
.logotipo img{
	float:left;
  	max-height: 50px;
  	padding-top:14px;
}
.menu-sombra:after {
	content:'';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	display: block;
	background: url(../IMG/header-shadow.png) top center no-repeat
}
.fondo-menu{
	background-image: url(../IMG/f-menu-02.jpg);
	box-shadow: 1px 1px 1px #CCC;
}
.cab2-bloque {
	display:inline-block;
	float:left;
	margin: 0 20px 0 0;
	line-height:65px;
}

/*-----------------
       MENU 2 
-----------------*/
.menu2 {
	margin-top: 1em;
}
.menu2 ul{
	list-style:none;
}
.menu2 li {
	display:inline-block;
	border-right:1px solid #CCC;
	margin-bottom:0.5em;
}
.menu2 li a {
	font-size: 16px;
	font-weight: bold;
	padding: 0 3em;
	color: #666;
	opacity: 0.3;
}
.menu2 li a:hover{
	font-size:16px;
	color: #06F;
	opacity:0.8;
}
.menu2 a#primero{
	color: #F00;
	opacity:0.8;
}
.menu2 a#segundo{
	color: #D2D2D2;
	opacity:1;
}
.menu2 li:last-child {
	border-right: none;
}

/*-----------------
     CONTENEDOR 
-----------------*/
.contenedor1 {
	display:inline-block;
	padding-bottom: 20px;
	padding-top:1em;
	width:75%;
}
.contenedor1 img{
	max-width:100%;
}

.contenedor2{
	background:#1F1F1F url(../PUBLICIDAD/pattern.png) repeat top left;
	color:#fff;
	margin: 0 auto;
	width:100%;
	height:500px;
}

.contenedor3{
	width:1200px;
	max-width:100%;
	display:inline-block;
	padding: 0.7em 0;
}
.contenedor3 h2{
	font-family:"Pacifico", Georgia, "Times New Roman", serif;
	font-size:28px;
	color:#000000;
	font-weight:400;
}

.contenedor4{
	width:1200px;
	max-width:100%;
	line-height:20px;
	display:inline-block;
	padding: 1.5em 2em 0;
}
.contenedor4-1 {
	margin: 1em auto 0;
	width: 100%;
	display:inline-block;
}
.contenedor4-2{
	width:1200px;
	max-width:100%;
	display:inline-block;
	padding:0 3em;
}
.contenedor4-3 {
	margin: 1em auto;
	width: 90%;
	display:inline-block;
}
.contenedor5 {
	width:80%;
	max-width:100%;
	height:auto;
	margin: 2em auto 1em;
	display:block;
	position:relative;
}
.contenedor6 {
	width: 80%;
	text-align: center;
	height: auto;
	margin: 1.5em auto;
}
.contenedor6_1 {
	width: 100%;
	text-align: left;
}
.contenedor7 {
	width:95%;
	max-width:100%;
	display:inline-block;
	margin: 0 auto;
	padding: 0,2em;
	vertical-align: middle;
}

/*----------------------------
      OTROS CONTENEDORES
----------------------------*/
.cont_1 {
	width:70%;
	margin:2em auto 0;
}
.cont_1_1 {
	width:90%;
	margin:2em auto 0;
}
.cont_2 {
	width: 70%;
	margin: 0.5em auto 1em;
	height: 1px;
}
.cont_2_2 {
	width: 85%;
	margin: 0.5em auto 2em;
	height: 1px;
}
.cont_3 {
	width: 85%;
	margin: 2.5em auto 1em;
}
.cont_4 {
	text-align:left;
	font-size:22px;
	color:#F00;
	padding-left:1em;
	padding-top:1em;
	padding-bottom:1em;
}
.cont_5 {
	width: 100%;
	margin: 1em auto;
	height:30px;
}
.contenedor_llanta {
	width: 49%;
	max-width:100%;
	height: auto;
	display:inline-block;
	padding: 5px 15px 20px 15px;
}
.cont_logo {
	width:16.5%;
	padding: 1em 1.5em;
	float:left;
	display:inline-block;
	text-align:center;
}


/*----------------------------
            TODO
----------------------------*/
.baner-1{
	width:100%;
	position:relative;
	text-align:center;
}
section#int_img1-1 {
	width:30%;
	float:left;
	margin-bottom:1.5em;
	top:0.5em;
	display:inline-block;
}
section#int_img1-2 {
	width:30%;
	float:left;
	margin-bottom:1em;
	top:2em;
	display:inline-block;
}
section#int_text1-1 {
	display:inline-block;
	text-align: justify;
	width:65%;
	float:right;
	right:1em;
	margin-bottom:1em;
}
section#int_text1-1 table td{
	width:14%;
}
section#int_text1-1 h3 {
	margin-bottom:0.8em;
	
}
section#int_text1-2 {
	display:inline-block;
	text-align: justify;
	width:60%;
	float:right;
	top:3em;
	right:1em;
	margin-bottom:1em;
}
.subtitulo {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px;
	font-weight: normal;
	color: #F00;
}
.subtitulo_1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
	color: #06C;
}
.subtitulo_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
	color: #333;
}
.parrafo {
	color: #333;
	line-height: 22px;
	text-align: justify;
	margin-left:50px;
}
.consejos li{
	list-style:none;
	padding-left:1em;
}
.btn_atras {
	float:left;
	bottom:0;
	left:0;
	margin-bottom:1em;
	opacity:1;
}
.btn_siguiente {
	float:right;
	bottom:0;
	right:0;
	margin-bottom:1em;
	opacity:1;
}
.btn_atras:hover {
	opacity: 0.4;
}
.btn_siguiente:hover {
	opacity: 0.4;
}
.btn_izq {
	float:right;
	padding:0;
	margin:0;
}
.btn_izq1 {
	width: 140px;
	height: auto;
	right:250px;
	padding:0;
	margin:0;
	position:absolute;
}
.btn_center {
	text-aling:center;
	padding-bottom:2em;
	margin:0;
}
.lado-b{
	top: 0;
	left: -1px;
	float: left;
	display: inline-block;
	position: absolute;
}
.lado-centro {
	width:95%;
	max-width:100%;
	height: 650px;
	margin: 0 auto;
	background-image:url(../IMG/LADO-CENTRO.jpg);
	background-repeat:repeat-x;
	top:0;
	z-index:1000;
	position:relative;
}
.lado-a{
	top:0;
	right:0;
	float: right;
	display:inline-block;
	position:absolute;
}
.lado-arriba {
	background-image:url(../IMG/LADO-ARRIBA.png);
	background-repeat:no-repeat;
	background-position: top center;
	width:300px;
	height:50px;
	margin: 0 auto;
	position:relative;
	z-index:1000;
	top:-7px;
}
.lado-arriba h1 {
	font-size:24px;
	color:#fff;
	text-align:center;
}


.lado-b1{
	top: 0;
	left: -1px;
	height:550px;
	float: left;
	display: inline-block;
	position: absolute;
}
.lado-centro1 {
	width:95%;
	max-width:100%;
	height: 570px;
	margin: 0 auto;
	background-image:url(../IMG/LADO-CENTRO.jpg);
	background-repeat:repeat-x;
	top:0;
	z-index:1000;
	position:relative;
}
.lado-a1{
	top:0;
	right:0;
	height: 550px;
	float: right;
	display:inline-block;
	position:absolute;
}
.numero {
	margin-top: 1em;
}
.numero ul {
	list-style:none;
}
.numero li{

	display:inline-block;
	position:relative;

}
.numero li a {
	text-align:center;
	background-color:#999;
	padding:10px 13px;	
	border-radius:125px;
	color: #FFF;
	font-size:14px;

}
.numero li a:hover{	
	background-color:#ccc;
}
.numero li a#marcado{
	background-color:#ccc
}

.linea_separacion {
	width:100%;
	height:1px;
	position:relative;
	background-color:#E1E1E1;
	margin-top:5px;
	margin-bottom:10px;
}
.linea_separacion1 {
	width:90%;
	height:1px;
	position:relative;
	background-color:#E1E1E1;
	margin-top:30px;
	margin-bottom:15px;
}

.linea_img {
	width:100%;
	top:-4px;
	height:7px;
	position:relative;
	background-color:#FF0004;
}
.title-marcas h3{
	font-size:24px;
	font-weight:600;
	text-align:left;
}

.espacio_1{
	height: 10px;
}
.espacio_2{
	height: 20px;
}
.espacio_3{
	height: 30px;
}
.espacio_4{
	height: 40px;
}

.m_espacio1 {
	margin-top:-3em;
}
.m_espacio2 {
	margin-top:-2em;
}
.m_espacio3 {
	margin-top:-1em;
}


/*-----------TABLA-----------*/

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width: 100%;
	max-width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table th,
table td {
	padding: 0px 10px 3px 5px;
}

.subtitulo-conta {
	font-size:16px;
	font-weight:bold;
}
.subtitulo-conta1 {
	font-size:14px;
	font-weight:bold;
}
.linea-abajo {
	padding-bottom:30px;
	border-bottom: 1px solid #CCC;
}
/*----------------------------
           CONTACTO
----------------------------*/
.bloq-conta{
	width:45%;
	height:auto;
	display:inline-block;
	position:relative;
	vertical-align:text-top;
	margin: 20px 10px 10px 10px;
}

.bloq-conta-2{
	width:100%;
	max-width:100%;
	margin:0 auto;
	padding:20px 0 10px;
	height:auto;
	position:relative;
}
.linea_v{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-right: 40px;
}
.bordes_c{
	border-radius:10px;
}
.espacio td {
	padding: 10px;
}
.form_1{
	width: 100%;
	height: 25px;
	border: 1px solid #CCC;
	border-radius: 2px;
}
.form_1_1{
	cursor: pointer;
	width: 100px;
	height: 25px;
	border: 1px solid #CCC;
	border-radius: 5px;
	background: -webkit-linear-gradient( #EAEAEA, #CCC);
	background: -moz-linear-gradient( #EAEAEA, #CCC);
	background: -o-linear-gradient( #EAEAEA, #CCC);
	background: linear-gradient( #EAEAEA, #CCC);
	background-color: #EAEAEA;
}
.form_1_1:hover{
	border: 1px solid #CCC;
	background: -webkit-linear-gradient( #fff, #CCC);
	background: -moz-linear-gradient( #fff, #CCC);
	background: -o-linear-gradient( #fff, #CCC);
	background: linear-gradient( #fff, #CCC);
	background-color: #EAEAEA;
}
.form_1_2{
	width: 300px;
	height: 25px;
	border: 1px solid #CCC;
	border-radius: 2px;
}
.form_2{
	width: 70%;
	height: 25px;
	border: 1px solid #CCC;
	border-radius: 2px;
}
.form_3{
	width: 70%;
	max-width:100%;
	height: 150px;
	border: 1px solid #CCC;
	border-radius: 4px;
}
/*----------------------------
       RED DISTRIBUIDORES
----------------------------*/
.fondo-mapa{
	margin: 0 auto;
	text-align:center;
	width:90%;
	height:auto;
	background-image:url(../IMG/FONDO-DISTRIBUIDORES.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100%;
	
}
.contenedor-mapa{
	width:60%;
	max-width:1200px;
	height:auto;
	margin:0 auto 1em;
	position:relative;
	display:inline-block;
	z-index:9999;
}
#img-map{
	width:60%;
	height:700px;
	float:left;
	z-index: 10;
	text-align:center;
	margin: 0 auto;
	position:relative;
}
#img-map-1{
	width:60%;
	height:600px;
	float:left;
	z-index: 10;
	text-align:center;
	margin: 0 auto;
	position:relative;
}
#text-map{
	width:38%;
	height:550px;
	top:30px;
	float:right;
	z-index:10;
	margin-top:40px;
	background-color:#FFFFFF;
	box-shadow: 5px 8px 10px rgba(0,0,0,0.3);	
	border-radius: 15px;
	border: 10px solid #eee;
	position:relative;
}
#text-map-1{
	width:38%;
	height:450px;
	top:20px;
	float:right;
	z-index:10;
	margin-top:40px;
	background-color:#FFFFFF;
	box-shadow: 5px 8px 10px rgba(0,0,0,0.3);	
	border-radius: 15px;
	border: 10px solid #eee;
	position:relative;
}

.texto-mapa{
	margin: 1em 3em 2em;
}

#d-ancash {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-apurimac {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-arequipa {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-ayacucho {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-cajamarca {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-cusco {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-huanuco {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-ica {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-junin {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-lalibertad {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-lambayeque {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-loreto {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-madrededios {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-moquegua {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-piura {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-puno {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-sanmartin {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-tacna {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}



#d-lima {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-ate {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-carabayllo {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-comas {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-la-victoria {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-los-olivos {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-puente-piedra {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-sanjuan-lurigancho {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-sanjuan-miraflores {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-san-luis {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow: auto;
	max-width:100%;
	z-index: 13;
	background:#FFFFFF;
}
#d-smp {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-santa-anita {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-callao {
	position: absolute;
	width: 100%;
	height: 430px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}

.sti_text1 {
	padding-top:20px;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	color: #06C;
}

.sti_text2 {
	text-align:left;
	font-size:14px;
	padding: 15px 30px;
	
}

.sti_text2 strong {
	font-weight:bold;
	}


/*----------------------------
           OFERTA
----------------------------*/
.slider-oferta {
	padding:0.3em 0;
	background-image:url(../img/FONDO-PROMO.png);
	background-position: bottom center;
	background-repeat:no-repeat;
}
.slider-oferta h1{
	font-size:42px;
	line-height:60px;
	color:#21252b;
}

.slider-oferta h2{
	font-family:"Arial Black", arial;
	font-size:30px;
	font-weight:bold;
	color:#21252b;
	margin-top:-0.4em;
}
.slider-oferta strong{
	font-size:42px;
	font-style:italic;
	color: #fff;
	font-weight:bold;
	background-color:#FF0004;
	padding: 2px 30px;
	border-radius: 200px 0px 200px 0px;
	-moz-border-radius: 200px 0px 200px 0px;
	-webkit-border-radius: 200px 0px 200px 0px;
	border: 0px solid #000000;
}


/*----------------------------
      GALERIA PROMOCION
----------------------------*/
.galeria-promo {
	margin: 0 auto ;
	text-align:center;
	max-width:100%;
	padding:1em 0;
}
.galeria-promo h1{
	font-family:Arial;
	font-size:50px;
	line-height:50px;
	color:#fff;
}
.galeria-promo h2{
	font-size:24px;
	text-align:center;
	color:#fff;
	font-family:"Pacifico", Georgia, "Times New Roman", serif;
	text-shadow:1px 1px 1px #000;
	line-height:40px;	
}
.galeria-promo span{
	font-size:42px;
	font-style:italic;
	color: #fff;
	font-weight:bold;
	background-color:#FF0004;
	padding: 2px 30px;
	border-radius: 200px 0px 200px 0px;
	-moz-border-radius: 200px 0px 200px 0px;
	-webkit-border-radius: 200px 0px 200px 0px;
	border: 0px solid #000000;
}
.galeria-promo-margin {
	margin:25px 50px;
}

/*----------------------------
        PUBLICONSEJOS 
----------------------------*/
.publiconsejos {
	margin: 0 auto ;
	text-align:center;
	max-width:100%;
	padding:2em 0;
	background-image:url(../img/FONDO-PROMO-2.png);
	background-position: bottom center;
	background-repeat:no-repeat;
}
.publiconsejos h1{
	font-size:50px;
	line-height:50px;
	color:#21252b;
}
.publiconsejos h2{
	font-size:24px;
	text-align:center;
	color:#21252b;
	font-family:"Pacifico", Georgia, "Times New Roman", serif;
	line-height:40px;	
}
.publiconsejos span{
	font-size:42px;
	font-style:italic;
	color: #fff;
	font-weight:bold;
	background-color:#FF0004;
	padding: 2px 30px;
	border-radius: 200px 0px 200px 0px;
	-moz-border-radius: 200px 0px 200px 0px;
	-webkit-border-radius: 200px 0px 200px 0px;
	border: 0px solid #000000;
}
.cont_publiconsejos_numero {
	width:70%;
	height:450px;
	margin:0 auto;
	top:20px;
	background-color:#fff;
	position:relative;
}
.cont_publiconsejos {
	max-width:1400px;
	height:70px;
	margin: 0 auto;
	position:relative;
	background-image: url(../img/FONDO-PUBLICONSEJOS.png);
	background-repeat:no-repeat;
	background-size:100%;
}


/*----------------------------
       NUESTRAS MARCAS
----------------------------*/
.llanta-menu{
	position:absolute;
	text-align:center;
	margin: -3.8em auto 0;
}
.llanta-marca{
	text-align: center;
	padding-bottom:0.2em;
	padding-left:0em;
	margin: 0 auto;

}
.llanta-web{
	text-align: center;	
	color: #666;
	font-size: 14px;
	padding-top: 1em;

}

/*----------------------------
        PIE DE PAGINA 
----------------------------*/
.info_pie{
	width:100%;
	position:relative;
	padding: 1em 0;
	background-color:#21252b;
}
.info_pie h6{
	color:#888;
	padding:0;
	text-align:center;
}

/*----------------------------
            COLOR 
----------------------------*/
.c-negro {
  	background-color: #21252b;
	color: #858d91;
}
.c-negro a {
  	color: #609ddb;
}
.c-negro a:hover {
  	color: #487ab9;
}

/*----------------------------
      PADDING Y MARGIN 
----------------------------*/
.mar-izq-1 {
	margin-left: 10px;
} 
.mar-izq-2 {
	margin-left: 20px;
} 
.mar-izq-3 {
	margin-left: 30px;
} 
.mar-izq-4 {
	margin-left: 40px;
} 
.mar-izq-5 {
	margin-left: 50px;
} 
.mar-der-1 {
	margin-right: 10px;
} 
.mar-der-2 {
	margin-right: 20px;
} 
.mar-der-3 {
	margin-right: 30px;
} 
.mar-der-4 {
	margin-right: 40px;
} 
.mar-der-5 {
	margin-right: 50px;
}


/*----------------------------
        ALINEACIONES 
----------------------------*/
.todo-izq {
  float: right !important;
}
.todo-der {
  float: left !important;
}



/*----------------------------
  MEDIA QUERY BOTONES REDES 
----------------------------*/
@media (max-width: 1024px) {
  	.linea_v{
	border-right: 0;
}
}
@media (min-width: 961px) {
  	.most-menu {
    	display: none !important;
		float:right;
  	}
	
}

@media (max-width: 960px) {
  	.ocul-menu {
    	display: none !important;
  	}
	.ocul-llantas {
		display:none !important
	}
	.ocul_espacio {
		display:none !important;
	}
}

@media (max-width: 480px) {
  	.ocul-redes {
   		display: none !important;
  	}
}

@media (max-width: 850px) {
	.ocul-correo {
		display: none !important;
	 }
	.mar-der-3 {
		margin-right: 15px ;
	}
	.mar-izq-4 {
		margin-left: 20px;
	} 
}


/*--------------------------
      MEDIA QUERY TODO
--------------------------*/
@media (max-width: 1500px) {
.contenedor-mapa{
	width:80%;
}
.contenedor6 {
	width:90%;
}
.cont_logo {
	padding: 1em;
}
}
@media (max-width: 1250px) {
.m_espacio1 {
	margin-top:-1em;
}

.contenedor1 {
	padding-top:0.5em;
	width:85%;
}
.contenedor-mapa{
	width:90%;
}
.contenedor5 {
	width:90%;
}
.cont_1 {
	width:100%;
	margin:1em auto 0;
}
.contenedor6 {
	width:95%;
}
.contenedor_llanta {
	width: 47%;
	margin: 5px 5px 20px 5px;
}
}

@media (max-width: 1024px) {
h1 {
	font-size: 38px;
	line-height: 40px;
}
h2 {
	font-size: 36px;
	line-height: 36px;
} 	 
h3 { 
	font-size:27px;
	line-height:30px;
 }  
h4 { 
	font-size: 22px;
	line-height: 24px;
}  
h5 { 
	font-size: 18px;
	line-height:20px;
}  

h6 { 
	font-size: 15px;
	line-height:16px;
 }
.m_espacio3 {
	margin-top:0;
}
.espacio_1{
	height: 10px;
}

.bloq-conta{
	width:85%;
	height:auto;
	display:inline-block;
	vertical-align:text-top;
	margin: 20px 10px 10px 10px;
}
.menu2 li a {
	font-size: 14px;
	font-weight: bold;
	padding: 0 2em;

}
.contenedor6 {
	margin: 1em auto 0.5em;
}
.cont_logo {
	width:25%;
	padding:1em;
}
section#int_text1-2 {
	width:65%;
	top:0;
}
.lado-centro {
	height: auto;
	background-color:#fff;
}
.lado-centro1 {
	width:95%;
	max-width:100%;
	height: auto;
	background-color:#fff;
}
@media (max-width: 960px) {
	
#img-map{
	width:80%;
	height:700px;
	float:none;
}
#img-map-1{
	width:80%;
	height:600px;
	float:none;
}
#text-map{
	width:80%;
	height:300px;
	top:0;
	float:none;
	margin: 20px auto;
}
#text-map-1{
	width:80%;
	height:300px;
	top:0;
	float:none;
	z-index:10;
	margin: 20px auto;
}

.contenedor-mapa{
	width:100%;
}

#d-ancash {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-apurimac {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-arequipa {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-ayacucho {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-cajamarca {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-cusco {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-huanuco {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-ica {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-junin {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-lalibertad {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-lambayeque {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-loreto {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:hidden;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-madrededios {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-moquegua {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-piura {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-puno {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-sanmartin {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-tacna {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}


#d-lima {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-ate {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-carabayllo {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-comas {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-la-victoria {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-los-olivos {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-puente-piedra {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-sanjuan-lurigancho {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-sanjuan-miraflores {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-san-luis {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 13;
	background:#FFFFFF;
}
#d-smp {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-santa-anita {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}
#d-callao {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow:auto;
	max-width:100%;
	z-index: 12;
	background:#FFFFFF;
}

.subtitulo {	
	font-size: 20px;
	line-height: 20px;
}
.cont_1_1 {
	width:100%;
	margin:2em auto 0;
}


}

@media (max-width: 850px) {
	
/*------------------
      ETIQUETAS
------------------*/
h1 {
	font-size: 32px;
	line-height: 38px;
}
h2 {
	font-size: 26px;
	line-height: 32px;
} 	 
h3 { 
	font-size:22px;
	line-height:28px;
 }  
h4 { 
	font-size: 18px;
	line-height: 24px;
}  
h5 { 
	font-size: 14px;
	line-height:20px;
}  

h6 { 
	font-size: 12px;
	line-height:16px;
 }
 
.cont_logo {
	width:33.3%;
	padding:0.8em;
}
#img-map{
	width:98%;
}
#img-map-1{
	width:90%;
}
.contenedor3 h2{
	font-size:20px;
}
.contenedor4-1 {
	margin: 0 auto;
}
.contenedor4-2{
	padding:0 1em;
}
.contenedor5 {
	width:95%;
}
section#int_img1-1 {
	width:70%;
	float:none;
	text-align:center;
	margin-bottom:3em;
	top:1em;
	display:block;
}
section#int_text1-1 {
	display:block;
	width:100%;
	float:none;
	right:0;
	margin-bottom:2em;
}
section#int_text1-2 {
	width:90%;
	float:none;
	top:0;
	right:0;
	margin-bottom:1em;
}
.btn_izq {
	float:none;
	margin: 2em auto 0.5em;
}
.contenedor6_1 {
	width: 100%;
	text-align: center;
}
.contenedor_llanta {
	width: 90%;
	margin: 5px 10px 20px 10px;
}
.m_espacio3 {
	margin-top:0;
}
.espacio_2{
	height: 0;
}

.cont_1 {
	width:95%;
	margin:2em auto 0;
}
.cont_2 {
	width: 95%;
	margin: 0.5em auto 1em;
	height: 1px;
}
.cont_3 {
	width: 95%;
	margin: 2.5em auto 1em;
}
.cont_4 {
	font-size:18px;
	padding-left:2em;
	padding-top:1em;
	padding-bottom:1em;
}
.menu2 li a {
	font-size: 13px;
	padding: 0 1em;
}
.menu2 li a:hover{
	font-size:13px;
}
.form_2{
	width: 90%;
	height: 25px;
}
.form_3{
	width: 90%;
	height: 150px;
}
}

@media (max-width: 480px) {


}


.lodi {
	width: 100%;
	position: relative;
}
