body {
	background-image: url(../images/bg.jpg);
	background-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color: rgb(7, 69, 156);
}
#wrapper{
	position: absolute;
	width: 980px;
	height: 750px;
	left: 50%;
	margin: 10px 0 0 -490px;
}
hr{
	border: 2px solid rgb(204, 194, 192);
	margin-top: 4px;
}
p{
	font-size: 13px;
	text-align: justify;
	line-height: 15px;
	color: rgb(0,0,0);
}
h1{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: rgb(7, 69, 156);
	line-height: 22px;
}
h2{
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	color: rgb(7, 69, 156);
	line-height: 0px;
}
h3{
	font-size: 16px;
	font-weight: 700;
	color: rgb(7, 69, 156);
}
.npr{
	font-size: 13px;
	font-weight: bold;
	color: rgb(7, 69, 156);
}
small{
	font-size: 10px;
	display: block;
	line-height: 30px;
}
.fb-like{
	margin-top: 10px;
	float: right;
}
a{
	text-decoration:none;
	color:inherit;
}
/*Start Header*/
header{
	position: relative;
	height: 130px;
	background-color: rgb(255, 221, 0);
	background-image: url(../images/bgheader.png);
	background-repeat: no-repeat;
	text-align: center;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
header img{
	margin-top: 10px;
	vertical-align: text-bottom;
}
#redes{
	position: absolute;
	top: 72px;
	right: 10px;
	height: 60px;
	width: 300px;
	font-size: 13px;
	text-align: right;
	line-height: 0px;
}
/*End Header*/


/*Start Menú*/
nav{
	position: relative;
	width: 978px;
	height: 25px;
}
nav ul{
	width: 978px;
	display: inline-block;
	border-right: 1px dotted rgb(255,255,255);
}
nav ul li{
	position: relative;
	width: 138px;
	float: left;
	padding: 2px 0 2px 0;
	font-size: 14px;
	text-align: center;
	border-left: 1px dotted rgb(255,255,255);
}
nav ul li:first-child{
	border-left: 1px dotted rgb(255,255,255);
	padding: 2px 0 2px 0;
}
nav a{
	color: rgb(255,255,255);
	text-decoration: none;
	text-shadow: 0 1px 0 #333;
	padding: 8px;
}
nav ul li:hover > a{
	color: rgb(255, 221, 0);
}
.selected{
	color: rgb(255, 221, 0);
}
*html nav ul li a:hover{ /* IE6 */
	color: rgb(255, 221, 0);
}
nav ul li:hover > ul{
	display: block;
}
/* Sub-menu */
nav ul li ul{
	position: absolute;
	width: 139px;
	top: 24px;
    left: 0;
	margin: 0;
    list-style: none;
    display: none;
    z-index: 99999;    
    background: rgb(7, 69, 156);
	opacity:0.85;
	filter:alpha(opacity=85);
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	border: none;
}
nav ul li ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 rgb(31, 72, 118), 0 2px 0 rgb(87, 137, 199);
    -webkit-box-shadow: 0 1px 0 rgb(31, 72, 118), 0 2px 0 rgb(87, 137, 199);
    box-shadow: 0 1px 0 rgb(31, 72, 118), 0 2px 0 rgb(87, 137, 199);
	font-size: 14px;
	border: none;
}
nav ul li ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
	border: none;
}
nav ul li ul li:first-child{  
	border: none;
}
nav ul li ul a{
	height: auto;
	float: none;
    padding: 6px;
    display: block;
    line-height: 1;
    white-space: nowrap;
    text-transform: none;
	color: rgb(255, 255, 255);
	text-align: justify;
}
*html nav ul li ul a{ /* IE6 */   
	height: 10px;
	width: 140px;
}
*:first-child+html nav ul li ul a{ /* IE7 */    
	height: 10px;
	width: 140px;
}
nav ul li ul a:hover{
	color: rgb(255, 221, 0);
}
/*Shape*/
nav ul li ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 45%;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid rgb(7, 69, 156);
	opacity:0.85;
	filter:alpha(opacity=85);
}
nav ul li ul li:first-child a:hover:after{
    border-bottom-color: rgb(7, 69, 156);
}
/* Clear floated elements */
nav:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*Target IE6 & IE7 browsers*/
* html nav             { zoom: 1; } /* IE6 */
*:first-child+html nav { zoom: 1; } /* IE7 */
/*End Menú*/


/*Start Content*/
section{
	position: relative;
	width: 980px;
	height: 540px;
	background-color: rgb(237, 239, 248);
}
#fotos_NPR{
	position: absolute;
	width: 940px;
	height: 365px;
	left: 20px;
	top: 20px;
}
#texto1_NPR{
	position: absolute;
	width: 460px;
	height: 135px;
	top: 395px;
	padding: 0 10px 0 20px;
    border-right: 1px dotted rgb(7, 69, 156);
}
#texto2_NPR{
	position: absolute;
	width: 460px;
	height: 135px;
	left: 490px;
	top: 395px;
	padding: 0 20px 0 10px;
}
#fotos_trayectoria{
	position: absolute;
	width: 450px;
	height: 500px;
	padding: 0 20px;
	margin: 20px 0;
	border-right: 1px dotted rgb(7, 69, 156);
}
#texto_trayectoria{
	position: absolute;
	width: 450px;
	height: 500px;
	left: 490px;
	padding: 20px;
}
#texto_servicios{
	position: absolute;
	width: 465px;
	height: 500px;
	padding: 0 10px;
	margin: 20px 0 20px 10px;
	overflow: auto;
}
#foto_servicios{
	position: absolute;
	width: 450px;
	height: 500px;
	margin: 10px;
	padding: 10px;
	left: 495px;
}
/*Menú Productos*/
#menu{
	position: absolute;
	width: 940px;
	height: 45px;
	left: 20px;
	top: 20px;
	color:rgb(255,255,255);
	background-color: rgb(7, 69, 156);
	-moz-border-radius: 8px 8px 0px 0px;  
	-webkit-border-radius: 8px 8px 0px 0px;     	
	border-radius: 8px 8px 0px 0px;  
}
#menu ul{
	display: inline-block;
	margin: 14px 0;
}
#menu ul li{
	position: relative;
	width: 110px;
	float: left;
	font-size: 14px;
	text-align: center;
	border-right: 1px dotted rgb(255,255,255);
}
#menu ul li a{
	text-decoration: none;
}
#menu a:hover{ 
	color: rgb(255, 221, 0);
}
#menu ul li:first-child{
	width: 200px;
}
#menu ul li:last-child{
	border: none;
}
.yellow{
	color: rgb(255, 221, 0);
}
#title{
	position: absolute;
	width: 200px;
	height: 30px;
	left: 20px;
	top: 65px;
	background-color: rgb(7, 69, 156);
	color: rgb(255,255,255);
	-moz-border-radius: 0px 0px 8px 8px;  
	-webkit-border-radius: 0px 0px 8px 8px;    	
	border-radius: 0px 0px 8px 8px;  
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}
#otro{
	position: absolute;
	width: 100px;
	height: 30px;
	right: 20px;
	top: 65px;
	background-color: rgb(7, 69, 156);
	-moz-border-radius: 0px 0px 8px 8px;  
	-webkit-border-radius: 0px 0px 8px 8px;    	
	border-radius: 0px 0px 8px 8px;  
	text-align: center;
	line-height: 30px;
	font-size: 15px;
}
#otro a{
	text-decoration: none;
	color: rgb(255, 221, 0);
}
/*Termina Menú Productos*/
#catalogo{
	position: relative;
	width: 940px;
	height: 430px;
	overflow: auto;
	left: 20px;
	top: 105px;
}
/*Termina Menú Productos*/
#catalogo2{
	position: relative;
	width: 940px;
	height: 430px;
	overflow: auto;
	left: 20px;
	top: 20px;
}
/*Neumáticos*/
.neumatico{
	position: relative;
	width: 915px;
	min-height: 320px;
	margin-bottom: 20px;
	background-color: rgb(255,255,255);
	line-height: 16px;
	-moz-border-radius: 8px 0px 0px 0px;  
	-webkit-border-radius: 8px 0px 0px 0px;  
	border-radius: 8px 0px 0px 0px;  
}
.modelo{
	position: relative;
	top: 0px;
	left: 0px;
	width: 215px;
	height: 130px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: rgb(255,255,255);
	line-height: 100px;
	background: #07459c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3NDU5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #07459c 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07459c), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #07459c 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #07459c 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #07459c 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #07459c 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07459c', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	-moz-border-radius: 8px 0px 0px 0px;  
	-webkit-border-radius: 8px 0px 0px 0px;  
	border-radius: 8px 0px 0px 0px;  
}
.neumatico img{
	position: absolute;
	left:15px;
	bottom: 0;
	width: 200px;
}
.neumatico table{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 680px;
	text-align: left;
	vertical-align: top;
}
.neumatico table td{
	width: 325px;
	padding: 5px 8px;
}
.punteado{
	border-bottom: 1px dotted rgb(7, 69, 156);
}
th{
	height: 20px;
	padding-left: 8px;
}
/*Llantas*/
.llantas{
	position: relative;
	width: 445px;
	height: 215px;
	margin: 0 12px 15px 0;
	background-color: rgb(255,255,255);
	line-height: 16px;
	display:inline-block;
}
.llantas img{
	position: relative;
	left:15px;
	top:15px;
	height: 190px;
	max-width: 200px;
}
.modelo_llanta{
	position: relative;
	float:right;
	top:20px;
	right: 15px;
	width: 200px;
	height: 175px;
	text-align: left;
	color: rgb(7, 69, 156);
	line-height: 22px;
}
ul li img{
	height: 22px;
}

/*Llantas*/
#foto_faqs{
	position: absolute;
	width: 250px;
	height: 500px;
	padding: 0 20px;
	margin: 20px 0;
}
#texto_faqs{
	position: absolute;
	width: 670px;
	height: 500px;
	left: 270px;
	padding: 0 20px;
	margin: 20px 0;
	overflow: auto;
}
#foto_consejos{
	position: absolute;
	width: 250px;
	height: 500px;
	padding: 0 20px;
	margin: 20px 0;
}
#texto_consejos{
	position: absolute;
	width: 660px;
	height: 500px;
	left: 270px;
	padding: 0 20px;
	margin: 20px 0;
	overflow: auto;
}
#sucursal1{
	position: relative;
	width: 469px;
	height: 500px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}
#sucursal2{
	position: absolute;
	width: 469px;
	height: 500px;
	left: 490px;
	padding: 0 10px;
	margin: 20px 0;
	text-align: center;
}
figure{
	float: left;
	margin: 30px 0 0 10px;
	border: 1px solid rgb(7, 69, 156);
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
#datos{
	position: absolute;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	left: 295px;
	top: 260px;
	padding-left: 7px;
}
#aside_contacto{
	position: absolute;
	width: 350px;
	height: 500px;
	padding: 0 20px;
	margin: 20px 0;
	border-right: 1px dotted rgb(7, 69, 156);
}
#form_contacto{
	position: absolute;
	width: 540px;
	height: 500px;
	left: 390px;
	padding: 0 20px;
	margin: 20px 0;
}
/*Contacto*/
form{
	width: 100%;
	min-height: 325px;
	line-height: 10px;
	color: rgb(7, 69, 156);
}	
/*.enviar{
	position: relative;
	border: none;
	border-top: 1px dotted rgb(7, 69, 156);
	top: 18px;
}*/
label{
	width: 130px;
	font-size: 13px;
	display: inline-block;
}
.arriba{
	vertical-align:top;
	line-height:20px;
}
.cliente{
	width: 390px;
}
input{
	width: 310px;
	margin-bottom: 1px;
	border: none;
	border-bottom: 1px dotted rgb(7, 69, 156);
	background-color: transparent;
	color: rgb(7, 69, 156);
}
textarea{
	width: 307px;
	height: 60px;
	resize: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	border: none;
	background-color: transparent;
	background-image:url(../images/lines.png);
	background-repeat:repeat;
	color: rgb(7, 69, 156);
	margin-top:2px;
	line-height:20px;
}
input[type="checkbox"]{
	display: inline-block;
	width: 15px;
	border: none;
}
#btnSubmit{
	width: 91px;
	height: 24px;
	margin: 20px 10px 0 0;
	float: right;
	background-image:url(../images/btnSubmit.jpg);
	background-repeat:no-repeat;
	cursor: pointer;
}
#atencion, #ambiente{
	width:50px;
	right: 100px;
	line-height: 20px;
}
/*End Content*/


/*Start Footer*/
footer{
	position: relative;
	width: 980px;
	height: 20px;
	top: -8px;
	background-color: rgb(255, 221, 0);
	font-size: 12px;
	color: rgb(7, 69, 156);
	line-height: 20px;

}
#ftr_left{
	padding-left:5px;
	margin:0;
	width:45%;
	height:20px;
	float:left;
}
#ftr_right{
	margin:0;
	width:300px;
	height:20px;
	float:right;
	font-size: 12px;
}
#ftr_right a{
	text-decoration: none;
	color: rgb(7, 69, 156);
}
#ftr_right ul{
	display: inline;
	border-left: 1px dotted rgb(7, 69, 156);
}
#ftr_right ul li{
	width: 98px;
	border-right: 1px dotted rgb(7, 69, 156);
	float: right;
	text-align: center;
}
iframe{
	background-color: rgb(237, 239, 248);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color: rgb(7, 69, 156);
}

#data_fiscal{
	text-align: right;
	
	
	}
/*End Footer*/