/* CSS Document */

/*GENERAL*/

body {
	font-family : Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

p{
	margin: 0px 0px 0px 0px;
	padding:0;
}
p.bullet {
	padding-top: 0.5em;
	background-image: url(../img/all/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 2.5em;
}

h1{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:26px;
	color: #000000;
	border-bottom:3px #CCCCCC solid;
	padding-bottom:0px;
	margin:10px 0px 10px 0px;
}

h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	color: #CC3333;
	padding-bottom:0px;
	margin:0;
}
h2.empresa {
	color: #000000;
	font-size: 1.5em;
	line-height: 25px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
 h3 {
	font-size: 22px;
	margin-bottom: 0px;	
} 

.h3_peq{
	font-size:18px;
}

h3.azul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #2794AF;
	font-size: 16px;
	margin-top: 2em;
	padding-bottom: 5px;
	font-weight: normal;
}

ul{
	margin:0;
	padding:0;
}

ol{
	margin:0;
	padding:0;
}

li{
	list-style:none;
	margin:0;
	padding:0;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:11px;
}

a, a:link, a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2EADCD;
}
a:hover{text-decoration:none;}

#fondo_izq{
	position:absolute; 
	top:0; 
	left:0; 
	width:50%;
	background:url(../img/all/fondo_izq.gif) repeat-x;
	height:144px;
}

#fondo_de{
	position:absolute; 
	top:0; 
	right:0; 
	width:50%;
	background:url(../img/all/fondo_der.gif) repeat-x;
	height:110px;
}

#estructura-central{
	width:758px;
	margin:0 auto;
	position:relative;
}

#estructura_central_para_fondo{
	border-left:1px dashed #CCCCCC;
	border-right:1px dashed #CCCCCC;
	position:absolute; 
	top:0;
}

.oculto {
	display:none;
}

.espacio{
	margin-top:10px;
}

/*MENU HERRAMIENTAS*/

#cabecera_derecha ul {
	margin-right: 1em;
}

#cabecera_derecha li{
	display:inline;
	list-style-type:none;
	font-size:11px;
}

#cabecera_derecha a:link, #cabecera_derecha a:visited{
	margin: 0 3px 0px 3px;
	text-decoration:underline;
	color: #CC3333;
}

#cabecera_derecha a:link, #cabecera_derecha a:visited, #cabecera_derecha a:hover{
	padding-bottom: 0px;
	color: #CC3333;
}

#cabecera_derecha a:hover { color: #000; }


/*MENU*/

.ralla_rojo{
	color:#CC3333;
}

#contenido_izquierda {
	float:left;
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	width:153px;
	margin-left:5px;
}

#contenido_izquierda a {
	color:#CC0033;
	text-decoration:none;
	font-weight:normal;
}

#contenido_izquierda ul {
}

#contenido_izquierda li a {
	font-size:11px;
	display:block;
	height:10px;
	line-height:20px;
}

html>body #contenido_izquierda li a {
	height:20px;
	line-height:20px;
}

.borde_menu{
	border-bottom:1px dotted #CC0033;
}

#contenido_izquierda li a:hover,#contenido_izquierda li a:focus {
}

#contenido_izquierda li.activo a{
	font-size:12px;
	height:20px;
	line-height:20px;
	padding-left:5px;	
	color:#fff;
	background-color:#CC3333;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	font-weight:normal;
}

#contenido_izquierda li.activo a:hover,#contenido_izquierda li.activo a:focus{
	background-color:#990000;
	font-weight:normal;
}
#contenido_izquierda li.actual a{
	background-color:#990000;
	font-size:12px;
	height:20px;
	line-height:20px;
	padding-left:5px;	
	color:#fff;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	font-weight:normal;
}

/*RUTA*/

#ruta {
	margin-bottom:3px;
}

#ruta li {
	font-size:11px;
	display:inline;
	padding:0;
	border:none;
}

#ruta li a{
	color:#CC0033;
	font-weight:normal;
}


/*INDEX CLASS*/

.h1{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:26px;
	color: #000000;
	border-bottom:3px #CCCCCC solid;
	padding-bottom:0px;
	margin:0;
	clear:both;
}

.h2{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #CC3333;
	padding-bottom:0px;
	margin:10px 0 0 0;
}

.rojo{
	color:#CC3333;
	border-bottom:3px #CC3333 solid;
}

.rojo2{
	color:#CC3333;
	padding-top:10px;
}

.banner{
	margin-top:10px;
	padding-bottom:15px;
}

.banner2{
	margin-top:10px;
}

.grande{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color: #333333;
	padding-bottom:0px;
	margin:0;
}
.azul{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#60C4DC;
	padding:0;
	margin:0;
}


/*INDEX*/

#cabecera_index{
	margin:0 0 3px 0;
	background:url(../img/all/cabecera.jpg) no-repeat;
	width:759px;
	height:144px;
}

#cabecera_derecha{
	float:right;
	margin-top:126px;
}

#cabecera_izquierda{
	float:left;
	margin:30px 0 0 5px;
}

#contenido_derecha{
	float:right;
	width:565px;
	margin-right:5px;
}

#cont_derecha_1{
	float:left;
	width:230px;
}

#cont_derecha_1 img{
	padding:10px 0 0 0;
}

#cont_derecha_2{
	float:left;
	margin-left:25px;
}

#cont_derecha_2 img{
	margin:15px 0 10px 0;
}


/*INTERIOR*/

#inferior{
	clear:both;
	height:46px;
	background-color:#D8E7ED;
	margin-top:10px;
	color: #4385A5;
	margin-right: 5px;
	margin-left: 8px;
}

#inferior_izquierda {
	float:left;
	color:#4385A5;
	padding:7px 0 0 1em;
}

#inferior_derecha {
	float:right;
	padding:7px 5px 0 0;
}

#inferior_derecha li{
	display: inline;
	list-style-type: none;
	font-size:11px;
}

#inferior_derecha a:link, #inferior_derecha a:visited{
	margin: 0 3px 0px 3px;
	text-decoration:underline;
	color: #CC3333;
	font-weight:normal;
}

#inferior_derecha a:link#current, #inferior_derecha a:visited#current, #inferior_derecha a:hover{
	padding-bottom: 0px;
	color: #CC3333;
}

#inferior_derecha a:hover { color: #000; }


/*AUTOMOVILES*/

#cabecera_auto{
	margin:0 0 3px 0;
	background:url(../img/automoviles/cabecera.jpg) no-repeat;
	width:759px;
	height:144px;
}

#cuadro_descargas{
	border:1px dashed #000000;
	padding:1px 8px;
	margin:10px 0px 10px 0px;
}


/*AUTOMOVILES CLASS*/

.plan{
	height:120px;
	border-top:2px solid #CC3333;
	margin-top:15px;
}

.plan_clear{
	height:120px;
	border-top:2px solid #CC3333;
	clear:both;
	margin-top:15px;
}

.plan img{
	margin-top:3px;
}

.plan_izquierda{
	float:left;
	padding-right:5px;
}

.plan_centro{
	margin: 20px 5px 0px 0px;
	width:180px;
	float:left;
}

.sin_borde{
	margin-top:24px;
}

.texto_automoviles p{
	margin:4px 0;
}

.tipo_peq{
	font-size:10px;
	line-height:2px;
}

.con_borde{
	padding:0 5px;
	border-left:1px dotted #CC3333;
	border-right:1px dotted #CC3333;
}

.rojo3{
	color:#CC3333;
}

.azul2{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#60C4DC;
	padding:0;
	margin:0;
}

/*OFERTAS*/

#cont_ofertas_1{
	background:url(../img/ofertas/ofertas.jpg) no-repeat 280px 7px;
	height:170px;
}

.h2_ofertas{
	margin-top:10px;
	border-bottom:1px dotted #CC3333;
}

#polizas{
	background:url(../img/ofertas/mp4.jpg) no-repeat 420px 40px;
}

.planes{
	margin-left:40px;
	background:url(../img/ofertas/dvd.jpg) no-repeat 180px 5px;

}

.planes li{
	list-style-type:circle;
}
	
#desc_planes{
	margin:10px 25px;
	text-align:right;
	float:right;
}

#tabla{
	margin:25px 0 0 50px;
	padding-bottom:20px;
}
table.comparativa {
	margin-top: 0.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
table.comparativa td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-right: 0.2em;
	padding-left: 0.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
table.limiteAveria {
	margin-left: 22.5em;
}
table.limiteAveria th {
	padding-top: 2.5em;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
table.limiteAveria th.flecha {
	text-align: left;
	background-image: url(../img/all/flecha_abajo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
table.limiteAveria td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
}
table.limiteAveria td.izquierda {
	text-align: left;
}

.listado_polizas{
	padding:0 160px 0 50px;
}

.listado_polizas li{
	list-style-type:disc;
}

/*PREGUNTAS*/

.preguntas_ul{
	margin-top:10px;
	padding-bottom:20px;
	border-bottom:1px dotted #CC3333;
}

.preguntas_frecuentes_arriba{
	padding-left:530px;
}

/*CONSULTAS*/

.h2_consultas{
	border-bottom:1px dotted #CC3333;
}

.formulario{
	margin:20px 125px 0 0;
}

.formulario li{
	text-align:right;
	padding:5px 5px 5px 20px;
}

#boton{
	width:35px;
	height:17px;
	background-color:#CCCCCC;
	float:right;
	border:3px #FFF solid;
}
	
	
/*EMPRESA*/

#empresa_i{
	float:left;
	width:320px;
	line-height: 20px;
}

#empresa_d{
	margin-top:5px;
	padding-left:10px;
	float:right;
}


/*SERVICIOS*/

#cont_ser2{
	margin-top:5px;
	padding-bottom:10px;
	float:right;
}

#cont_ser1{
	width:350px;
	float:left;
}


/*CONTACTO*/

#mapa{
	height: 250px;
	background:url(../img/contacto/mapa.gif) no-repeat;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 320px;
	padding-top: 10px;
	margin-top: 3em;
}


/*NOVEDADES MOTOR*/

.novedades{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #CC3333;
	}

.novedades_sin_linea{
	margin-top:10px;
	padding-bottom:20px;
	}

.imagen-novedades{
	float: left;
	margin: 5px 10px 5px 0;
}



/*CALCULA TU PRECIO*/

.texto_automoviles table {margin-top: 6px;}

form#garantia {
	padding: 2em;
	border: 5px solid #E4E4E4;
}
form#garantia p {
	margin-bottom: 1em;
}
form#garantia div.alinear {
	text-align: right;
	background-color: #F5F5F5;
	padding: 2em;
	float: left;
	margin-bottom: 1em;
}
form#garantia label {
	color: #000000;
	display: inline;
	font-weight: bold;
}
form#garantia div.alinear input, select {
	width: 20em;
	margin-left: 1.5em;
}
form#garantia div.alinear select.fecha {
	width: 6.5em;
	margin-left: 0px;
}
form#garantia div.alinear select.fechaYmargen {
	width: 6.5em;
	margin-left: 1.5em;
}
form#garantia p.izquierda {
	clear: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
}
form#garantia div#marca {
	width: 46em;
}
form#garantia p.resultado {
	padding-top: 2.5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	text-align: center;
	width: 46em;
	height: 2em;
}
form#garantia p.resultado a {
	border: 1px solid #60C4DC;
	padding: 0.2em 0.5em;
	text-decoration: none;
}
form#garantia p.resultado a:hover {
	color: #2692AC;
	background-color: #E7F7FA;
}
.separadorSuperior {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 1em;
	padding-bottom: 1em;
}
table.flotarIzquierda {
	float: left;
	margin-right: 2em;
	padding: 0.2em 0.2em 0.2em 0.5em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 3em;
}
table.flotarIzquierda td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div.recuadro {
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	margin-bottom: 2em;
}
.volver {
	float: right;
	margin-top: -1em;
}
.cursiva {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
img.flotarDerecha {
	float: right;
	margin-left: 1em;
}
form {
	margin:10px 0 10px 0;
	border: 5px solid #E4E4E4;
	padding: 1em;
}
form ul.formulario li input {
	width: 16em;
	margin-left: 1em;
}
form ul.formulario li textarea {
	width: 16em;
	margin-left: 1em;
}
form ul.formulario input.boton {
	width: 5em;
	border: none;
	margin-left: 0.5em;
}
form ul.formulario input.boton_2{
	width: 6em;
	border: none;
	margin-left: 0.5em;
	background-color:#CCCCCC;
	border:3px #FFF solid;
	background-color:#CC0033; 
	color:#FFFFFF
}

form ul.formulario input.examinar{
	width:118px;
}

/* MAPA WEB */

#mapa_web{
	margin:20px 0 0 0;
}

.mapa_princ li{
	font-size:12px;
	padding-bottom:3px;
}

.mapa_princ li a{
	border-bottom:1px dotted #CC0033;
	color:#000000;
	text-decoration:none;
}

.mapa_princ li a:hover{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#CC0033;
	padding:0 200px 0 2px;
}

.mapa_secun li{
	font-size:12px;
	list-style-type:disc;
	margin-left:40px;
	color:#CC0033;
}

.mapa_secun li a{
	border:none;
	color:#CC0033;
	text-decoration:none;
}

.mapa_secun li a:hover{
	color:#000000;
	background-color:#D8E7ED;
	padding:0 200px 0 2px;
	font-weight:normal;
}

.mapa_terc li{
	font-size:11px;
	list-style-type:none;
	margin-left:40px;
	color:#000000;
}

.mapa_terc li a{
	color:#000000;
}

.mapa_terc li a:hover{
	background-color:#EDF5F8;
	padding:0 20px 0 2px;
}

/*SEGUROS*/

.caja_gris{
	background-color:#EDF5F8;
	padding:20px;
	border:1px dotted #CC0033;
}

.der_seguros{
	float:right;
	height:121px;
	width:200px;
}

.izq_seguros{
	float:left;
	width:360px;
}

#abajo_seguros{
	clear:both;
}

/* ENLACES */

#enlaces li{
	margin-left:30px;
	padding-bottom:5px;
	list-style-type:disc;
}

#enlaces_derecha{
	padding:15px 100px 0 0;
	float:right;
}

#enlaces_derecha li{
	padding:4px;
}

#enlaces_derecha ul{
	padding-top:10px;
}

#enlaces_izquierda ul{
	padding-top:10px;
}

#enlaces_izquierda li{
	padding:4px;
}

#enlaces_izquierda{
	padding:15px 0 0 30px;
	float:left;
}

/*LEGAL*/

#legal{
	margin-top:10px;
}


/*COMPARATIVAS*/


dl {
	margin-bottom: 30px;
}

dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 20px;
	background-image: url(../img/all/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
}

dd {
	font-family: "Trebuchet MS";
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 0px;
}

h2.punteado {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC3300;
	padding-bottom: 5px;
	color: #CC3333;
}

img.comisiones {
	float: right;
	margin-top: 20px;
}

ul.seguros li {
	margin-top: 1em;
}

ul.seguros li span.cursiva {
	font-size: 11px;
}

ul.seguros {
	list-style-image: url(../img/all/bullet_01.gif);
	margin-left: 1.5em;
}

ul.seguros li ul li {
	list-style-image: none;
	color: #666666;
	margin-left: 5em;
	list-style-type: lower-alpha;
	margin-top: 3px;
	margin-bottom: 3px;
}

p.separador {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC0000;
	padding-top: 5px;
}
