/* GLOBAL */
	* { margin:0; padding:0; }
	html {}
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	ul {
		list-style-type:none;
	}
	body {
		color:#000;
		text-align:center;
		font:.70em/1.5em Arial, Helvetica, sans-serif;
	}
	h1, h2, h3, h4 {
		margin-bottom:.5em;
		line-height:1.5em;
	    padding-top: 0.5em;
	}
	h1 {
		margin-bottom:.4em;
		color:#04599f;
		font-weight:normal;
		font-size:1.7em;
	}
	h2 { margin-bottom:1em; font-size:1.40em; color:#04599f; }
	h3 { margin-bottom:.5em; font-size:1.30em; }
	h4 { font-size:1.20em; }
	h5 { font-size:1.10em; }
	h6 { font-size:1em; }
	/* HYPERLINKS */
		a img, a:hover img {
			border:0;
		}
		a, a:visited {
			color:#04599f;
			text-decoration:underline;
		}
		a:visited {
			color:#507da1;
		}
		a:hover {
			text-decoration:none;
		}
		a.blank {
			padding-right:13px;
			background:url(../art/icons/external.gif) center right no-repeat;
		}
	/* HYPERLINKS */
/* GLOBAL */




/* BODY */
	html, body {}
	body {
		background:#eee url(../art/bg_body.gif) no-repeat 50% 0;
		text-align:left;
	}
/* BODY */




/* LAYOUT */

	#container {
		width:980px;
		margin: 0 auto 0 auto;
		margin-top:10px;
	}

	#footer .footer-container {
		width:980px;
		margin: 0 auto 0 auto;
	}


	/* HEADER */
		#header {
			height:146px;
			text-align:right;
			margin-bottom:15px;
		}
		#header .logo {
			float:left;
			margin:0 0 0 0;
			padding:0;
		}
	/* HEADER */

	/* CONTENT */
		#content {
			clear:both;
			overflow:auto;
		}
		#content .layout {} /* Todas las columnas del contenido*/
		#content .col {} /* Todas las columnas del contenido*/
		/* BLOCKS */
			#content .block {}
		/* BLOCKS */
	/* CONTENT */

	/* FOOTER */
		#footer {
			overflow:auto;
			clear:both;
		}
		#footer .col {} /* Todas las columnas del footer */
		#footer .col-left, #footer .col-center {
			/* Reducción de margen */
			margin-right:15px;
		}
		#footer .col-center, #footer .col-right {
			/* Ampliación de padding para poder añadir un borde o un fondo en el centro de la separación de las columnas*/
			padding-left:15px;
		}
		/* LINKS */
			#footer-links {
				overflow:auto;
			}
			#footer-links .block {}
		/* LINKS */
		/* COPYRIGHT */
			#footer-copyright {
				overflow:auto;
			}
			#footer-copyright .block {}
		/* COPYRIGHT */
	/* FOOTER */

/* LAYOUT */




/* DESIGN */

	#container {
		background:#fff;
		padding-bottom:40px;
	}

	.skip-to-content {
		display:none;
	}

	/* HEADER */
		#header {
			color:#000;
			border-top:1px solid #fff;
			border-bottom:1px solid #ddd;
		}
		#header a {
			color:#fff;
		}
		/* ADWORDS */
			#header #adwords-1 {
				float:right;
				height:146px;
				width:500px;
				line-height:146px;
				text-align:center;
				color:#000;
			}
		/* ADWORDS */
	/* HEADER */

	/* CONTENT */
		#content {
			padding:0 15px;
		}
		#content .layout {}
		#content .col {}
	/* CONTENT */

	/* FOOTER */
		#footer {
			margin-top:0px;
			font-size:1.2em;
			background:#2b7090 url('../art/bg_footer.gif') repeat-x;
			border-top:20px solid #eee;
		}
		#footer .col {} /* Todas las columnas del footer */
		#footer .col-left .block {
			/* Separación de la columna izquierda del borde */
			margin-left:15px;
		}
		#footer .col-right .block {
			/* Separación de la columna derecha del borde */
			margin-right:15px;
		}
		/* COPYRIGHT */
			#footer-copyright {
				margin-top:1px;
				padding:10px 0;
				color:#fff;
			}
			#footer-copyright .block {
				line-height:1.5em;
			}
			#footer-copyright a {
				color:#fff;
				border-color:#fff;
			}
		/* COPYRIGHT */
	/* FOOTER */

/* DESIGN */



#main-navigation {
	background-color:#e7f2fb;
	text-align:center;
}
#main-navigation .block {}
#main-navigation h3 {
	text-align:center;
	font-size:1.4em;
	padding:10px;
	margin:0;
	background-color:#04599f;
	color:#fff;
}

#main-navigation #pmenu {
	padding:0;
	margin-bottom:0;
	border-bottom:1px solid #fff;
}
#main-navigation #pmenu ul {
	margin:0;
	padding:0;
}
#main-navigation #pmenu ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#main-navigation #pmenu ul li a, #main-navigation #pmenu ul li a:visited {
	display:block;
	padding:0.5em 1em;
	border-top:1px solid #fff;
	line-height:1.5em;
	font-size:1.2em;
	text-decoration:none;
	background:url(../art/bg_pmenu_hover.gif) repeat-x top left;
	color:#04599f;
}
#main-navigation #pmenu ul li a:hover {
	background:url(../art/bg_pmenu.gif) repeat-x top left;
}
#main-navigation #pmenu ul li.active a, #main-navigation #pmenu ul li.active a:hover {
	background:#fff url(../art/bg_pmenu_active.gif) no-repeat 95% 50%;
	font-weight:bold;
	color:#000;
}



#main-navigation #smenu {
	border-bottom:1px solid #fff;
	padding:0 0 0 0;
	margin-bottom:0;
}
#main-navigation #smenu ul {
	margin:0;
	padding:0;
}
#main-navigation #smenu ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	border-top:1px solid #fff;
}
#main-navigation #smenu ul li a, #main-navigation #smenu ul li a:visited {
	display:block;
	padding:0.5em 1em;
	line-height:1.5em;
	font-size:1.1em;
	text-decoration:none;
	color:#04599f;
}
#main-navigation #smenu ul li a:hover {
	background-color:#d5e1eb;
	text-decoration:none;
}



#main-navigation #ads {
	text-align:left;
	padding:10px;
	font-size:0.8em;
	background-color:#fff;
	border:2px solid #e7f2fb;
	margin-bottom:0;
}
#main-navigation #ads div {
	margin:0 0 0 0;
	padding:0;
}
#main-navigation #ads h5 {
	letter-spacing:0;
	font-style:normal;
	font-size:1.2em;
}
#main-navigation #ads h5, #main-navigation #ads p {
	margin:0 0;
	padding:0;
}


#main-content {
	padding:0;
	margin:0;
}
#main-content .layout {
	padding:0;
	margin:0;
}
#main-content .layout > .col > .block {
	margin-top:0;
	padding:0;
}



#acceso {
	padding:25px;
	text-align:right;
	color:#000;
}
#acceso a {
	color:#000;
}
#acceso.ok {
	background:url(../art/loggedin.gif) 100% 50% no-repeat;
	padding-right:60px;
	margin-right:20px;
}
#acceso.ok a {
	color:#04599f;
}
#acceso.ok a.desconectar {
	color:#a00;
}
#acceso.ok ul li {
	margin-top:10px;
}








/* STD-CONDENSED */
	table.clasificados {
		margin:10px 0;
	}
	table.clasificados td, table.clasificados th {
		padding:2px 5px;
	}
	/* HEAD */
		table.clasificados thead th {
			font-size:1.2em;
			line-height:1em;
			padding:5px;
			text-align:center;
			font-weight:normal;
			color:#fff;
			background-color:#04599f;
			letter-spacing:0.1em;
		}
		table.clasificados thead tr.datafilter td {
			font-size:8pt;
		}
	/* BODY */
		table.clasificados tbody th {
			font-weight:normal;
		}
		table.clasificados tbody td {color:#000;}
	/* FOOT */
		table.clasificados tfoot th {
			line-height:1.1em;
			font-size:1.1em;
			text-align:right;
			font-weight:normal;
			padding:5px;
			text-align:right;
		}
		table.clasificados tfoot td {}
		table.clasificados tfoot .first td, table.clasificados tfoot .first th {
			border-top:1px solid #04599f;
		}
		table.clasificados tfoot .last td, table.clasificados tfoot .last th {
			border-top:1px solid #04599f;
		}
/* STD-CONDENSED */


#buscador {
	margin:0 0 2em 0;
	padding:0 0 10px 0;
	border-bottom:5px solid #e7f2fb;
}
 #buscador .div-field {
	width:150px;
	float:left;
	margin:0 10px 10px 0;
}
#buscador .div-field select {
	width:130px;
}
#buscador label {
	font-size:8pt;
	letter-spacing:0.2em;
	font-weight:bold;
	display:block;
}

#buscador #div-field-submit {
	clear:both;
	float:none;
	width:100%;
	text-align:right;
	padding-top:1em;
	margin-top:1em;
	margin-bottom:0;
	border-top:2px solid #e7f2fb;
}
#buscador #div-field-submit .avanzado {
	display:block;
	float:left;
	width:300px;
	text-align:left;
}



#detalle-vehiculo {
	margin-top:20px;
}
#detalle-vehiculo .gallery {
	width:400px;
	float:left;
	overflow:auto;
}
#detalle-vehiculo #gallery-thumbs {
	margin:1px 0 10px 0;
	background-color:#eee;
}
#detalle-vehiculo #gallery-thumbs img {
	margin:0;
}
#detalle-vehiculo #gallery-big {
	background-color:#eee;
	width:400px;
	/*height:300px;*/
	overflow:hidden;
}
#detalle-vehiculo #gallery-big img {
	margin:0;
	margin-top:1px;
}
#detalle-vehiculo .data {
	margin-left:410px;
}
#detalle-vehiculo .data dl {
	padding:2px 5px;
	background-color:#e7f2fb;
	/*margin:0 0 10px 0;*/
	/*padding:0 0 10px 0;*/
	/*border-bottom:1px solid #888;*/
}
#detalle-vehiculo .data dt {
	font-size:1.4em;
	letter-spacing:0em;
	margin-top:5px;
}
#detalle-vehiculo .data dd {
	font-size:1.1em;
	text-align:left;
	color:#04599f;
	margin-left:30px;
	margin-bottom:5px;
}
#detalle-vehiculo .data dl.small {
	background-color:#fff;
	font-size:0.8em;
}


