@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: DeliciousRoman;
    src: url(http://www.font-face.com/fonts/delicious/Delicious-Roman.otf);
    font-weight:400;
}
html,body,p{margin:0;padding:0;}
ul,li,h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;list-style-type:none}
body{background-color:#0d0d0c;  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
#contenedor{ background:url(../img/fondo.jpg)  no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;/* zoom:110%*/}
p{margin: 10px 0 20px 0; font-size: 14px; line-height: 20px; }
a img{border:none}
a{text-decoration:none}
#entrar{color:#cdcdcd; font-size:15px; text-align:center; display: block;}
a#entrar:hover{color:#FFF; }
#contenido{width:800px; margin: 0 auto;   box-shadow: 0px 4px 11px #666;
  -webkit-box-shadow: 0px 4px 11px #666;
  -moz-box-shadow: 0px 4px 11px #666; background-color:#fff}
#home{height:250px; 
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(61, 61, 61);
/* RGBa with 0.6 opacity */
background: rgba(61, 61, 61, 0.7);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
margin:0px 0px 0px 0px;
color:#cdcdcd;
font-size:25px}
#title{background: url(../img/homefooter.jpg) bottom no-repeat; height:250px}
h1{padding:25px 0 15px 0; text-align:center; font-size:25px}
#data{font-size:14px; text-align:center; padding:10px 0px; margin-bottom:30px; line-height:20px; }
#header{background-image:url(../img/headerback.png);height:145px}
#logo{padding:36px; float:left; width: 200px}
#clientes-home {margin:10px 0;}
#clientes-home img { margin:0 2px;}
#rotando{color:#FFF;padding:60px 40px 40px 0; font-size:17px; text-align:center; font-weight:normal; float:right;  width: 450px; font-size: 25px}
#navbar{position: relative ;z-index:100;
 background: url(../img/menuback.png) no-repeat; background-size:cover;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7990c0, endColorstr=#435d9a);
  background: -webkit-gradient(linear, left top, left bottom, from(#7990c0), to(#435d9a));
  background: -moz-linear-gradient(top,  #7990c0,  #435d9a);*/
   }
#menu-bar {
  margin: 0px 0px 0px 30px;
  padding: 0;
  height: 32px;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: solid 0px #6D6D6D;
   background: url(../img/menuback.png) no-repeat; background-size:cover;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7990c0, endColorstr=#435d9a);
  background: -webkit-gradient(linear, left top, left bottom, from(#7990c0), to(#435d9a));
  background: -moz-linear-gradient(top,  #7990c0,  #435d9a);*/

  z-index:1
}
#menu-bar li {
  margin: 0px 0px;
  padding:0;
  float: left;
  position: relative;
  list-style: none;
 
}
#menu-bar a {
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding:0 35px;
  line-height: 32px;
  margin: 0;
    text-shadow: 1px 1px 1px #1b2c7e;
 /* border-radius: 4px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;*/
}
#menu-bar a img{
  padding-top: 7px;

}

#menu-bar li:hover a {
  color: #c3cfea;
}
#menu-bar li.current a{
	background-image:url(../img/bg_transparent.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #c3cfea;
}
#menu-bar li:hover li a {
  color: #6f85b9;
  text-shadow: none;

}
#menu-bar ul li a:hover {
  /*background: #0399D4 !important;*/
  /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#04ACEC, endColorstr=#0186BA);
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;*/
  /*color: #ffcd00;*/
  color: #172d61 !important;
}
#menu-bar ul {
  background-color: #f6f9ff;;
  /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);*/
  display: none;
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  top: 32px;
  left: 0;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
   border-bottom: #dbdbdb thin solid;
    border-left: #dbdbdb thin solid;
	border-right: #dbdbdb thin solid;

}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;

}
#menu-bar ul li a {
  padding:12px 0px 10px 5px;
  margin: 0 10px;
  color:#6f85b9 !important;
  font-size:14px;
  line-height: normal!important;
  font-style:normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-bottom: #dbdbdb thin solid!important;
}
/*#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}*/
#menu-bar ul li:last-child > a {
  border-bottom: none!important;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}

#fotomain{margin:10px; border:1px solid #dbdbdb;}
#texto{background-color:#FFF; margin:0px 10px}
#categback{font-weight: bold;  margin-top: 20px;
  font-style: normal;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7990c0, endColorstr=#435d9a);
  background: -webkit-gradient(linear, left top, left bottom, from(#7990c0), to(#435d9a));
  background: -moz-linear-gradient(top,  #7990c0,  #435d9a);*/
  width:800px;height:38px; padding-bottom:10px;
  background: url(../img/filete.jpg) no-repeat bottom; color:#1517a1;}
#categoria{float:left; padding: 0px 5px 0 30px; height:38px; line-height: 38px; color:#717171; }
#titulo{ padding:0px 0 2px 15px; height:38px; line-height: 38px; font-size: 20px; color:#717171;  background: url(../img/flecha3.png) no-repeat center left; margin: 0px 5px 0 30px;} 
#parrafo{margin:0px 20px; padding:30px 0px}
h2{color:#1d5d98; margin:20px 0px; font-size:21px}
.textos{color:#3c3c3b; line-height:30px; font-size:16px;  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold}
#footer{font-size:14px; line-height: 20px; padding:15px 0px; text-align:center; background-color:#1d1d1b; color:#fff; }
#marca{float:right;}
hr{margin:30px 0px}
#galleria{height:520px; background-color: #CCC}
#galeria-bar{
  margin: 5px 0px 0px 0px;
  padding: 0px px 0px 0px;
  height: 50px;
  line-height: 100%;
  background: #FFF;
  border: solid 0px #6D6D6D;
}
#galeria-bar li {
  margin: 0px 0px;
  padding: 0px 24px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#galeria-bar a {
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 8px 18px;
  margin: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#galeria-bar .current a
{  color: #1d5d98; background-color: #e3ebf3; }

#galeria-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#galeria-bar ul a:hover {
  /*background: #0399D4 !important;*/
  /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#04ACEC, endColorstr=#0186BA);
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #ffcd00;*/
  color: #1d5d98 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#galeria-bar ul {
  background: #DDDDDD;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 175px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;}
#contacto{float:left}
#telefonos{line-height:35px; color:#3c3c3b; font-size:13px; margin-left:80px}
#llantas{background:url(../img/backllanta.png) no-repeat; width:760px; height:306px; padding-left:350px; font-size:13px}
#llantas2{background:url(../img/backllanta2.png) no-repeat; width:760px; height:306px; padding-left:350px; font-size:13px}
#llantas h2{font-size:13px; line-height:0px}
#llantas2 h2{font-size:13px; line-height:0px}
.planchas{color:#3c3c3b; line-height:30px; font-size:13px; margin-left:315px; margin-right:100px;}
.imgplanchas{ padding:10px; float:left; font-size:32px;color:#1d5d98; vertical-align:top}

#textohome{background-color:#FFF; margin:0px 10px; overflow:hidden}


