/********** GENERALES **********/


* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	width: 960px;
	margin: 12px auto 15px auto;
	background-color: #e9e9e9;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

acronym, abbr {
	border: 0;
	cursor: help;
}

form, fieldset {
	border: 0;
}

ul {
	list-style: none;
}

a, a:hover {
	text-decoration: none;
}




/********** CABECERA **********/


div#cabecera {
	height: 100px;
}

div#cabecera h1 a {
	display: block;
	width: 187px;
	height: 100px;
	background: url(../img/logo.gif) left top no-repeat;
	font-size: 1.8em;
}

div#cabecera h1 a span {
	display: none;
}

div#cabecera img{
	margin:0;
	padding:0;
}

/********** MENÚ **********/


div#menu {
	height: 26px;
	background: url(../img/fondoMenu.gif) left top repeat-x;
	margin-top:-3px;
}
div#menu,[jac]{
	margin-top:0;
}
div#menu ul {
	float: left;
	display: inline;
	margin-left: 188px;
}

div#menu li {
	position: relative;
	float: left;
	display: inline;
	margin: 7px 1px -1px 0;
	font-size: 12px;
}

div#menu li a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	height: 20px;
}

div#menu li#home {
	width: 59px;
}

div#menu li#home a {
	width: 59px;
	background: url(../img/menuHome.gif) left top no-repeat;
}

div#menu li#leasePlan {
	width: 81px;
}

div#menu li#leasePlan a {
	width: 81px;
	background: url(../img/menuLeasePlan.gif) left top no-repeat;
}

div#menu li#productos {
	width: 145px;
}

div#menu li#productos a {
	width: 145px;
	background: url(../img/menuProductos.gif) left top no-repeat;
}

div#menu li#renting {
	width: 66px;
}

div#menu li#renting a {
	width: 66px;
	background: url(../img/menuRenting.gif) left top no-repeat;
}

div#menu li#clubCliente {
	width: 98px;
}

div#menu li#clubCliente a {
	width: 98px;
	background: url(../img/menuClubCliente.gif) left top no-repeat;
}

div#menu li#clubConductor {
	width: 112px;
}

div#menu li#clubConductor a {
	width: 112px;
	background: url(../img/menuClubConductor.gif) left top no-repeat;
}div#menu li#contactaNosotros {	width: 77px;}div#menu li#contactaNosotros a {	width: 77px;	background: url(../img/menuContactaNosotros.gif) left top no-repeat;}

div#menu ul.home li#home a {
	background-position: left -40px !important;
}

div#menu ul.leasePlan li#leasePlan a,
div#menu ul.productos li#productos a,
div#menu ul.renting li#renting a,
div#menu ul.clubCliente li#clubCliente a,
div#menu ul.clubConductor li#clubConductor a,div#menu ul.contactaNosotros li#contactaNosotros a {
	background-position: left -40px !important;
}

div#menu li a:hover {
	background-position: left -20px !important;
}

div#menu li a span {
	display: none;
}

div#menu a#noticiasMenu {
	display: none;
	float: left;
	width: 64px;
	height: 9px;
	margin: 10px 0 0 187px;
	background: url(../img/botonNoticias.gif) left top no-repeat;
	font-size: 12px;
	color: #000;
}

div#menu a#noticiasMenu span {
	display: none;
}




/********** CONTENEDOR **********/


div#contenedor {
	clear: left;
	float: left;
	overflow: hidden;
	width: 958px;
	border: 1px solid #6C6C6C;
	background-color: #fff;
}




/********** PIE **********/


div#pie {
	clear: both;
}

div#pie ul {
	float: right;
	display: inline;
	margin: 7px 12px 0 0;
	padding-right: 4px;
	background: url(../img/circulitoNaranja.gif) right 3px no-repeat;
	font-size: 9px;
}

div#pie li {
	float: left;
	display: inline;
	padding-left: 8px;
	padding-right: 4px;
	background: url(../img/circulitoNaranja.gif) left 3px no-repeat;
}

div#pie li a {
	display: block;
	height: 12px;
}

div#pie li#prensa a {
	width: 34px;
	background: url(../img/piePrensa.gif) left top no-repeat;
}

div#pie li#empleo a {
	width: 37px;
	background: url(../img/pieEmpleo.gif) left top no-repeat;
}

div#pie li#mapa a {
	width: 28px;
	background: url(../img/pieMapa.gif) left top no-repeat;
}

div#pie li#mundo a {
	width: 62px;
	background: url(../img/pieMundo.gif) left top no-repeat;
}

div#pie li#english a {
	width: 35px;
	background: url(../img/pieEnglish.gif) left top no-repeat;
}

div#pie li#a_z a {
	width: 17px;
	background: url(../img/pieA_Z.gif) left top no-repeat;
}

div#pie li#privacidad a {
	width: 51px;
	background: url(../img/piePrivacidad.gif) left top no-repeat;
}

div#pie li#avisoLegal a {
	width: 57px;
	background: url(../img/pieAvisoLegal.gif) left top no-repeat;
}

div#pie li#contacto a {
	width: 45px;
	background: url(../img/pieContacto.gif) left top no-repeat;
}

div#pie li a span {
	display: none;
}

div#pie li a {
	color: #8e8e8e;
}

div#pie p {
	clear: right;
	margin-left: 12px;
	padding-top: 15px;
	text-align: center;
	line-height: 13px;
	font-size: 9px;
	color: #adadad;
}