/************************************************************************************
RESET CSS
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}
/*img {
	max-width: 200%;
	height: auto;
	width: auto\9; 
}
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
}

/************************************************************************************
ESTILOS GENERALES
*************************************************************************************/
body {
	background: #FFF;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
}
a {
	color: #FFF;
	text-decoration: none;
	outline: none;
	cursor:pointer;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2,  h4, h5, h6 {
	line-height: 1.4em;
	margin: 10px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	line-height: 1em;

	font-size:22px;
	color:#F00;
	
}
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}

#full{
	width:100%;
}
#slide{
	background: url(../img/slide1.png) #FFF repeat-x center top;
	height:450px;
}
#cabecera{
	height:380px;
}
.fast{
		background: url(../img/bg_fast.jpg) #FFF repeat-x center top;
}
.test{
		background: url(../img/bg_test.jpg) #FFF repeat-x center top;
}
.finan{
		background: url(../img/bg_fin.jpg) #FFF repeat-x center top;
}
.carton{
		background: url(../img/bg_cartoni.jpg) #FFF repeat-x center top;
}
.usa{
/*		background: url(../img/bg_usados.jpg) #FFF repeat-x center top;
*/}
.nue{
		background: url(../img/bg_nuevos.jpg) #FFF repeat-x center top;
}

#pagewrap {
	width: 980px;
	margin: 0 auto;
	height:auto; 
}
#ficha{
	width: 980px;
	margin: 0 auto;
	height:auto; 
}
#pagewrap_gal {
	margin: 0 auto;
height:320px; width:980px; margin-top:30px;	
}
#header {
	position: relative;
	height: 70px;
}

#cuadro_slide{
	width:330px; height:300px; background-color:#fff;
	margin:15px -10px 15px 30px;
	float:left;
	
	
	
}
#cuadro_auto{
	
	position: absolute;
	width:682px;
	margin:40px 300px;
	
}

/* site description */
#site-description {
    color: #FFFFFF;
    left: 160px;
    position: absolute;
    top: 30px;
}
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#main-nav {
	height:60px;
	width: 100%;
	background: #e9424b;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: url(../img/nav-bar-bg.png) no-repeat;
}
#main-nav li {
	height:60px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 20px;
}
#main-nav a {
	
	line-height: 100%;
	font-weight: 200;
	color: #fff;
	display: block;
	padding: 24px 13px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #9a1519;
	background-color:#f8eaea;
	
	
}
#log a:hover {
	color: #9a1519;
	background:none;
	
	
}


#main-nav li ul {
   	display:none;
	background-color:#FFF;
 	position:absolute;
   	min-width:150px;
	margin:0;
	height:50px;

	border-radius: 0 0 15px 15px;
	overflow:hidden;
	color:#9a1519; 

            }
            
#main-nav li:hover > ul {
                display:block;
            }
			
#main-nav li div {
   	display:none;
 	position:absolute;
   	min-width:140px;
	margin:0;
}
#main-nav li:hover > div {
                display:block;
}
#main-nav li div a {
	float:left;
	margin:2px;
	padding:0;
}
#main-nav li div img {
	height:40px;
}
            
#main-nav li ul li {
                position:relative;
				height:30px;
				float:left;
				line-height:50px;
				width:auto;
				color:#9a1519;
				text-align:center;
				
				
            }
#main-nav li ul li:first-child {
	margin-left:0;
}

#main-nav li ul li:nth-child(even) {
	margin-left:0;
	width:1px;
	height:30px;
	margin-top:10px;
	border-right:solid 1px #9a1519 ;
}
#main-nav li ul li:last-child {
	margin-left:0;
	border:none;
}
#main-nav li ul li a {
	padding:0 40px;
	line-height:50px;
	color:#9a1519;
	padding:0 12px;
}
.menu_nuevos{
	width:813px;
	left:-50px;
	height:50px;
	overflow:hidden; 
	background-color:#FFF;
	border-radius: 0 0 15px 15px;
	box-shadow: 2px 2px 10px #666;
	
	
}
.menu_camiones{
	width:314px;
	height:50px;
	overflow:hidden; 
	background-color:#FFF;
	border-radius: 0 0 15px 15px;
	box-shadow: 2px 2px 10px #666;
}
.menu_cartoni{
	width:155px;
	height:50px;
	overflow:hidden; 
	background-color:#FFF;
	border-radius: 0 0 15px 15px;
	color:#F0F;
	left:-84px;
	font-size:9px;
	text-transform:uppercase;
	box-shadow: 2px 2px 10px #666;
	
}
.menu_repuestos{
	width:170px;
	height:50px;
	overflow:hidden; 
	background-color:#FFF;
	border-radius: 0 0 15px 15px;
	color:#F0F;
	left:0px;	
	font-size:9px;
	text-transform:uppercase;
	

	box-shadow: 2px 2px 10px #666;
	
}
.menu_sucursales{
	width:920px;
	height:50px;
	overflow:hidden; 
	background-color:#FFF;
	border-radius: 0 0 15px 15px;
	color:#F0F;
	left:-450px;
	font-size:9px;
	box-shadow: 2px 2px 10px #666;
	
}





#content {
	background: #fff;
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 600px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
h2.post-title {
    background: #888;
    border-radius: 5px;
    padding: 0px 5px ;
    border-top: 1px solid #889;
    border-bottom: 1px solid #889;
    text-align: center;
}
h2.post-title a {
    color: #FFFFFF;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px #333333;
}
.post {
	margin-bottom: 20px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}


figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 260px;
}
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #f4e21d;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitulo {
    background: none repeat scroll 0 0 #666666;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    margin: 0 0 5px;
    padding: 6px 0;
    text-align: center;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 2px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}
section.widget ul li a {
	color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 1.2em;
    padding: 11px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease-out;
}
section.widget ul li a:hover {
	background: #fff;
    color: #6B6B6B !important;
    text-decoration: none;
}
/*---FOOTER---*/
#footer {
    background: none repeat scroll 0 0 #999999;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #333333;
    font-size: 90%;
    text-align: center;
}
#footer a {
	color: #fff;
}
.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }



#usados{
	background:url(../img/bg_lista.png) repeat-x;
	height:310px;
}
#acce{
	background:url(../img/bg_lista.png) repeat-x;
	height:310px; 
}
.box{
	height:auto; 
	width:100%; 
	margin-top:30px; 
	padding:40px 0; 
	background-color:#e8e8e8;
	display:none;
}

#nuevos{
	background:url(../img/bg_lista2.png) repeat;
	
}


#map-contact {
	position: absolute;
	 width:100%;}
	
/*     ---------- tab de ficha nueva	-----------   */

.versi{
	background-color:#e9e9e9; color:#333333; height:30px; line-height:12px; vertical-align:middle; padding-top:5px; text-align:center; float:left; width:13.55%; margin:0 2px 0 0;
	border: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
}
.versi_act{
	background-color:#FFF;
}
.versi_act2{
	background-color:#FFF;
}
.caja{
	width:99.7%;	
	min-height:100px;
	height:auto;
	background-color:#FFF;
	border: 1px solid #CCC;
	padding-top:20px;
	overflow:hidden;
}
.caja tr{
	height:25px;
	background-color:#f4f4f4;
}
.caja td{
	padding-left:10px;
	color:#666;
}


.lista_ficha{
	float:left; width:30.7%; line-height:22px; color:#666; padding:3px 5px ; margin:2px 5px; 
	height:20px; overflow:hidden;
} 
.lista_ficha img{
	float:left; width:25px;  margin-top:-2px; margin-right:5px;
}
	

/*********************        GALERIA       **********************/

.gale{
	overflow:hidden;
	float:left;
}
.cuat{
	width:391px; height:320px; border-right: 1px solid #FFF;
}
.duo{
	width:195px; height:320px; border-right: 1px solid #FFF;	 
}
.uno{
	width:100%; height:159px; overflow:hidden;  border-bottom:1px solid #FFF;
}
.gale img{
	height:320px; margin-left:0;
}
.g1{ 
width:100%;
height:320px;
position:relative;
}
.g1 img{
	width:45px;
	height:45px;	
	margin:0px;
	
	
}
.galover{
	background:url(../img/transgal.png) repeat;
	margin-top:-325px;
}


.filtro_car2{width:23%; margin:0 1%; text-align:center; float:left; height:40px; background:url('../img/bg_filtro.png');}


.filtro_car{width:18%; margin:0 1%; text-align:center; float:left; height:40px; background:url('../img/bg_filtro.png');}
.filtro_car_act{width:18%; margin:0 1%; text-align:center; float:left; height:40px; color:#cc0000; background:url('../img/bg_filtro_a.png');}
.act{
	color:#cc0000; background:url('../img/bg_filtro_a.png');
}


footer{
	position:fixed;
	bottom:0px;
	z-index:99999;
	width:100%;
	
}

