/* CSS Document */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial;
  background: #f2ec94 url(img/fondo_body.jpg) repeat-y top center; 
}

#wrapper {
  width: 900px;
  height: 100%;
  background: #f2ec94;
  margin: auto;
  text-align: center;
}

#main {
  /*background: #f2ec94 url(img/fondo_main.jpg) no-repeat bottom left;*/
  background: #f2ec94;
  width: 900px;
}

#header {
  height: 168px;
  width: 900px;
  background: #fff9d0 url(img/header.jpg) no-repeat top center;
  overflow: hidden;
}

#menu {
  height: 32px;
  padding-left: 230px;
  border-bottom: 2px solid silver;
  width:900px;
  overflow: hidden;
  /*background: #999999;*/
}

.menuleave{
  width: 110px;
  height: 32px;
  font-family: Arial;
  color: #000000;
  cursor: pointer;
  border-top:2px solid gray;
  border-left:2px solid gray;
  border-right:2px solid gray;
  margin-left: -2px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  float:left;
}

.menuover {
  width: 150px;
  color: #ffffff;
	opacity: 1;
  filter: alpha(opacity = 100);
}

#menu #inicio {background: #ddd url('img/b_inicio.jpg') no-repeat top left;}
#menu #vehiculos {background: #ddd url('img/b_vehiculos.jpg') no-repeat top left;}
#menu #ubicacion {background: #ddd url('img/b_ubicacion.jpg') no-repeat top left;}
#menu #contacto {background: #ddd url('img/b_contacto.jpg') no-repeat top left;}

#screen {
  /*margin-top: 5px;*/
  /*padding: 5px;*/
  clear: both;
  background: #f2ec94;
}

#pie {
  border-top: 1px solid silver;
  font-size: 11px;
  color: #888;
  clear:both;
  margin-top: 15px;
  padding-top: 4px;
}

#separador {
  clear:both;
  height: 5px;
}

.tabla_buscar {
  margin-top: 60px;
  margin-left: 20px;
  font-weight: bold;
}

.tabla_buscar .etiqueta {
  width: 100px;
  padding-left: 10px;
  font-size: 14px;
  text-align: right;
}

.tabla_buscar tr {
  height: 25px;
}

.tabla_buscar select {
  width: 130px;
  font-size: 10px;
}

.ofertas {
  height:100px;
  margin-top:5px;
  text-align: left;
  padding: 10px;
  background: transparent url(img/fondo_oferta.jpg) no-repeat;
  color: #333333;
  cursor: pointer;
  opacity: 0.75;
  filter: alpha(opacity = 75);
}

.ofertas span, .ofertas2 span {
  display: block;
}

#marcas {
  width:870px;
  height:250px;
  background: transparent url(img/fondo_marcas.jpg) no-repeat center center;
  /*margin:5px 5px 5px 12px;*/
  clear:both;
  overflow:hidden;
}

#marcas_sub {
  float: right;
  padding: 10px 20px 0;
}

.cuadrito {
  border:1px solid black;
  width: 40px;
  height:40px;
  margin: 5px 10px 5px 5px;
  cursor: pointer;
}

#buscar3 {
  height:150px;
  background: transparent url(img/fondo_buscar3.jpg) no-repeat;
  /*padding-top: 55px;*/
}

#buscar4 {
  width: 870px;
  height:150px;
  background: transparent url(img/fondo_buscar3.jpg) no-repeat center center;
  /*margin:12px;*/
  text-align: left;
  /*padding-top: 55px;*/
}

#nombremarca {
  font-weight:bold;
  margin:120px 0 0 15px;
  font-size:18px;
  color:#333;
}

#resultado {
  width: 880px;
  text-align: left;
}

#resultado .tarjeta {
  width: 200px;
  height: 200px;
  overflow:hidden;
  background: transparent url(img/fondo_tarjeta.jpg) no-repeat;
  font-size: 12px;
  cursor: pointer;
  float: left;
  margin: 8px;
}

#resultado .tarjeta span {
  display:block;
}

#vehiculo {
  width: 900px;
  /*height: 500px;*/
  background: transparent url(img/fondo_vehiculo.jpg) no-repeat;
  text-align: left;
  font-family: Verdana, Arial;
}

#vehiculo #imagenes {
  padding:10px 0 0 50px;
}

#vehiculo #imagenes img{
  border: 2px solid black; 
  height: 75px;
  margin: 5px 5px 5px 0;
}

#vehiculo #datos {
  padding: 50px 0 0 50px;
  float: left;
}

#vehiculo #datos span{
  margin-top:2px;
}

#main_extras {
  height: 180px;
  padding:10px 0 0 50px;
}

.extras { 
  width: 240px;
  float: left;
  margin: 5px;
}

.extras div {
  font-size: 13px;
  margin-top: 3px;
}

#observaciones {
  margin:10px 0 0 50px;
  border: 1px solid gray;
  background: #f2f2f2;
  padding:10px;
  font-size: 13px;
  width: 800px;
}

#condiciones {
  margin:10px 0 10px 50px;
  border: 1px solid gray;
  background: #bfbfff;
  padding:10px;
  font-size: 11px;
  width: 800px;
}

#clausula {
  margin:10px 0 10px 50px;
  border: 1px solid gray;
  background: #f2ec94;
  padding:10px;
  font-size: 10px;
  width: 800px;
}

#destacados {
  width: 200px;
  height: 240px;
  float: right;
  text-align: right;
  background: #fffaaa url(img/fondo_destacados.jpg) no-repeat top center;
}

.foto_oferta_1 {
  margin: 25px 25px 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  cursor: pointer; 
}

.foto_oferta_2 {
  margin: 25px 25px 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #f30; 
}

#miniubicacion {
  width: 430px;
  height: 210px;
  background: #fffaaa url(img/fondo_miniubicacion.jpg) no-repeat top center;
}

#mapa {
  height: 1px;
  width: 790px;
  overflow: hidden;
  margin-left: 0px;
  margin-top: 0px;
  float: left;
  border:1px solid black;
}

.flecha {
  cursor: pointer;
}

#mapa_up {
  background: #f2ec94 url(img/mapa_up.jpg) no-repeat;
  height: 50px;
  width:900px;
}

#mapa_down {
  background: #f2ec94 url(img/mapa_down.jpg) no-repeat;
  height: 50px;
  width:900px;
  clear: both;
}

#mapa_left {
  background: #f2ec94 url(img/mapa_left.jpg) no-repeat;
  height: 400px;
  width: 50px;
  float: left;
}

#mapa_right {
  background: #f2ec94 url(img/mapa_right.jpg) no-repeat;
  height: 400px;
  width: 50px;
  float: right;
}

#div_contacto {
  height: 500px;
  width: 900px;
  background: transparent url(img/fondo_contacto.jpg) no-repeat;
  text-align: left;
}

#formulario_contacto {
  float: right;
  color: #000;
  width: 435px;
  /*border: 2px solid gray;*/
  padding-top: 70px;
}