body{
	background:url(../gfx/body.png) repeat-x;
	font-family:"Trebuchet MS", Arial;
}

a:link, a:visited{
	color:#B6220F;
	text-decoration:none;
}

a:hover{
	color:#B6220F;
	text-decoration:underline;
}

/*HEADER*/

#header, .banner {
	margin:0px;
	height: 139px;
}

.banner {
	text-align: center;
}

.banner div {
	border: 2px solid #CCCCCC;
	margin: 40px 0px;
	margin-bottom: 0px;
	width: 468px;
	height: 60px;
	float: right;
	background: #DDDDDD url(../images/espacio_disponible.gif) no-repeat center;
}

/*FINHEADER*/

/*MENU*/

#menu{
	height:43px;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
	font-family:"Lucida Grande", Arial;
}

#menu ul{
	float:right;
	list-style:none;
	margin:0px;
}

#menu ul li{
	display:block;
	float:left;
	text-transform:capitalize;
	margin:0px;
	padding:0px;
}

#menu ul li a:link, #menu ul li a:visited{
	color:#000;
	display:block;
	padding:12px;
	text-decoration:none;
	font-weight:bold;
	border-left:1px #CCCCCC solid;
	font-size:0.9em;
}

#menu ul li a:link.last, #menu ul li a:visited.last{
	border-right:1px #CCCCCC solid;
}

#menu ul li a:link.upper, #menu ul li a:visited.upper{
	text-transform:uppercase;
}

#menu ul li a:hover{
	color:#FFF;
	background: url(../gfx/menu_hover.jpg) center repeat-x;
}

/*FINMENU*/

/*MARCASYOFERTAS*/

#marcas, #ofertas, #descripcion{
	width:100%;
	height:auto;
	text-align:center;
	margin:0px;
	padding:0px;
}

#ofertas ul li{
	list-style:none;
	margin:0px;
}


#marcas ul li{
	color:#85868B;
	font-weight:bold;
	font-size:1em;
	text-align:left;
	list-style:circle;
}

/*FINMARCASYOFERTAS*/

/*BUSCAR*/

#busqueda_avanzada{
	position:absolute;
	width:350px;
	height:auto;
	border:2px solid #999;
	background:#eee;
	display:none;
	margin-left: 45px;
	padding: 10px;
}

#busqueda_avanzada select{
	margin:5px;
	color:#666666;
	width:180px;
}

#busqueda_avanzada label{
	margin:5px;
	color:#666666;
	font-weight:bold;
	width:120px;
	display:block;
	float:left;
}

input.b_avanzada{
	border:0px;
	background:url(../gfx/news.png) center no-repeat;
	width:83px;
	height:25px;
	margin:0px 2px 0px 2px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	padding-bottom:3px;
	float:right;
}

#busqueda_avanzada .select_2 {
	width: 83px;
}

#form_recomendar {
	margin-left:-115px;
	margin-top:-350px;
	position:absolute;
	width:330px;
	height:auto;
	border:2px solid #999;
	background:#eee;
	display:none;
}

#form_contactar {
	margin-left:-115px;
	margin-top:-400px;
	position:absolute;
	width:330px;
	height:auto;
	border:2px solid #999;
	background:#eee;
	display:none;
}

#form_recomendar label.close, #form_contactar label.close{
	float:left !important;
	float:none;
	width:0;
	margin-left:300px;
	display:inline;
	
}

#form_recomendar input, #form_contactar input{
	width:120px;
	margin:5px 5px 5px 200px;
	display:block;
	border:1px solid #666;
}

#form_recomendar input.b_avanzada, #form_contactar input.b_avanzada{
	border:0px;
}

#form_recomendar textarea, #form_contactar textarea {
	width:280px;
	margin:5px 5px 5px 40px;
	display:block;
	border:1px solid #666;
}

#form_recomendar label, #form_contactar label {
	margin: 5px;
	margin-top: 0px;
	float:left;
	width: 150px;
	display:block;
	text-align: left;
	font-weight: bold;
}

#form_recomendar div, #form_contactar div {
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	display: block;
	padding-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}

#form_recomendar div div, #form_contactar div div {
	border-bottom: none;
}

#buscar, #busqueda_rapida {
	width:auto;
	height:auto;
	text-align:left;
	border:2px solid #999;
	background:#eee;
	margin:2px;
	padding:5px;
}

#busqueda_rapida{
	margin-bottom:3px;
}

#buscar label, #busqueda_rapida label{
	float:left;
	text-align:right;
	font-weight:bold;
	color:#666666;
	margin-left:2px;
	display:block;
}

#busqueda_rapida label {
	width: 55px;
	text-align: left;
	display:inline;
}

#busqueda_rapida .select_2 {
	width: 68px;	
}

#buscar input, #busqueda_rapida input{
	border:2px solid #555;
	margin:2px;
	width:300px;
	display:inline;
	float:left;
}

#busqueda_rapida input{
	width:auto;
}

#busqueda_rapida select {
	width: 141px;
}

#busqueda_rapida input {
	border: none;
	float: none;
	margin: 0px;
	margin-top: 5px;
	width: 307px;
}

#buscar a:link, #buscar a:visited{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

#buscar a:hover{
	text-decoration:underline;
}

#buscar input.button, #busqueda_rapida input.b_avanzada{
	float:left;
	border:0px;
	background:url(../gfx/news.png) center no-repeat;
	width:83px;
	height:25px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	margin:0px;
}

#busqueda_rapida input.b_avanzada{
	display:block;
	float:none;
	margin:2px 0px 0px 120px;
}

/*FINBUSCAR*/

/*FORM*/

#login form {
	margin: 10px;
}

#login form div label {
	width: 150px;
	display: block;
	float: left;
}

#login form div {
	display: block;
	margin: 5px;
	margin-bottom: 7px;
}

#login form div div {
	margin: 0;
}

#login form div input, #login form div select,
#login form div .input_50p, #login form div .select_50p {
	width: 470px !important;
	width: 490px;
	padding: 3px;
}

#login form div select {
	width: 480px !important;
	width: 500px;
}

#login form div .input_50p, #login form div .select_50p {
	width: 228px !important;
	width: 237px;
}

#login form div .select_50p {
	width: 238px !important;
	width: 249px;
}

#login form div .none {
	width: auto;
}

#login form input.ingresar {
 	border:0px;
	background:url(../gfx/news.png) center no-repeat;
	width:83px;
	height:25px;
	margin:5px 50px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	padding-bottom:3px;
}

#login form div .ciudades {
	/*
	float: left;
	display: block;
	*/
}

/*FINFORM*/




/*AUTO*/

#auto{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:center;
}

#auto ul{
	margin:0px;
	padding:0px;
}

#auto ul li{
	width:auto;
	height:auto;
	border:3px solid #eee;
	padding:2px;
	margin:2px;
	list-style:none;
	display:block;
	float:left;
}

#auto ul li p{
	margin:0px;
	padding:5px;
	background:#fff;
	border:2px solid #CCCCCC;
	color:#B6220F;
}

/*FINAUTO*/




/*REGISTROS*/

#registros p{
	display:block;
	float:left;
	line-height:30px;
	padding:0px;
	margin:0px;
}

#registros ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

#registros ul li{
	display:block;
	float:left;
	margin:0px;
	padding:1px;
}

#registros ul li p{
	color:#B6220F;
}

#registros ul li p a:link, #registros ul li p a:visited{
	text-decoration:none;
	color:#B6220F;
	border:2px solid #eee;
	padding:4px;
}

#registros ul li p a:hover{
	text-decoration:none;
	color:#B6220F;
	border:2px solid #ccc;
	padding:4px;
}

/*FINREGISTROS*/




/*BANNERS*/

#banners{
	width:924px;
	height:auto;
	border:3px #ddd solid;
	display:block;
	background:#eee;
	text-align:center;
	padding:5px;
	margin:1px 1px 5px 1px;
}

#banners .chico {
	margin-left: auto;
	margin-right: auto;
	padding:2px 15px;
}

#banners .chico div {
	width: 150px;
	height: 60px;
	margin: 0px;
	margin-left: 24px;
	padding: 0px;
	float: left;
	background: url(../images/pub.jpg) center no-repeat #DDDDDD;
}

/*BANNERS*/




/*DESCRIPCION*/

#descripcion{
	width:auto;
	display:block;
	float:left;
	padding:2px 2px 0px 2px;
	background:#eee;
	text-align:center;
	border:3px solid #ccc;
}

#descripcion p{
	display:block;
	float:left;
	padding:2px 5px 0px 5px;
	text-align:left;
	font-size:0.9167em;
}

#chico p{
	margin:5px;
	font-weight:bold;
	color:#B6220F;
}

#chico ul{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}

#chico li{
	width:auto;
	height:auto;
	border:2px solid #ccc;
	margin:3px;
	padding:0px;
	list-style:none;
	display:block;
	float:left;
}

#chico img{
	padding:5px 5px 0px 5px;
}


/*FINDESCRIPCION*/




/*PIE*/

#pie{
	background:#1D1D1D;
	height:60px;
	padding:10px;
	margin:0px;
}

#pie img{
	margin:10px;
	float:right;
}

#pie p{
	margin:15px;
	color:#FFFFFF;
	font-size:1.1667em;
	font-weight:bold;
	float:left;
}

/*FINPIE*/




/*VARIOS*/

#columna1, #columna2, #columna3{
	border:4px solid #eee;
	padding:2px;
	height:auto;
	margin: 15px 1px 5px 1px;
}

#columna1, #columna2, #columna3{
	height:auto;
}

img.logo{
	margin:33px;
	float:left;
	display:inline;
}

h2{
	width:100%;
	height:auto;
	line-height:30px;
	background:#B6220F url(../gfx/menu_hover.jpg) center repeat-x;
	display:inline-table;
	font-size:1.1em;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	margin:0px;
	margin-bottom:5px;
	text-transform:uppercase;
}

h3{
	width:675px;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #CCCCCC;
	display:inline-table;
	font-size:1.3333em;
	color:#B6220F;
	font-weight:bold;
	padding-left:25px;
	margin:0px;
	margin-bottom:2px;
	text-transform:uppercase;
}

.loginh3{
	width:580px;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #CCCCCC;
	display:inline-table;
	font-size:1.3333em;
	color:#B6220F;
	font-weight:bold;
	padding-left:25px;
	margin:0px;
	margin-bottom:2px;
	text-transform:uppercase;
}

.bigh3{
	width:900px;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #CCCCCC;
	display:inline-table;
	font-size:1.3333em;
	color:#B6220F;
	font-weight:bold;
	padding-left:25px;
	margin:0px;
	margin-bottom:2px;
	text-transform:uppercase;
}

h3 span{
	float: right;
	font-size: 1em;
	text-transform: none;
	margin-right: 15px;
}

.w50{
	width:80px !important;
	width:78px;
	margin:5px;
	border:#666 1px solid;
}
/*FINVARIOS*/

/*Formulario de Contactos*/
.form { padding:5px; width:100%;}
.form 
.textarea { height: 200px; }
.input_bg{ background:url(imgs/bg_input.jpg) top left no-repeat; 	border:1px solid #999;
	border-bottom-color:#333333;
	border-right-color:#333333; width:60%; padding:5px; margin:5px; }
.input_padding5{ 	border:0px;
	background:url(../gfx/news.png) center no-repeat;
	width:83px;
	height:25px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	padding-bottom:3px;
	margin:5px;
}
#form_tx{ text-align:left; padding-left:10px; width:100%; margin:auto; font-size:1em; }

/* Fin Formulario */

/* Clasificados */
.titulo {
	padding:10px;
	margin:0px;
	display:block;
	width:676px;
	float:left;
	background: url(../gfx/menu.jpg) repeat-x center;	
	border:2px solid #eee;
}

.lista {
	padding: 10px;
	margin: 4px;
	background: #FAFAFA;
}

.lista div.titulo {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	margin-right: 15px;
	width: auto;
	float: none;
}

.detalles{
	display:block;
	width:674px;
	float:left;
	height:auto;
	background: #fff;
	border:2px solid #eee;
	margin:2px !important;
	margin-left:0px;
	padding:5px 10px 0px 10px;
}

.titulo_chico{
	padding:10px 5px 5px 5px;
	border:1px solid #ccc;
	height:26px;
	background:url(../gfx/menu.jpg) repeat-x center;
	line-height: 20px;
}

.detalles_chico{
	padding:5px 5px 0px 5px;
	border:1px solid #ccc;
	border-left: 4px solid #ccc;
	margin: 2px 0px 2px 0px;
}

.detalle_completo{
	display:block;
	width:672px;
	float:left;
	height:auto;
	background: #fff;
	border:2px solid #ccc;
	border-left:6px solid #ccc;
	margin:2px !important;
	margin-left:0px;
	padding:4px 8px 0px 8px;
}

.detalle_campos{
	display:block;
	width:674px;
	float:left;
	height:auto;
	background: #fff;
	border-bottom:2px solid #eee;
	margin:2px !important;
	margin-left:0px;
	padding:5px 10px 0px 10px;
}

.negrita_gris{
	color:#333;
	font-weight:bold;
}

span.error, span.msg{
	width:400px;
	margin:40px auto;
	display:block;
	color:#CC0000;
	font-size:1.1667em;
	background: #FFCCCC;
	border:#CC0000 1px solid;
	padding: 10px;
}

span.msg {
	border:#000000 1px solid;
	background: none;
	color: #333333;
	text-align: center;
}

span.foto {
	padding: 3px;
}

span.nuevo, span.usado {
	font-weight: bold;
}

span.nuevo {
	color: #49A70A;
}

span.usado {
	color: #288FE5;
}

.ads_728 {
	margin: 10px;
}

.ads_728 div {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

.filtro_marca, .filtro_modelo {
	display: none;
}

#pie a{
	color:#FFFFFF;
	font-weight: normal;
	font-size:0.8333em;
	text-decoration:none;
}

#pie a:hover{
	text-decoration:underline;
}

/* Tag Cloud */

#cloud_tag { text-align: center; }
.cloud_1 a:link, .cloud_1 a:hover, .cloud_1 a:active, .cloud_1 a:visited { font-size: 0.8em; }
.cloud_2 a:link, .cloud_2 a:hover, .cloud_2 a:active, .cloud_2 a:visited { font-size: 1em; }
.cloud_3 a:link, .cloud_3 a:hover, .cloud_3 a:active, .cloud_3 a:visited { font-size: 1.3em; }
.cloud_4 a:link, .cloud_4 a:hover, .cloud_4 a:active, .cloud_4 a:visited { font-size: 1.6em; }
/*.cloud_5 a:link, .cloud_5 a:hover, .cloud_5 a:active, .cloud_5 a:visited { font-size: 24px; }*/

/* Fin Tag Cloud */