/* CSS Document */
.ul_lista_nuevos
{
	list-style-type:none;
}
.lista_nuevos
{
	border:1px; 
	border-color:#0000FF; 
	border-style:outset; 
	padding:5px; 
	text-align:center;
}
.lista_nuevos:hover
{
	border:1px; 
	border-color:#0000FF; 
	border-style:outset; 
	padding:5px; 
	background-color:#FFFFFF;
}
.enlace_nuevos
{
	font:Verdana; 
	font-size:10px; 
	width:170px;
	color:#0066FF;
}
.enlace_nuevos:hover
{
	font:Verdana; 
	font-size:10px; 
	width:170px;
	color:#0000FF;
}


#combustible
{
	width:205px;
}
#marca
{
	width:205px;
}
#modelo
{
	width:205px;
}
#provincia
{
	height:50px;
}
#formulario_index
{
	position:relative;
	border:1px;
	border-style:solid;
	border-color:#0080FF;
	left:10%;
	width:500px;
	margin-top:3%;
		font-family:Verdana;
		background-color:#f4f4f4;
}

#buscar
{
	width:100%;
	
	
}
.buscar_izquierda
{
	float:left;
}
.buscar_derecha
{
	
}
.tabla_izquierda
{

}
.tabla_derecha
{
	
}

input
{
	width:30%;
	
}
#formulario
{
	clear:both;
	float:left;
}


