/*COMUNES*/
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background: #000 url(fons.gif) repeat;
}
.contenedor{
	left:50%;
	margin-left:-445px;
	width: 990px;
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%;
	margin: 0 auto;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
}
.clearer{
	clear: both;
}
/*HEADER*/
#header{
	width: 965px;
	height: 90px;
	margin:0;
	padding:10px 10px 0 15px;
	background:url(header.png) top center no-repeat;
	top: 0px;
	position: absolute;
    z-index: 99;
}
#logo{
	width: 135px;
	height: 75px;
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	text-align:center;
}
#logo #nom{
   color:#fff;
   font-size:13px;
   font-style:italic;
   font-weight:bold;
   letter-spacing:1px;
   line-height:14px;
   text-transform:uppercase;
   display:block;
}
#logo a{
	text-decoration: none;
}
#idiomas{
	margin: 0;
	padding: 0;
	width: 132px;
    margin-left: 33px;
	height: 30px;
	float: right;
}
.idioma{
	margin: 0;
	padding: 0;
	width: 33px;
	height: 30px;
	float: left;
	text-align: center;
}
#menu{
	margin: 15px 0 0 0;
	padding: 0;
	width: 760px;
	height: 36px;
	float: right;
}
#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	padding: 0;
	float: left;
	height:36px;
	letter-spacing: 1px;
}
#menu li a{
	margin: 0;
	padding: 0;
	display:block;
	height:36px;
	background-image:url(menu.png);
	background-position:top;
	background-repeat:repeat-x;
	color: #fff;
	line-height: 36px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 2px solid #122d4c;
	text-align: center;
	width: 115px;
}
#menu li a.primero{
	margin: 0;
	padding: 0;
	display:block;
	height:36px;
	background-image:url(menu_primero.png);
	background-position:top;
	background-repeat:no-repeat;
	color: #fff;
	line-height: 36px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 2px solid #122d4c;
	width: 165px;
}
#menu li a.ultimo{
	margin: 0;
	padding: 0;
	display:block;
	height:36px;
	background-image:url(menu_ultimo.png);
	background-position:top;
	background-repeat:no-repeat;
	color: #fff;
	line-height: 36px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	width: 125px;
	border: none;
}
#menu li a:hover{
	background-position:bottom;
	background-repeat:repeat-x;
	color: #069;
	line-height: 36px;
	text-decoration: none;
}
/*CONTENIDO*/
.contenido{
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 970px;
	min-height:450px;
	height: auto !important;
	height:450px;
	background: #012243 url(contenido.png) top repeat-x;
	position: relative;
	top:100px;
}
.izquierda{
	width: 730px;
	height: auto;
	margin: 0 10px 5px  0;
	padding: 0;
	background: #f2f2f2 url(sobre_iz.png) top no-repeat;
	float: left;
}
.derecha{
	width: 225px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	background: #fafafa url(sobre_der.png) top center no-repeat;
	font-size: 12px;
}
/*FOOTER*/
#footer{
	margin: 100px 0 0 0;
	padding: 0 0 5px 0;
	width: 990px;
	height: auto;
	background: #dfdfdf;
	overflow: hidden;
}
#menu_foot{
	text-align: center;
	color: #4d4d4d;
	height: auto;
	line-height: 20px;
	font-size: 12px;
	cursor: default;
	margin: 0;
	padding: 0;
}
#menu_foot a{
	padding: 0 10px;
	color: #4d4d4d;
	text-decoration: none;
}
#menu_foot a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #036;
}
#menu_foot_img{
	height: 40px;
	margin: 10px 0;
	padding: 0;
	background: #dfdfdf;
	text-align: center;
}
#menu_foot_img a{
	padding: 0 10px;
	color: #4d4d4d;
	text-decoration: none;
}
/*PORTADA BUSCADOR*/
h2{
	color: #c00;
	margin: 8px 8px 5px  8px;
	font-size: 18px;
}
h3{
	font-size: 12px;
	margin: 0 10px;
	padding: 5px  0 0 0;
	color: #012244;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px solid #ccc;
}
#buscador{
	width: 300px;
	height: auto;
	margin: 0 10px;
	padding: 0;
	background: #fafafa url(sobre_busca.png) top no-repeat;
	float: left;
	font-size: 12px;
}
.bloque{
	margin: 5px 10px;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #012244;
}
label{
	color: #012244;
	font-size: 12px;
	line-height: 16px;
}
select{
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding:0;
	color: #4d4d4d;
}
.bloque a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #c00;
	text-transform: uppercase;
	font-weight: bold;
}
.devolucion{
	float: left;
}
.cambiar{
	float: right;
}
.bloque td{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.boton_buscador a{
	width: 100px;
	height: 28px;
	float: right;
	margin: 15px 10px 15px 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
	color: #cc0000;
	text-decoration:none;
	font-weight: bold;
	background-image:url(boton_reservar.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.boton_buscador a:hover{
	color: #069;
	text-decoration:none;
	font-weight: bold;
	background-image:url(boton_reservar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.fin_buscador{
	width: 300px;
	height: 10px;
	margin:0;
	padding: 0;
	background: #fafafa url(bajo_busca.png) bottom no-repeat;
	clear: both;
}
.contenido_portada{
    margin: 0;
    padding: 10px 0 0 0;
    width: 990px;
    min-height:440px;
    height: auto !important;
    height:450px;
    position: relative;
    top:100px;
    background: #012243 url(contenido.png) top repeat-x;
}
#portada{
	height: auto;
	float: left;
	width: 660px;
}
#fotos_portada{
    width: 990px;
    height: 133px;
    margin:0;
    padding: 0 0 5px 0;
    background: url(tira_fotos.jpg) top left no-repeat;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 10px;
    text-transform: lowercase;
    font-family: Arial, sans-serif;
}
#fotos_portada table{
    margin:0;
    padding: 0;
    width:100%;
    height:128px;
    border:0;
}
#fotos_portada td{
    width:14%;
    text-align:center;
    height:25px;
	padding:108px 0 0 0;
	vertical-align:top;
}
#fotos_portada a{
    text-decoration: none;
    color: #fff;
	line-height:10px;
	
}
#fotos_portada a:hover{
    text-decoration: underline;
    color: #fff;
}
/*FLOTA*/
.menu_flota{
    position: relative;
    padding: 0;
    margin: 0;
    background: url(menuf_bg.png) repeat-x;
    height: 35px;
}
.menu_flota ul{
    list-style: none;
    margin: 0;
}
.menu_flota li{
    float:left;
}

.menu_flota li a{
    float: left;
    display: block;
    color:#fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding:0 0 0 15px; /*Padding to accomodate left tab image. Do not change*/
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
	letter-spacing:1px;
}

.menu_flota li a b{
    float: left;
    display: block;
    padding: 0 24px 0 8px;
}
.menu_flota li a b img{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0 none;
}
.menu_flota li.actual a{
    color: #c00;
    background: url(menuf_hover_left.png) no-repeat; /*left tab image path*/
    background-position: left;
}
.menu_flota li.actual a b{
    background: url(menuf_hover_right.png) no-repeat right top; /*right tab image path*/
}
.menu_flota li.actual a b img{
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.menu_flota li.actual a:hover{
    color: #c00;
    background: url(menuf_hover_left.png) no-repeat; /*left tab image path*/
    background-position: left;
}
.menu_flota li.actual a:hover b{
    background: url(menuf_hover_right.png) no-repeat right top; /*right tab image path*/
}
.menu_flota li.actual a:hover b img{
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.menu_flota li a:hover{
    color: #069;
    background: url(menuf_hover_left_in.png) no-repeat; /*left tab image path*/
    background-position: left;
}
.menu_flota li a:hover b{
    color: #069;
    background: url(menuf_hover_right_in.png) no-repeat right top; /*right tab image path*/
}
.menu_flota_iz{
    width: 10px;
    height: 35px;
    margin: 0;
    padding: 0;
    background: url(menu_flota_iz.png) top left no-repeat;
    float: left;
}
.menu_flota_der{
    width: 10px;
    height: 35px;
    margin: 0;
    padding: 0;
    background: url(menu_flota_der.png) top left no-repeat;
    float: right;
}
.ficha_vehiculo{
	width: 680px;
	height: auto;
	margin: 10px auto 0;
	padding: 10px 10px 0 10px;
	background:url(fons_ficha_flota.gif) top no-repeat;
	font-size: 12px;
	color: #114872;
    overflow: hidden;
}
.imagen_ficha{
	width: 250px;
	height: 220px;
	margin: 0 10px 0 0;
	padding: 10px 10px 0 10px;
	float: left;
/*	background: #fff;*/
}
.lupa{
	width: 60px;
	height: 22px;
	float: right;
	overflow: hidden;
}
.texto_ficha{
	width: 400px;
	height: auto;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}
.texto_oferta .titulo{
    float: right;
    margin-right: 10px;
    display: inline;
	padding: 0;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.clase_vehiculo{
	margin: 0 0 5px 0;
	padding: 0;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.texto_oferta .marca_vehiculo{
	color: #114872;
	font-size: 14px;
	margin: 0 10px 5px 0;
	padding: 0;
	line-height: 18px;
	border-top: 1px solid #114872;
    border-bottom: none;
    padding-top: 2px;
}
.caracteristicas_vehiculo td{
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
}
.caracteristica{
	font-weight: bold;
	font-size: 13px;
}
.plazas{
	width: 20px;
	height: 35px;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 35px;
	color: #990000;
	font-weight: bold;
	background:url(plazas.gif) top left no-repeat;
	font-size: 14px;
	float: left;
}
.maletas{
	width: 20px;
	height: 35px;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 35px;
	color: #990000;
	font-weight: bold;
	background:url(maletas.gif) top left no-repeat;
	font-size: 14px;
	float: left;
}
.boton_reservar a{
	width: 100px;
	height: 28px;
	float: right;
	margin: 10px 10px 5px 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
	color: #cc0000;
	text-decoration:none;
	font-weight: bold;
	background-image:url(boton_reservar.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.boton_reservar a:hover{
	color: #069;
	text-decoration:none;
	font-weight: bold;
	background-image:url(boton_reservar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.clear_ficha{
	clear: both;
	margin: 0;
	padding: 0;
	height: 5px;
	background:url(bajo_ficha_flota.gif) bottom left no-repeat;
}
.clear_izquierda{
	height: 10px;
	margin: 5px 0 0 0; 
	width: auto;
	background:url(clear_iz.png) bottom no-repeat;
    clear: both;
}
.clear_izquierda_reserva{
	height: 30px;
	margin: 0; 
	width: auto;
	background:url(clear_iz_reserva.png) bottom no-repeat;
    clear: both;
}
.texto_reserva{
    padding:10px 20px;
	text-align:justify;
	font-size:14px;
	color:#114872;
}
.texto_reserva h2{
	margin: 0;
	color:#114872;
}
.texto_reserva p{
	margin: 0 0 10px 0;
}
.titulo_der{
	font-size: 12px;
	margin: 0 10px;
	padding: 10px 0 0 0;
	color: #114872;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px dashed #012244;
	font-weight: bold;
	text-align: left;
}
.explicacion{
	margin: 10px;
	padding: 0;
}
.explicacion dt{
	margin: 0;
	padding: 0;
	background:url(cercle.png) center center no-repeat;
	width: 25px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #114872;
}
.explicacion  dd{
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	color: #114872;
	text-align: left;
}
.bajo_derecha{
	clear: both;
	margin:0;
	padding:0;
	height:10px;
	background: url(bajo_der.png) bottom no-repeat;
}
/*TARIFAS Y RESERVAS*/
.menu_posicion{
    margin: 5px auto;
    height: 40px;
    background:url(fondo_posicion.png) no-repeat;
    padding: 0 15px;
    line-height: 40px;
    width: 700px;
}
.menu_posicion a,
.menu_posicion span {
    color: #999;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
    margin: 0 30px 0 0;
}
.menu_posicion a:hover{
    text-decoration: underline;
}
.menu_posicion a.activo,
.menu_posicion span.activo {
    font-size: 14px;
    color: #c00;
    padding: 0 0 0 18px;
    height: 40px;
    background: url(fletxa.png) left center no-repeat;
    line-height: 40px;
    font-weight: bold;
}
.menu_posicion a:hover.activo{
    text-decoration: none;
}
.lugar_fecha{
    background: url(lugar_fecha.png) top no-repeat;
    margin: 0;
    padding: 0 10px;
    height: 150px;
}
.lugar_fecha_titulo{
    font-size: 12px;
    margin: 0;
    padding: 5px  0 0 0;
    color: #012244;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.lugar_fecha_recogida{
    width: 340px;
    float: left;
    margin: 0;
    padding: 5px;
}
.lugar_fecha_retorno{
    width: 340px;
    float: right;
    margin: 0;
    padding: 5px 0 0 0;
}
.entrada_clientes {
    display: inline;
    float: left;
    background: url(entrada_clientes.png) no-repeat;
    width: 600px;
    height: 50px;
}
.entrada_clientes .lugar_fecha_titulo {
    float: left;
    display: inline;
    line-height: 40px;
    margin: 0 15px;
}
.entrada_clientes table {
    height: 40px;
}
.entrada_clientes td {
    padding-right: 20px;
}
.inicio_fin{
    background: url(fondo_inicio_fin.png) top no-repeat;
    margin: 0 auto;
    padding: 0 10px;
    height: 70px;
    width: 705px;
}
.lugar_dia_hora{
    margin: 0;
    padding: 0;
    font-size: 12px;
    float: left;
    line-height: 20px;
}
.lugar_dia_hora img{
    margin: 0;
    padding: 0 0 0 5px;
    vertical-align: middle;
}
.cambiar_dia_hora a{
    margin: 10px 0 0 0;
    padding: 0;
    text-decoration: none;
    color: #c00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    float:right;
}
.total{
    width: 950px;
    height: auto;
    margin: 0;
    padding: 0 10px;
    background: #f2f2f2 url(sobre_total.png) top no-repeat;
    float: left;
}
.listado_precios{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
    float: left;
    background: #fff url(listado_precios_top.png) top no-repeat;
}
.clear_total{
    height: 20px;
    margin: 0;
    width: 970px;
    background: url(clear_total.png) top no-repeat;
    clear: left;
    padding: 0;
}
.ficha_precio{
    background: #fff;
    float: left;
    width: 470px;
    height: auto;
    margin: 33px auto 0;
    padding: 5px 5px 5px 0;
    font-size: 12px;
    color: #114872;
    border: 0;
    border-left: 0 none;
    border-bottom: 0 none;
    border-right: 0 none;
}
.ficha_precio_imagen{
    width: 250px;
    height: 190px;
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    background: #fff;
    overflow: hidden;
}

.ficha_precio_texto{
    width: 215px;
    height: auto;
    float: left;
    margin: 0;
    padding: 35px 0 0 0;
}
.ficha_precio_clase_vehiculo{
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.ficha_precio_marca_vehiculo{
    color: #114872;
    font-size: 14px;
    margin: 0 10px 5px 0;
    padding: 0 0 0 10px;
    line-height: 18px;
    border-bottom: 1px solid #114872;
}
.ficha_precio_caracteristicas_vehiculo td{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    line-height: 18px;
}
.puertas{
    width: 20px;
    height: 35px;
    margin: 0;
    padding: 0 0 0 30px;
    line-height: 35px;
    color: #990000;
    font-weight: bold;
    background:url(puertas.gif) top left no-repeat;
    font-size: 14px;
    float: left;
}
.cambio_marchas{
    width: 20px;
    height: 35px;
    margin: 0;
    padding: 0 0 0 30px;
    line-height: 35px;
    color: #990000;
    font-weight: bold;
    background:url(marchas.gif) top left no-repeat;
    font-size: 14px;
    float: left;
}
.aire_acondicionado{
    width: 20px;
    height: 35px;
    margin: 0;
    padding: 0 0 0 30px;
    line-height: 35px;
    color: #990000;
    font-weight: bold;
    background:url(aire.gif) top left no-repeat;
    font-size: 14px;
    float: left;
}
.precio_condiciones{
    margin: 10px auto 0;
    padding: 0;
    height: auto;
    width: 430px;
    clear: left;
}
.precio_condiciones td{
    margin: 0;
    padding: 0 10px;
    border-bottom: 1px dotted #666;
}
.precio_condiciones_caracteristica{
    text-align: left;
    line-height: 20px;
}
.precio_condiciones_valor{
    text-align: right;
    line-height: 20px;
    color: #c00;
}
.precio_inicial_iz{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    background: #ececec;
    font-weight: bold;
}
.precio_inicial_der{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    background: #ececec;
    font-weight: bold;
    text-align:right;
}
.precio_extras{
    margin: 5px auto 0;
    padding: 0;
    height: auto;
    width: 430px;
}
.precio_extras img{
    margin: 0 0 0 5px;
    padding: 0;
    border: 0 none;
    vertical-align: text-bottom;
}
.precio_extras td{
    margin: 0;
    padding: 0 10px;
}
.nomina_extras{
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 5px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #c00;
}
.titulo_extras a{
    color: #c00;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
}
.caracteristica_extra{
    text-align: left;
    line-height: 20px;
}
.precio_extra{
    text-align: right;
}
.precio_final{
    width: 410px;
    margin: 10px auto;
    padding: 2px 10px 0 10px;
    font-size: 18px;
    height: 40px;
    line-height: 24px;
    color: #333333;
    border-top: 2px solid #666;
}
.precio_final_nombre{
    float: left;
}
.precio_final_valor{
    float: right;
}
.aclaracion_precio{
    width: 410px;
    margin: 10px auto;
    color: #999999;
    clear: right;
    text-align: center;
}
/**/
.datos_extras{
    margin: 0 auto;
    padding: 0;
    height: auto;
    width: 420px;
}
.datos_extras table{
    margin: 0;
    padding: 0;
}
.datos_extras td{
    margin: 0;
    padding: 0 10px 0 5px;
    line-height:18px;
    border-bottom: 1px dotted #666;
}
.precio_sinextras{
    margin: 0;
    padding: 0 5px;
    line-height:18px;
    border-bottom: 0 none;
    font-size: 14px;
    text-align: right;
}
.precio_sinextras span{
    font-weight: bold;
}
/**/
.listado_disponibles{
    float: left;
    width: 470px;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0;
    border-left: 1px solid #e7e7e7;
}
/*FLOTA*/
.menu_disponibles{
    position: relative;
    padding: 0;
    margin: 0;
    height: 40px;
	border-bottom:1px solid #1652cc;
	width:465px;
	background:#fff;
}
.menu_disponibles ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu_disponibles li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.menu_disponibles li a{
	float: left;
	display: block;
	color: #f00;
	margin: 0 2px 0 0;
	padding: 2px 0 0 0;
	text-decoration: none;
	background-color: #fff;
    font-size: 10px;
    font-weight: bold;
	width:110px;
	text-align:center;
	height:38px;
}
.menu_disponibles li a img{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0 none;
}
.menu_disponibles li.actual_select a, .menu_disponibles li.actual_select a:hover{
    color: #fff;
    background: url(fondo_activo_menu.png) top center no-repeat; 
}

.menu_disponibles li a:hover{
    color: #fff;
    background: url(fondo_activo_menu.png) bottom center no-repeat; 
}
.disponibles{
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
}
.disponibles ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.disponibles li{
    margin: 0 0 0 0;
    padding: 0;
    height: 82px;
    float: left;
}
.disponibles li.separa{
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
    height: 20px;
    display: block;
    text-decoration: none;
    width: 454px;
    background:#DCECF6;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    border: 1px solid #000;
    border-right: 0 none;
}
.disponibles li.activado a{
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    height: 82px;
    background:url(fondo_disponibles.gif) bottom left no-repeat;
    display: block;
    text-decoration: none;
    width: 460px;
}
.disponibles li.activado a:hover{
    background:url(fondo_disponibles.gif) bottom left no-repeat;
    text-decoration: none;
    cursor:default;
}
.disponibles li a{
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    height: 82px;
    background:url(fondo_disponibles.gif) center left no-repeat;
    display: block;
    text-decoration: none;
    width: 460px;
}
.disponibles li a:hover{
    background:url(fondo_disponibles.gif) top left no-repeat;
    text-decoration: none;
    cursor:hand;
}
.disponibles_img{
    margin: 3px 0 3px 5px;
    padding: 0;
    float: left;
    width: 105px;
    height: 76px;
    overflow: hidden;
    text-align: center;
}
.disponibles_grupo_precio{
    float: left;
    margin: 10px 0 0 10px;
}
.disponibles_grupo{
    color: #c00;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
.disponibles_modelo{
    color: #114872;
    font-size: 12px;
    line-height: 18px;
    display: block;
    width: 320px;
    height: 18px;
    overflow: hidden;
}
.disponibles_precio{
    font-size: 16px;
    font-weight: bold;
    color: #114872;
    line-height: 24px;
}
.clear_listado_disponibles{
    height: 3px;
    background: #fff;
    width: 470px;
    clear: both;
    margin: 0;
    padding: 0;
}
/*DATOS*/
#datos_vehiculo{
    background: url(fondo_datos_vehiculo.png) top no-repeat;
    margin: 5px auto 0;
    padding: 0;
    height: auto;
    width: 725px;
}
#datos_vehiculo .ficha_datos{
    float: left;
    height: auto;
    margin: 0;
    padding: 5px 5px 0 5px;
    font-size: 12px;
    color: #114872;
    border: 0;
    width: 710px;
}
#datos_vehiculo .ficha_datos_imagen{
    width: 250px;
    height: 180px;
    margin: 0 5px 0 10px;
    padding: 0;
    float: left;
    background: #fff;
    overflow: hidden;
}
#datos_vehiculo .ficha_datos_texto{
    height: auto;
    float: left;
    margin: 0;
    padding: 10px 0 0 0;
    width: 440px;
}
#datos_vehiculo .ficha_datos_clase_vehiculo{
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
#datos_vehiculo .ficha_datos_marca_vehiculo{
    color: #114872;
    font-size: 14px;
    margin: 0 10px 5px 0;
    padding: 0 0 0 10px;
    line-height: 18px;
    border-bottom: 1px solid #114872;
}
#datos_vehiculo .ficha_datos_caracteristicas_vehiculo td{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    line-height: 18px;
}
#datos_vehiculo .ficha_datos_caracteristicas{
    margin: 5px 10px 5px 0;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 5px 0;
}
#datos_vehiculo .datos_precio_final{
    margin: 5px 10px 10px 0;
    padding: 2px 0 0 0;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    color: #333333;
}
#datos_vehiculo .clear_datos_vehiculo{
    height: 10px;
    background: url(bajo_datos_vehiculo.png) bottom no-repeat;
    clear: both;
}
#datos_login{
    margin: 5px auto;
    height: 50px;
    background:url(fondo_login.png) no-repeat;
    padding: 5px 20px;
    width: 690px;
}
#datos_login td{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #114872;
}
#datos_login a{
    margin: 10px 0 0 0;
    padding: 0;
    text-decoration: none;
    color: #c00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
#datos_personales{
    background: url(fondo_datos_vehiculo.png) top no-repeat;
    margin: 5px auto 0;
    padding: 0;
    height: auto;
    width: 725px;
}
#datos_personales .datos_personales_titulo{
    font-size: 12px;
    margin: 0;
    padding: 8px 0 0 15px;
    color: #012244;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
#formulario_reserva{
    float: left;
    height: auto;
    margin: 0;
    padding: 5px 15px 0 15px;
    font-size: 12px;
    color: #114872;
    border: 0;
    width: 680px;
}
#formulario_reserva td{
    line-height: 20px;
    height: 22px;
    vertical-align: top;
    padding: 0;
}
#formulario_reserva .alinea_iz{
    text-align: right;
    margin: 0;
    padding: 0 5px 0 0;
}
#formulario_reserva .datos_cliente{
    text-align: left;
    margin: 0;
    padding: 0 0 0 5px;
    color: #333;
    font-weight: bold;
}
#datos_personales .clear_datos_personales{
    height: 10px;
    background: url(bajo_datos_vehiculo.png) bottom no-repeat;
    clear: both;
}
#datos_personales .boton_formulario a{
    width: 110px;
    height: 28px;
    float: right;
    margin: 10px 10px 5px 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 28px;
    color: #cc0000;
    text-decoration:none;
    font-weight: bold;
    background-image:url(boton_formulario.gif);
    background-position:top;
    background-repeat:no-repeat;
}
#datos_personales .boton_formulario a:hover{
    color: #069;
    text-decoration:none;
    font-weight: bold;
    background-image:url(boton_formulario.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}
#datos_personales .boton_imprimir a{
    width: 110px;
    height: 28px;
    float: right;
    margin: 10px 30px 5px 0px;
    padding: 0 0 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 28px;
    color: #cc0000;
    text-decoration:none;
    font-weight: bold;
    background-image:url(boton_imprimir.gif);
    background-position:top;
    background-repeat:no-repeat;
}
#datos_personales .boton_imprimir  a:hover{
    color: #069;
    text-decoration:none;
    font-weight: bold;
    background-image:url(boton_imprimir.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}
#incheck{
    margin: 0;
    padding: 0;
    width: 30px;
    float: left;
}
#datos_personales  .aceptar_privacidad a{
/*    width: 120px;
    float: left;*/
    color: #069;
    text-decoration: none;
}
#confirmacion_gracias{
    margin: 5px auto;
    height: 50px;
    background:url(fondo_gracias.png) no-repeat;
    padding: 5px 20px;
    width: 690px;
    text-align: center;
    line-height: 25px;
    color: #069;
    font-size: 18px;
}
#msg {
    margin: 5px auto;
    height: 50px;
    background:url(fondo_gracias.png) no-repeat;
    padding: 5px 20px;
    width: 690px;
    text-align: center;
    line-height: 50px;
    color: #c00;
    font-size: 18px;
}
/*CONSULTA CONTACTO*/
.define_seccion{
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 0;
    color: #012244;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    height: 20px;
    line-height: 20px;
}
#form_contacto{
    float: left;
    height: auto !important;
    margin: 15px 0 0 0;
    padding: 10px 24px 0 24px;
    font-size: 12px;
    color: #333333;
    border: 0;
    width: 680px;
    background: url(sobre_contacto.png) top no-repeat;
}
#form_contacto #direccion{
    width: 660px;
    text-align: left;
    margin: 0;
    padding: 10px 10px 0 10px;
    color: #333;
    letter-spacing: 2px;
    float: left;
    border-bottom: 1px dashed #ccc;
    height: 100px;
}
#form_contacto #direccion p{
    border: 0 none;
}
#form_contacto #skype{
    width: 320px;
    float: left;
    height: 100px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    background-image:url(skype_logo.png);
    background-repeat:no-repeat;
    background-position:180px 10px;
}
#form_contacto p{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}
#form_contacto td{
    line-height: 20px;
    height: 22px;
    vertical-align: top;
    color: #114872;
}
#form_contacto .alinea_iz{
    text-align: right;
    margin: 0;
    padding: 0 5px 0 0;
}
#form_contacto .obligatorios{
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
}
#form_contacto a{
    text-decoration: none;
    color: #069;
}
#form_contacto .boton_form a{
    width: 85px;
    height: 28px;
    float: left;
    margin: 10px 0 5px 50px;
    padding: 0 0 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 28px;
    color: #cc0000;
    text-decoration:none;
    font-weight: bold;
    background-image:url(boton_contacto.gif);
    background-position:top;
    background-repeat:no-repeat;
}
#form_contacto .boton_form a:hover{
    color: #069;
    text-decoration:none;
    font-weight: bold;
    background-image:url(boton_contacto.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}
#clear_contacto{
    background:url(bajo_contacto.png) top no-repeat;
    margin: 0 14px;
    padding: 0;
    width: 700px;
    height: 10px;
    clear: both;
}
/*OFICINAS*/
#oficinas{
    margin: 10px 0 0 0;
    width: 944px;
    background: url(sobre_oficinas.png) top no-repeat;
    padding: 15px 0 0 0;
}
#oficinas .nombre_oficina{
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #114872;
    font-weight: bold;
    padding: 0 15px;
}
#oficinas .mapa_google{
    width: 920px;
    height: 350px;
    margin: 0 12px;
    padding: 0;
    border: 2px solid #e7e7e7;
}
#oficinas .amplia_mapa{
    height: 20px;
    font-size: 12px;
    text-align: right;
    margin: 0 8px 10px 0;
    padding: 0 5px 0 0;
    background:url(fondo_zoom.gif) right no-repeat;
}
#oficinas .amplia_mapa a{
    color: #11466e;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}
#oficinas .amplia_mapa a:hover{
    text-decoration: underline;

}
#oficinas .lista_oficinas,.lista_oficinas ul{
    margin: 0 0 0 12px;
    padding: 0;
    list-style-type: none;
    width: 920px;
}
#oficinas .lista_oficinas li{
    margin:0;
    padding:0;
    float: left;
}
#oficinas .lista_oficinas  li a{
    text-decoration: none;
    color: #069;
    background-image:url(fletxa_az.gif);
    background-position:top left;
    background-repeat:no-repeat;
    display:block;
    height: 20px;
    line-height: 20px;
    width: 200px;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 0 0 0 18px;
}
#oficinas .lista_oficinas  li a:hover{
    text-decoration: none;
    color: #c00;
    background-image:url(fletxa_az.gif);
    background-position:center left;
    background-repeat:no-repeat;
    display:block;
}
#oficinas .lista_oficinas  li a.oficina_actual{
    text-decoration: none;
    color: #900;
    background-image:url(fletxa_az.gif);
    background-position:bottom left;
    background-repeat:no-repeat;
    display:block;
    cursor:default;
}
#oficinas .nom_oficina{
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #114872;
    font-weight: bold;
    padding: 0;
    border-bottom: 1px solid #114872;
}
#oficinas .horario_oficina{
    width: 375px;
    height: 360px;
    float: left;
    margin: 0;
    padding: 10px 25px;
}
#oficinas .horario_oficina p{
    margin: 0 0 20px 0;
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    letter-spacing: 1px;
}
#oficinas .horario_oficina span{
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #114872;
}
#oficinas .imagen_oficina{
    width: 500px;
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
}
#oficinas .clear_horario_oficina{
    padding: 0;
    border-bottom: 1px solid #114872;
    clear: both;
    margin: 0 15px 10px 15px;
}
#oficinas .clear_oficinas{
    margin:0;
    background: url(bajo_oficinas.png) bottom no-repeat;
    padding: 0 0 0 0;
    clear: both;
    height: 20px;
}
/*OCASION*/
#ocasion{
    margin: 10px 0 0 0;
    width: 944px;
    background: url(sobre_ocasion.png) top no-repeat;
    padding: 15px 0 0 0;
}
#ocasion .clear_ocasion{
    margin:0;
    background: url(bajo_ocasion.png) top no-repeat;
    padding: 0 0 0 0;
    clear: both;
    height: 10px;
}
#ocasion .explica_ocasion{
    font-size: 14px;
    color: #333;
}
#ocasion .explica_ocasion p{
    margin: 0 10px 10px 20px;
}
#ocasion .explica_ocasion span{
    color: #114872;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}
#ocasion .explica_ocasion a{
    color: #069;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
}
#ocasion .explica_ocasion a:hover{
    text-decoration: underline;
}
#ocasion .listado_ocasion{
    height: auto;
    float: left;
    width: 942px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-bottom: 0 none;
    border-top: 0 none;
}
.ficha_ocasion{
    width: 920px;
    height: auto;
    margin: 0;
    padding: 10px 10px 0 10px;
    background:url(fons_ficha_ocasion.gif) top no-repeat;
    font-size: 12px;
    color: #114872;
    overflow: hidden;
}
.imagen_ocasion{
    width: 250px;
    height: 180px;
    margin: 0 0 0 0;
    padding: 10px 10px 0 10px;
    float: left;
    overflow: hidden;
}
.precio_ocasion{
    width: 110px;
    height: 110px;
    margin: 85px 15px 0 0;
    padding: 0;
    background:url(fondo_precio_ocasion.png) top no-repeat;
    text-align: center;
    line-height: 110px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    float: left;
}
.texto_ocasion{
    width: 500px;
    height: auto;
    float: left;
    margin: 0;
    padding: 10px 0 0 0;
}
.texto_ocasion ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.marca_ocasion{
    color: #c00;
    font-size: 14px;
    margin: 0 10px 5px 0;
    padding: 0;
    line-height: 18px;
    height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #114872;
}
.caracteristicas_ocasion td{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    line-height: 25px;
}
.caracteristica_ocasion{
    font-weight: bold;
    font-size: 13px;
}
.boton_ocasion a{
    width: 150px;
    height: 28px;
    float: right;
    margin: 10px 30px 0 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    color: #cc0000;
    text-decoration:none;
    font-weight: bold;
    background-image:url(boton_ocasion.gif);
    background-position:top;
    background-repeat:no-repeat;
    letter-spacing: 1px;
}
.boton_ocasion a:hover{
    color: #069;
    text-decoration:none;
    font-weight: bold;
    background-image:url(boton_ocasion.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}
.clear_ficha_ocasion{
    clear: both;
    margin: 0;
    padding: 0;
    height: 20px;
    background:url(bajo_ficha_ocasion.gif) bottom left no-repeat;
}
/*ENLACES*/
#enlaces{
    margin: 10px 0 0 0;
    width: 945px;
    background: url(sobre_oficinas.png) top no-repeat;
    padding: 15px 0 0 0;
}
#enlaces .explica_enlaces p{
    margin: 0 10px 10px 10px;
}
#enlaces .explica_enlaces span{
    color: #114872;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}
#enlaces .listado_enlaces{
    height: auto;
    float: left;
    margin: 0;
    padding:0;
}
#enlaces .listado_enlaces ul{
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 10px;
}
#enlaces .listado_enlaces li{
    padding: 0;
    margin: 0 30px 10px 0;
    height: auto;
    width: 400px;
    float: left;
} 
#enlaces  .listado_enlaces  li  a span{
    padding:0;
    text-decoration:none;
    margin: 0;
    color: #163F67;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
} 
#enlaces .listado_enlaces li a{
    padding:0 0 0 18px;
    text-decoration:none;
    margin: 0;
    color: #215e9a;
    font-size: 12px;
    line-height: 18px;
    display: block;
    letter-spacing: 1px;
    background:url(fletxa_enlaces.gif) top left no-repeat;
} 
#enlaces  .listado_enlaces  li  a:hover span{
    text-decoration:none;
    cursor:hand;
    color: #458BD1;
} 
#enlaces .listado_enlaces li a:hover{
    text-decoration: none;
    color: #458BD1;
}
#enlaces .clear_enlaces{
    margin:0;
    background: url(bajo_oficinas.png) bottom no-repeat;
    padding: 0 0 0 0;
    clear: both;
    height: 20px;
}
/*OFERTAS*/
.titulo_oferta{
    color: #114872;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0;
    padding: 15px 0 0 28px;
}
.ficha_oferta{
    width: 680px;
    height: auto;
    margin: 10px auto 0;
    padding: 10px 10px 0 10px;
    background:url(fons_ficha_flota.gif) top no-repeat;
    font-size: 12px;
    color: #114872;
    overflow: hidden;
}
.imagen_oferta{
    width: 250px;
    height: 270px;
    margin: 0 10px 0 0;
    padding: 10px 10px 0 10px;
    float: left;
    overflow: hidden;
}
.precio_oferta{
	width: 100px;
	height: 60px;
	position: relative;
	margin: 0;
	padding: 0;
	bottom: 0px;
	left: 160px;
	background:url(fondo_oferta.png) top no-repeat;
	text-align: center;
	line-height: 55px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.texto_oferta{
    width: 400px;
    height: auto;
    float: left;
    margin: 0;
    padding: 10px 0 0 0;
}
.texto_oferta ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.clase_vehiculo{
    margin: 0 0 5px 0;
    padding: 0;
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.marca_vehiculo{
    color: #114872;
    font-size: 14px;
    margin: 0 10px 5px 0;
    padding: 0;
    line-height: 18px;
    border-bottom: 1px solid #114872;
}
.caracteristicas_oferta td{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    line-height: 25px;
}
.caracteristica_oferta{
    font-weight: bold;
    font-size: 13px;
}
/*TRABAJO*/
.trabajo{
    height: 100px;
    margin: 0;
    padding: 50px 100px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 20px;
}




/*
textarea,
input {
    border: 1px solid #012244;
    padding-left: 2px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #012244;
}
*/
input.cantidad {
    border: 0;
    width: 8px;
    font-size: 10px;
    font-family: sans-serif;
    text-align: center;
    padding-left: 2px;
}
.mesmenos {
    cursor: pointer;
}

input[disabled],
select[disabled] {
    background-color: #e0e0e0;
    color: #666;
}

.nada {
    text-align: center;
    font-size: 18px;
    line-height: 380px;
}
.error {
    font-size: 18px;
    color: #c00;
    text-align: center;
    padding: 120px 0;
}
.error span {
    display: block;
    font-size: 10px;
    color: #666;
}
.error_confirmacion {
    font-size: 14px;
    color: #c00;
    padding: 10px;
    font-weight: bold;
    margin: 10px;
    border: 2px solid #c00;
}
.nota {
    padding-top: 20px;
    border-top: 1px dotted #000;
    margin: 20px;
    color: #000;
    font-size: 12px;
}

.separador {
    text-align: center;
    margin: 25px 35px 5px 35px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #114872;
    font-size: 14px;
    letter-spacing: 2px;
    border-bottom: 1px solid #114872;
}
h1 {
    margin: 0;
    padding: 0;
    z-index: 100;
    position: absolute;
    line-height: 55px;
    left: 50%;
    margin-left: -300px;
    color: #069;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    font-family: Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    width: 600px;
    text-align: center;
    text-transform: uppercase;
}
.req {
    color: #c00;
    font-size: 11px;
}
.vacio {
    padding-right: 10px;
    background: url(vacio.gif) center right no-repeat;
}
