@charset "utf-8";
/* CSS Document */

#contenedor
{
	height: 565px;
}

#buscador
{
	float:left;
	margin: 0 28px 36px 0;
	
	width: 240px;
	height: 215px;
	
	border: 1px solid #ee9200;
	
	background-color: #f5ebdc;
}
#buscador h3
{
	padding: 8px 0 12px 80px;
	height: 32px;
	
	background-image:url(../img/tubuscador.gif);
	background-repeat:no-repeat;
	
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
}
#buscador form
{

}
#buscador label
{
 	float:left;
	padding: 6px 0 6px 25px;
	width:55px;
	display: block;
}
#buscador select
{	
	float:left;
	
	margin: 5px 0 0 0;
	width: 130px; 
	
	border: 1px solid #ee9200;
	
	font-family: Verdana;
	font-size: 10px;
	font-style:normal;
}
#buscador .buscar
{	
	float:left;
	
	margin:12px 0 0 120px; 
	padding:0 23px 0 0;
	
	width:100px;
	height:25px;
	
	background-image:url(../img/buscar.gif);
	background-repeat:no-repeat;
	
	font-size:12px;
	font-weight:bold;
	
	color:#FFFFFF;
	background-color:#f5ebdc;
	
	border:0;
	
	text-decoration:none;
	text-align:center;
	
	cursor:pointer;
}


#destacados
{
	float:left;

	width: 455px;
	height: 217px;
}
.anuncio_destacado_izq
{
	float: left;

	width: 230px;
	height: 122px;
	
	list-style-type:none;
}
.anuncio_destacado
{
	float: left;

	width: 225px;
	height: 122px;
	
	list-style-type:none;
}
#destacados img
{
	float:left;
	
	padding: 0 5px 5px 0;
	
	width:100px;
	height:75px;
}

.anuncio_destacado_izq p
{
	margin: 0 10px 0 0;/*background-color:#FF0000;*/
}
#destacados a:link, #destacados a:active, #destacados a:visited
{
	float:left; 
	margin: 0;
	padding: 0 5px 0 0;
	color: #000000; /*background-color:#00ff00;*/
} 
#destacados a:hover
{
	text-decoration:none;
}
#destacados .marcamodelo
{
	padding: 0 0 10px 0; /*background-color:#FFCCCC;*/
}


#listafotos
{
	float:left;
	width: 600px;
}
#listafotos li
{
	float: left;
	padding: 0 20px 0 0;
	width: 100px;
	
	text-align: right;
	list-style-type:none;
	font-weight:bold;
}
#listafotos .padding_abajo
{
	padding: 0 20px 15px 0;
}
#listafotos img
{	
	width:100px;
	height:75px;
}

#imagen_anuncio
{
	float:left;
}