/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {height:100%; }


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus {
outline:0px;
}

/*END RESET*/

.header{
	width:100%;
	height:300px;
	
}
.logo{
	text-align:center;
	padding:14px;

	
}


body{
	font-family: 'PT Sans Narrow', sans-serif; 
  background:url(../images/Grey-background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.clear{
	clear:both;
}

.contenedor{
	width:980px;
	background-color:#FFF;
	margin:0px auto;
	overflow:hidden;
	margin-top:-29px;
	border-radius: 10px 10px 0px 0px;
	-webkit-box-shadow: 0px 0px 16px 7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px 7px rgba(0,0,0,0.75);
	

	
}



/*SLIDER*/
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/*menu*/


.menu {
	    text-align: left;
		width:960px;
	    background-image:url(../images/menu-degradado.jpg);
	    margin: 0px;
	    padding: 0px 0px 2px 64px;
	    list-style: none;
	    position: relative;
	    float:left;
	   z-index:5;
	   font-weight:bold;
	   font-size:16px;
	   height:49px;
	   
	   -bracket-:hack(;
        margin:10px;
    );
	   
	   
}


	 
	/*Estilos para los elementos li primer nivel*/
.menu li {
	    display: block;
	    float:left;
	    position: relative;
		padding-top:1px;
		padding-right:10px;
		height:50px;
}
 
	/*Listas primer nivel*/
.menu li a {
	     font: bold 14px;
		 letter-spacing:0.5px;
	     color:#FFF;
	     text-decoration: none;
	     display: block;
	     float:left;
	     padding:8px 16px;
		 border-radius:8px;
		 webkit-transition: all 0.5s ease-in-out;
  		-moz-transition: all 0.5s ease-in-out;
  		-o-transition: all 0.5s ease-in-out;
 		 transition: all 0.5s ease-in-out;
		 margin-top:5px;
		 margin-bottom:-17px;
		 text-align:center;
		 width:100px;
		 
		 -bracket-:hack(;
         padding:5px 16px;
    );
		-bracket-:hack[;
       padding:5px 16px;
    ];
	(-bracket-:hack;
       padding:5px 16px;
    );
    
	

		 
}

body:first-of-type .menu li a {  
padding:7px 13px;
width:104px;
 }





		 
	 
	/*Estado Hover/Activo de los enlaces*/
.menu li a:hover{
	     background:url(../images/botonmenu.jpg);
	     color:#000;
}

  


.menu li a.primero, .menu li a.segundo, .menu li a.tercero,.menu li a.cuarto, .menu li a.quinto, .menu li a.sexto, .menu li a.septimo{
	
	background:url(../images/botonmenuactive.jpg);
	     color:#333;
		 
		 
}
	 
	 
	 
/*sumenu*/
.menu li ul {
	
   margin: 0px;

    padding: 0px;

    height: 0;

    float: left;

    position: absolute;

    left: 0px;

    top: 45px;

    border: 0;

    overflow: hidden;


    z-index: 5;

    /*Aplicamos opacidad cero, animaremos a 1 en el estado hover*/

    display: none;

    filter: alpha(opacity=0); /* Internet Explorer*/

    /*Aplicamos bordes redondeados a las esquinas inferiores.*/

    border-radius: 0px 0px 5px 5px;

    -moz-border-radius: 0px 0px 5px 5px;

    -webkit-border-radius: 0px 0px 5px 5px;

    /*definimos desde donde inicia el ancho de la caja*/

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    /*Aplicamos la animación */

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}
 

.menu li ul.submenu li a{

    color: #fefefe;

    padding: 13px 0 13px 20px;
	letter-spacing:0px;

    width: 300px;

    border-bottom: 1px solid #2f2f2f;

    background:#333;

   	font-size: 15px;

    /*Aplicamos efecto de transation a los enlaces*/

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
	margin:1px;
	text-align:left;

}

 

/*Eliminamos el border-bottom al último enlace de la lista*/

.menu li ul.submenu li:last-child a{
	border-bottom:none;
}

 

/*Aplicamos los cambios para los enlaces en el estado :hover*/

.menu li ul.submenu li a:hover{

    color:#000;

    font-weight: bold;

    padding-left:28px;

 background: #ff8a00; /* Old browsers */
background: -moz-linear-gradient(top, #ff8a00 44%, #ff6a00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#ff8a00), color-stop(100%,#ff6a00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff8a00 44%,#ff6a00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff8a00 44%,#ff6a00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff8a00 44%,#ff6a00 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff8a00 44%,#ff6a00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a00', endColorstr='#ff6a00',GradientType=0 ); /* IE6-9 */

	
}
.menu li:hover ul.submenu{
 	height:auto;
   	display:block;
   
   
   
}


/*end submenu*/


.cuerpo{
	width:715px;
	height:auto;
	background-color:#fff;
	text-align:left;
	float:left;
	padding-right:5px;
	padding-left:10px;
	margin-bottom:50px;
	margin-top:20px;
}


.lista-serv {
	margin-left:40px;
	
}

.lista-serv li{
	list-style:disc;
}



.mapa{
	margin:30px;
	}

/*GALERIA-TALLER*/
#galeria, #galeria * {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	
	
	}
#galeria {
border: 1px solid #EAEAEA;  /* Borde de la galería */
padding-bottom: 0;
margin:50px;
background: white;  /* Fondo de la galería */
  
}
#galeria_miniaturas {
display: table;
margin: 0 auto;
}
#imgGaleria {
border: 1px solid #F2F2F2;  /* Borde de la imagen */
padding: 3px;
width: x; /* Ancho de la imagen */
height: x; /* Alto de la imagen */
}
.miniatura {
width:  60px;  /* Ancho de las miniaturas */
height:  60px;  /* Alto de las miniaturas */
float: left;
cursor: pointer;
padding: 5px;
margin: 10px 5px;
}
.miniatura:hover {
opacity:.8;   /* Opacidad */
-moz-opacity:.8;
-khtml-opacity:.8;
filter:alpha(opacity=80);
}
.miniatura:active {
opacity:1;
-moz-opacity:1;
-khtml-opacity:1;
filter:alpha(opacity=80);
}
/*END-GALERIA-TALLER*/






	
	
h1,h2,h3,h4{
	color:#000;
	font-weight:bold;
	font-size:18px;
	margin-top:30px;

	
}

.motos{
	text-align:center;
	color:#ff6a00;
	text-shadow:2px 1px #c3c3c1;
	font-size:24px;
	letter-spacing:2px;


}

.promo {
	alignment-adjust:central;
	height:600px; 
	width:400px; 
	margin-top:50px;
	margin-right:144px;
	float:right;
	

	
}


#promospan a span {
	
	display: none;
	color: #FFFFFF;
	
}
#promospan a:hover span {

	display: block;
	width: 157px;
	background: rgba(0, 0, 0, 0.5);
	left: 192px; 
	top: 69px; 
	color:#FFFF; 
	padding: 7px 17px;
	font-size:16px;
	font-style:italic;
	font-weight:100;
	position:relative;
	font-weight:bold;
}

.sideright h2,h3,h4{
	color:#ff6a00;
	margin-top:15px;
}

p{
	padding:15px 10px 10px 10px;
}
	

.sideright{
	
	width:240px;
	float:left;
	text-align:center;
	color:#000;
	padding:5px;
	background-size:contain;
	
}
.phoneicon{
	float:left;
	margin-left:16px;
	margin-right:-68px;
}
.phonetext{
	margin-left:-2px;
	margin-right:-11px;
}

.faxicon{
	float:left;
	margin-left:16px;
	margin-right:-68px;
}
.faxtext{
	margin-left:9px;
}

.mailicon{
	float:left;
	margin-left:16px;
	margin-right:-6px;
}
.mailtext{
	margin-right:6px;
	
}

#tooltip1 { position: relative; }
#tooltip1 a span { display: none; color: #FFFFFF; }
#tooltip1 a:hover span { display: block; position: absolute; width: 139px; background:#FFF; left: -50px; top: 38px; color:#000; padding: 0 5px;
font-size:16px;
font-style:italic;
font-weight:100;}


.facebook{
	margin-top: 53px;
    margin-bottom: 43px;
    margin-left: 32px;
}
.twitter-share-button {
    margin-bottom: 43px;
    margin-left: 50px;
    margin-top: -51px;
}
   


.footer {  
    
	background:url(../images/footer.png);
	width: 980px;
	height:130px;
	
 }
 
.textfooter{

	font-size:14px;
	color:#FFF;
	float:left;
	margin-left:11px;
	margin-top:107px;
	
  
}

.textdesign{
	margin-top:-17px;
	margin-left:254px;
	font-size:12px;
	color:#FFF;

}

.footercontact{
	float:left;
	margin: 57px 0px 0px 289px;
}


.contacttext1{
	padding:1px;
	margin-left:-103px;
	color:#FFF;
	width:200px;
}
.contacttext2{
	padding:1px;
	margin-left:-102px;
	color:#FFF;
	width:200px;
	
}
.contacttext3{
	padding:1px;
	margin-left:-101px;
	color:#FFF;
	width:300px;
}

.contacttext3 a{
	color:#FFF;
	width:200px;
}


 
.iconsoc{
	float:right;
	padding:5px 5px 5px 5px;
	margin-top:-68px;
	margin-right:17px;
}
