body {background-color: #000;
	background-image:url('img/slide-bg.jpg');
	background-size: 240%;
	background-attachment: fixed;
color:#fff;
text-align: center;
font-family: 'Open Sans', sans-serif;}

.header {text-align: left;
background-color: #000;

box-shadow: 0px 0px 2px #000;
}
.texto {padding-top: 20px;
}
.header ul li {
color:#0088CC;
line-height: 2.4;
font-size: 10px;
font-family: 'Roboto', sans-serif;
list-style-type: none;}
.float3 { float: left;  width: 30px; margin-right: 10px;  }
.float4 { float: left;  width: 30px; margin-right: 10px; margin-top: -8px; }
.ul3 a {color:#fff;}
.ul3 a:hover {color:#0088CC;}

.nav {

background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 49%, rgba(207,4,4,1) 49%, rgba(207,4,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(49%,rgba(207,4,4,1)), color-stop(49%,rgba(207,4,4,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 49%,rgba(207,4,4,1) 49%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 49%,rgba(207,4,4,1) 49%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 49%,rgba(207,4,4,1) 49%,rgba(207,4,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 49%,rgba(207,4,4,1) 49%,rgba(207,4,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

	box-shadow: 0px 0px 3px #000;	
	border-top: 3px solid #222224;
box-shadow: 0px 2px 3px #222224;
padding: 13px;
}
.nav li {display: inline-block;}

.nav li a
{
font-family: 'Francois One', sans-serif;
color:#fff;
transition:1s all;

} 
.nav li a:hover {color:#000;}

.section {
	background: #191919;
	padding: 20px;
	box-shadow: 0px 0px 2px #000;
	border-radius: 5px;
	margin:0px;
}
.section2 {
	background: #191919;
	padding: 5px;
	box-shadow: 0px 0px 2px #000;
	border-radius: 5px;
}

.section h3 {color:#0088CC;
font-family: 'Fjalla One', sans-serif;
text-shadow:0.4px 0.4px 0px #000;}

.section p {font-size: 10px;}
.max p {font-size: 12px; 
	font-family: 'Roboto', sans-serif;
}

.row2 { font-family: 'Maven Pro', sans-serif;}

.hr {
margin: 44px 0 44px 0;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.hr2 {
margin: 25px 0 25px 0;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.izq {box-shadow: 0px 0px 2px #000;}

h2 {
color:#ddd;
font-family: 'Francois One', sans-serif;
}



.ul2 li {
	list-style:none;
	line-height: 23px;
font-size: 17px;
padding-left: 36px;
margin-top: 8px;
text-align: left;
background: url("img/tick.png") top left no-repeat;
}






.categorias {
	background-color: #191919;
	box-shadow: 2px 0px 3px #222224;
margin-bottom: 30px;
	border-bottom: 3px solid #222224;
}

.ul3 li {
	list-style:none;
	line-height: 23px;
font-size: 12px;
padding-left: 36px;
margin-top: 10px;
text-align: left;
padding-bottom: 8px;
transition:1s all;
background: url("img/arrow.png") top left no-repeat;
}

.ul3 li:hover {
	list-style:none;
	line-height: 23px;
font-size: 12px;
padding-left: 36px;
margin-top: 15px;
text-align: left;
padding-bottom: 10px;
background: url("img/arrow2.png") top left no-repeat;
}












.marcas {background-color: #0088CC;
box-shadow: 0px 0px 2px #000;
margin: 10px auto;
padding: 10px;}

.marcas h4 {margin-top: 0px;
margin-bottom: 0px;
font-size: 50px;
color:#fff;
word-spacing: -15px;font-family: 'Roboto', sans-serif;}


.marcas h5 {margin-top: -5px;
margin-bottom: 0px;
color:#fff;
font-family: 'Maven Pro', sans-serif;
font-size: 15px;}








.center {text-align: center;}

.contacto p {font-family: 'Roboto', sans-serif;}




.footer {
	border-top: 3px solid #222224;
	background-color: #111;
box-shadow: 0px 0px 2px #000;
margin: 0px auto;
padding: 5px;}

.footer h4 {
font-size: 25px;
color:#ccc;
font-family: 'Open Sans', sans-serif;}




.footer p {
	font-size: 12px;
	color:#555;
	margin-bottom: 0px;

}

.left {text-align: left;}

form li {list-style: none;}
form label {color:#fff; font-size: 12px;}
form input {padding: 0px;}
form {text-align: center;}

.contacto p {font-size: 13px;}
.contacto b {font-size: 15px;
font-family: 'Maven Pro', sans-serif;
text-shadow:0px 0px 0px #000;
}

.float { float: right; margin-right: 10px; width: 150px;}
.float2 { float: left; margin-right: 10px; width: 48px; padding-bottom: 30px;}


.repuestos h3 {
	text-align: center;
	font-size: 18px;
	margin: 20px auto;

}
.repuestos h2 {color:#0088CC;
font-family: 'Fjalla One', sans-serif;
text-shadow:0.4px 0.4px 0px #000;
font-size: 30px;
text-align: center;}

.home .theme-default .nivo-controlNav a {
	display: none;
margin-bottom: 10px;}
.home {margin-bottom: 10px; 

text-align: center;}
.lista {font-size: 12px;
text-align:center;}
.lista div {margin-bottom: 10px;}

.juntos h3 {box-shadow: 0px 1px 3px #000;
background: rgb(0,0,0);
color:#fff; /* Old browsers */padding: 10px;}