html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
}

/*html, body, img, div, input, td, tr, table, p {
	_behavior: url(static/iepngfix.htc);
}*/
/* remember to define focus styles! */
:focus {
	outline: 0;
}
strong{
	font-weight: bold;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.left {
	float: left;
}
.right {
	float: right;
}
.seccion p.center {
	text-align:center;
}
.clearer {
	clear:both;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	/*background:url(fondo.png) repeat #588CC7;*/
	background: #588CC7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}
#contenedor {
	margin:0 auto;
	width: 980px;
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%;
	/*border-right: 1px solid #666;
	border-left: 1px solid #666;
	background: #fff;*/
	background:#588cc7;
}
/*SUPERIOR*/
#superior {
	width: 980px;
	height: auto;
	margin: 0;
	padding: 2px 0 0 0;
}
#banner {
	width: 980px;
	height: 60px;
	margin:2px 0 2px 10px;
	padding:0;
	text-align: center;
}
#logo {
	width: 960px;
	height: 104px;
	margin:0;
	padding:6px 10px 0 10px;
	background:url(logo.png);
}
.home {
	width: 450px;
	height: 98px;
	float:left;
	margin: 0;
}
#flash {
	width: 510px;
	height: 98px;
	float:right;
	margin: 0;
}
/*MENU PRINCIPAL*/
#menu, #menu ul {
	padding:0;
	margin:0;
	list-style:none;
	z-index:100;
	width: 980px;
}
#menu {
	height:30px;
	margin: 0;
	padding:0;
}
#menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
#menu table {
	border-collapse:collapse;
	margin:-1px;
	padding:0;
	width:0;
	height:0;
	position:relative;
	top:0;
	z-index:80;
}
#menu li {
	float:left;
}
#menu li a {
	text-decoration:none;
	color:#fff;
	float:left;
	height:30px;
	text-decoration:none;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	border-left: 2px solid #588cc7;
	/*border-left: 2px solid #fff;*/
}
#menu li a#primero {
	background-position:0 0;
	width:124px;
	border-left: 0 none;
	display: block;
}
#menu li a#segundo {
	background-position:-124px 0;
	width:160px;
	display: block;
}
#menu li a#tercero {
	background-position:-287px 0;
	width:140px;
	display: block;
}
#menu li a#cuarto {
	background-position:-430px 0;
	width:188px;
	display: block;
}
#menu li a#quinto {
	background-position:-620px 0;
	width:158px;
	display: block;
}
#menu li a#sexto {
	background-position:-780px 0;
	width:196px;
	display: block;
}
#menu li a span{
    display:none;
}
/*#menu li a.sub {background:url(fondo_menu_sub.jpg) right top;}*/ /*PER MARCAR ELS QUE TENEN SUBMENU*/
#menu li:hover {
	position:relative;
	z-index:100;
}
#menu li a#primero:hover {
	background-position:0px -30px ;
}
#menu li:hover > a#segundo{
    background-position:-124px -30px ;
}
#menu li a#segundo:hover{
    background-position:-124px -30px ;
}
#menu li:hover > a#tercero {
	background-position:-287px -30px ;
}
#menu li a#tercero:hover {
	background-position:-287px -30px ;
}
#menu li a#tercero:hover {
	background-position:-287px -30px ;
}
#menu li:hover > a#cuarto {
    background-position:-430px -30px ;
}
#menu li a#cuarto:hover {
    background-position:-430px -30px ;
}
#menu li:hover > a#quinto {
	background-position:-620px -30px ;
}
#menu li a#quinto:hover {
	background-position:-620px -30px ;
}
#menu li:hover > a#sexto {
    background-position:-780px -30px ;
}
#menu li a#sexto:hover {
    background-position:-780px -30px ;
}
#menu :hover ul {
	left:0;
	z-index:500;
	width:244px;
	background:#ebebeb;
	top: 30px;
	border: 1px solid #036;
	padding: 0 0 1px 0;
}
#menu :hover ul li a {
	height:20px;
	padding:0;
	line-height:20px;
	color:#036;
	width: 235px;
	margin: 1px 1px 1px 0;
	padding:0 0 0 5px;
	font-size: 12px;
	background: #fff;
	display:block;
}
#menu :hover ul li a:hover {
	color:#fff;
	background: #131313;
}
#menu :hover ul li:hover > a {
	color:#eb6a13;
}
#menu :hover ul.largo {
	left:0;
	z-index:500;
	width:381px;
	background:#ebebeb;
	top: 30px;
	border: 1px solid #036;
	padding: 0 0 1px 0;
}
#menu :hover ul.largo li a {
	height:20px;
	padding:0;
	line-height:20px;
	color:#036;
	width: 372px;
	margin: 1px 1px 1px 0;
	padding:0 0 0 5px;
	font-size: 12px;
	background: #fff;
	display:block;
}
#menu :hover ul li a:hover {
	color:#fff;
	background: #131313;
}
#menu :hover ul li:hover > a {
	color:#eb6a13;
}

/*FIN MENU PRINCIPAL*/
/*CONTENIDO*/
#contenido {
	height: auto;
	margin: 0;
	padding: 0;
}
/*FOOTER*/
#footer {
	height: 47px;
	font-size: 12px;
	padding: 20px 0 0 0;
	text-align: center;
	margin:0;
	clear: both;
	color: #515151;
	background: url(footer.png);
}
#footer a {
	text-decoration: none;
	color: #515151;
	padding:0 10px;
}
#footer a:hover {
	text-decoration: none;
	border-bottom: 1px solid #0971B6;
	color: #0971B6;
}
#footer span {
	margin: 0 20px;
}
#footer img {
	margin: 0;
	vertical-align: middle;
}
/*PORTADA*/
#portada {
	padding:5px 0 0 8px;
	height: auto;
	margin: 0;
}
#portada .seccion_portada {
	/*margin: 0 10px 10px 0;*/
	margin:0 10px 8px 0;
	padding: 0;
	float: left;
	width: 314px;
}
#portada  .seccion_portada_empresas {
	margin:0 10px 8px 0;
	float: left;
	width: 314px;
	width: 278px;
	height: 144px;
	color: #272727;
	font-size: 13px;
	text-decoration: none;
	display:block;
	background-image: url(empresas.png);
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 18px;
	display:block;
	padding: 48px 18px 0 18px;
}
#portada  .seccion_portada_empresas:hover {
	background-position: bottom center;
	background-repeat: no-repeat;
	cursor:default;
}
#portada  .seccion_portada_empresas p{
	float: left;
	width: 170px;
	line-height: 16px;
}
#portada  .seccion_portada_empresas p a.concesionarios{
	text-decoration:none;
	font-weight:bold;
	color:#f60;
	display: block;
	font-size: 16px;
}
#portada  .seccion_portada_empresas p a{
	text-decoration:none;
	font-weight:bold;
	color:#FF6600;
	display: block;
	font-size: 13px;
}
#portada .seccion_portada_empresas p a:hover{
	color:#f30;
}
#portada .seccion_portada_empresas p span{
	margin: 0 0 10px 0;
	display:block;
}






#portada  .seccion_portada_clasificados {
        margin:0 10px 8px 0;
        float: left;
        width: 314px;
        width: 278px;
        height: 144px;
        color: #272727;
        font-size: 13px;
        text-decoration: none;
        display:block;
        background-image: url(clasificados.png);
        background-position: top center;
        background-repeat: no-repeat;
        line-height: 18px;
        display:block;
        padding: 48px 18px 0 18px;
}
#portada  .seccion_portada_clasificados:hover {
	background-position: bottom center;
	background-repeat: no-repeat;
	cursor:default;
}
#portada  .seccion_portada_clasificados p{
        float: left;
        width: 170px;
}
#portada  .seccion_portada_clasificados p a.clasificados{
        text-decoration:none;
        font-weight:bold;
        color:#f60;
        display: block;
        font-size: 16px;
}
#portada  .seccion_portada_clasificados p a{
        text-decoration:none;
        font-weight:bold;
        color:#FF6600;
        display: block;
        font-size: 13px;
}
#portada .seccion_portada_clasificados p a:hover{
        color:#f30;
}
#portada .seccion_portada_clasificados p span{
        margin: 0 0 10px 0;
        display:block;
}






#portada  .seccion_portada a {
	width: 278px;
	height: 144px;
	color: #272727;
	font-size: 13px;
	text-decoration: none;
	display:block;
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 18px;
	display:block;
	padding: 48px 18px 0 18px;
}
#portada .seccion_portada a:hover {
	background-position:bottom center;
	background-repeat: no-repeat;
}
#portada  .seccion_portada a img, #portada  .seccion_portada_empresas  img, #portada  .seccion_portada_clasificados  img{
	float: left;
	margin: 0 5px 0 0;
}



#flash_portada{
	width:100px; 
	height:125px; 
	margin:0 5px 0 0; 
	padding:0; 
	float:left;
}
.nombre_web{
	font-weight: bold;
	font-size: 12px;
	color: #036;
}

#foros {
	background-image: url(foro.png);
}
#seguros {
	background-image: url(seguros.png);
}
#tienda {
	background-image: url(tienda.png);
}
#albumes {
	background-image: url(albumes.png);
}
#clasificados {
	background-image: url(clasificados.png);
}
/*SECCIONES*/
h2 {
	height: 58px;
	padding: 0;
	margin:2px 0 0 0;
	background: url(sobre_seccion.png) top center no-repeat;
}
h2 span {
	display:none;
}
h2 img {
	margin: 8px 0 0 10px;
}
.seccion {
	min-height:400px;
	height:auto !important;
	height: 400px;
	font-size: 13px;
	padding: 5px 30px;
	margin:0;
	color: #272727;
	background: url(fondo_seccion.png);
	line-height: 18px;
}
.cierra_seccion {
	height: 28px;
	padding: 0;
	margin:0;
	background: url(cierra_seccion.png) bottom center no-repeat;
}
.seccion h3 {
	margin: 0 0 15px 0;
	color: #0971B6;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.seccion p {
	margin: 0 0 15px 0;
	text-align: justify;
}
.seccion p.lista {
	margin: 0 0 15px 20px;
	text-align: justify;
}
.seccion p a,
.seccion a {
	text-decoration:none;
	color: #0971B6;
}
.seccion p a:hover,
.seccion a:hover  {
	color:#0971B6;
	text-decoration:none;
	border-bottom:1px solid #0971B6;
}
.seccion ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
.seccion li {
	margin: 0 0 10px 0;
}
/*SEGUROS*/
.partner {
	width:260px;
	height:230px;
	margin:0 0 0 120px;
	padding:50px 0 0 0;
	border:1px solid #BCBCBC;
	text-align: center;
	background: #fff;
	float: left;
	display: inline;
}
.partner img {
	margin: 0 0 20px 0;
	padding: 0;
}
.partner p {
	text-align: center;
}
.partner_album {
	height:280px;
	margin: 30px 0 0 120px;
}
.contrata {
	padding: 0 10px 5px 60px;
	background:url(contrata.png) top left no-repeat;
	height: 35px;
	font-weight: bold;
}
.seccion p.gracias {
	text-align: center;
	font-weight: bold;
}
.formulario_seguros {
	margin: 0 auto;
	padding: 0px;
}
.formulario_seguros td.etiqueta {
	vertical-align: top;
	text-align: right;
	padding: 2px 5px 0 0;
}
.boton_enviar {
	margin:5px 30px 0 0;
	background: #0971B6;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px;
	cursor:pointer;
	float: left;
	border: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
}
.boton_enviar:hover {
	background: #0C94EF;
	cursor:pointer;
	border: 1px solid #043251;
	color: #fff;
}
.banners_seguros {
	text-align: center;
	margin: 0 0 15px 0;
}
/*ENLACES*/
#enlaces h3 {
	margin: 0 0 5px 0;
	height: 20px;
	line-height: 20px;
	color: #333;
	background:transparent url(bullet_h3.png) top left no-repeat;
	padding:0 0 0 20px;
	display: block;
	cursor: pointer;
	/*cursor: hand;*/
}
#enlaces h3:hover {
	cursor: pointer;
	/*cursor: hand;*/
	background:transparent url(bullet_h3.png) center left no-repeat;
	padding:0 0 0 20px;
	margin: 0 0 5px 0;
	color:#0971B6;
}
#enlaces h3.actual {
	color: #c00;
	background:transparent url(bullet_h3.png) bottom left no-repeat;
	padding:0 0 0 20px;
	margin: 0;
}
#enlaces h4 {
	margin: 0 0 15px 0;
	color: #0971B6;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.links {
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #ccc;
}
.links table {
	border: 0 none;
}
.links td.enlace {
	padding: 1px 0 0 0;
	width: 300px;
	height:24px;
}
.links td.enlace a {
	color: #0971B6;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background: #fff;
	padding: 0 0 0 10px;
	display: block;
}
.links td.enlace a:hover {
	padding: 0 0 0 15px;
	background: url(bullet.png) center left no-repeat #fff;
	color: #f60;
}
.links td.manual a {
	color: #0971B6;
	text-decoration: none;
    text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(manual.png) top left no-repeat #fff;
	padding: 0 0 0 25px;
	display: block;
	margin: 0 0  1px 0;
	height:25px;
	line-height:25px;
}
.links td.manual a:hover {
	background: url(manual.png) bottom left no-repeat #fff;
	color: #f60;
}
.links td.enlace_gps {
	width: 350px;
	border-bottom: 1px solid #aaa;
}
.pdf {
    text-align: right;
    margin-right: 10px;
}
.volver {
    margin-bottom: 10px;
	float:left;
	display:inline;
}
.volver a {
    background-image:url(volver.png);
    background-position:0 0;
    background-repeat:no-repeat;
    color:#fff;
    display:inline-block;
    font-size:12px;
    font-weight:bold;
    height:26px;
    letter-spacing:1px;
    line-height:26px;
    padding:0 0 0 22px;
    text-decoration:none;
    text-transform:uppercase;
    width:60px;
}
.volver a:hover{
	background-position:0 -26px;
	background-repeat:no-repeat;
	color: #fff;
}
.pdf a{
    background-image:url(pdfs.png);
    background-position:0 0;
    background-repeat:no-repeat;
    color:#fff;
    display:inline-block;
    font-size:12px;
    font-weight:bold;
    height:26px;
    letter-spacing:1px;
    line-height:26px;
    padding:0 20px 0 0 ;
    text-decoration:none;
    text-transform:uppercase;
    width:115px;
}

.pdf a:hover{
	background-position:0 -26px;
	background-repeat:no-repeat;
	color: #fff;
}

.links td.enlace_gps a{
	color: #0971B6;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	background: #fff;
	display: inline;
	padding: 0 0 0 10px;
}


.links td.enlace_gps a:hover {
	padding: 0 0 0 15px;
	background: url(bullet.png) center left no-repeat #fff;
	color: #f60;
}
.links td.descripcion_gps a {
	color: #0971B6;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	background: #fff;
	display:block;
	padding:0 15px 0 0 ;
}
.links td.descripcion_gps a:hover {
	padding: 0 0 0 15px;
	background: url(bullet.png) center left no-repeat #fff;
	color: #f60;
}
.links td.enlace_manuales {
	width: 100%;
	height:25px;
	line-height:25px;
	background:#DFEFFF;
}
.links td.descripcion {
	font-size: 14px;
	padding: 0 0 0 5px;
}
.links td.tipos {
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	background: #ccc;
	padding: 3px 0 3px 5px;
}
.links td.descripcion_gps {
	font-size: 14px;
	text-align:left;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #aaa;
}
.links td.dificultad {
	text-align:center;
	font-size: 24px;
	padding:0 30px 0 0;
}
.links td.dificultad span{
    display:none;
}
.hoverFila {
	color: #0971B6;
	background: #f3f3f3;
}
.hoverCelda {
	color:#272727;
	background: #fff;
}
.separa_rutas {
	height: 10px;
	border-top: 2px solid #000;
	margin: 10px 0;
}
/*EMPRESAS BMW*/
.categorias_anunciantes {
	margin: 0 0 15px 0;
	padding: 0;
	height: auto;
}
.categorias_anunciantes ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}
.categorias_anunciantes li {
	float: left;
	margin: 0 10px 10px 0;
	padding:0;
}
.categorias_anunciantes li a {
	height: 35px;
	width: 290px;
	padding: 15px 0 0 0;
	background-image: url(fondo_cat_emp.png);
	background-position:top center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	display:block;
	text-align: center;
}
.categorias_anunciantes li a:hover {
	background-position:bottom center;
	background-repeat: no-repeat;
	color: #f60;
}
.categorias_anunciantes li a span {
	font-size: 12px;
	text-transform: none;
	line-height: 10px;
	color: #999;
}
.aclara_profesional{
	padding: 10px;
	margin: 5px 0;
	clear:both;
	border: 1px dashed #666;
	background: #fff;
	/*border: 1px dashed #b5cfe3;
	background: #f6fafb;*/
}
.aclara_profesional p{
	margin: 0 0 5px 0;
}
.empresa{
	height: auto;
	border-bottom: 2px solid #ccc;
}
.empresa table td{
	padding: 10px;
	vertical-align: top;
}
/*FICHA*/
.ficha{
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	background:#fff;
	padding:10px;
	border:1px solid #ccc;
	font-size:13px;
}
.ficha td{
	text-align: left;
	vertical-align: top;
	padding: 10px;
	margin: 0;
}
.ficha td.logo{
	width: 260px;
}
.ficha td.logo img{
	margin: 0 0 10px 0;
}
.ficha  .direccion{
	text-align: left;
}
.ficha  .direccion span {
	text-transform: uppercase;
	font-weight: bold;
}
.ficha td.descripcion{
	border-left: 1px solid #ccc;
}
.ficha h2{
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
	height: 20px;
	background:#fff;
}
.seccion h4 {
    font-weight: bold;
    margin: 10px 0;
    font-size: 11px;
    text-transform: uppercase;
}
.paso_manual {
    clear: both;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.num_paso_manual {
    float: left;
    font-size: 40px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 50px;
}
.desc_paso_manual {
    float: left;
    width: 400px;
    margin-left: 50px;
}
.foto_paso_manual {
    float: left;
}
.foto_paso_manual img {
    width: 240px;
}
.publicar {
    color: #c00;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 5px;
}
.obligatorios{
	color: #c00;
}
#nueva_tienda {
	background: #fff url(fondo_tienda.png) bottom right no-repeat;
	border:2px solid #CCCCCC;
	height:300px;
	margin:0 auto;
	padding:20px;
	width:800px;
}
#nueva_tienda h4 {
	font-size:24px;
	margin:60px 0;
	text-align:center;
}
#nueva_tienda p {
	font-size:20px;
	margin:60px 0;
	text-align:center;
}
#nueva_tienda p span {
    color:#c00;
}
#nueva_tienda p a{
	text-decoration:underline;
	color:#069;
}
#nueva_tienda p a:hover{
	color:#f60;
}
.seccion ol{
   list-style-type:decimal;
   margin:0 0 20px 20px;
}
.seccion ol.letra{
	list-style-type:upper-alpha;
	margin:0 0 20px 20px;
}
td.etiqueta{
	text-align:right;
	padding:0 5px 0  0;
	width: 15%;
	font-size: 13px;
	line-height:26px;
}
span.escan{
	line-height: 26px;
	margin: 0 5px;
	font-size: 13px;
}
.aceptar{
	margin: 0 0 0 5px;
	padding: 3px 0 0;
}

