#contenidos {
	clear:both;
	width: 940px;
	height: 385px;
	margin: 0 auto;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-image:url(../imagenes/fondo-contenedor.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#columna1 {
	float:left;
	width: 490px;
	height: 375px;
	margin: 5px;
}

#columna1 h1 {
	font-family: "Trebuchet MS";
	color:#F72D00;
	font-size: 16px;
	font-weight:bold;
	border-left: 5px solid #000;
	padding-left:5px;
	margin-bottom: 10px;
	
}


#somos {
	width: 490px;
	height: 120px;

}

#somos p {
	font-family: "Trebuchet MS";
	color:#000;
	font-size: 12px;
	font-weight:bold;
	
}

#somos a {
	color:#000;
	font-weight:bold;
}

#somos a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#resultados {
	width: 490px;
	height: 265px;
	
}

#resultados a {
	color: #000000;
	text-decoration:underline;
}

#resultados a:hover {
	color: #000000;
	text-decoration:none;
}

.precio {
	color:#F72D00;
}

.resultado1 {
	float: left;
	width: 235px;
	border-right: 1px solid #000;
	font-size: 12px;
	padding-right: 5px;
}

.resultado2 {
	float: right;
	width: 235px;
	font-size: 12px;
}

.localidad {
	font-size: 10px;
}

.resultado_imagen {
	float: left;
	margin-right: 5px;
	width: 100px;
	height: 100px;
}

#columna2 {
	float:left;
	width: 430px;
	height: 385px;
	
}

#titulo {
	width: 430px;
	height: 20px;
	background-color:#000000;
	padding-left: 10px;
}
#titulo h1 {
	
	font-family: "Trebuchet MS";
	color:#F72D00;
	font-size: 16px;
	font-weight:bold;
	padding-left:10px;
	border-left: 5px solid #fff;
}

#buscador {
	width: 430px;
	height: 355px;
	border-left: 1px solid #000;
	margin-top: 5px;
}


#buscador form {
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight:bold;
	color:#F72D00;
	margin: 5px;
	padding:5px;
	
}

#buscador select {
	width:140px;
	margin: 2px;
	margin-left: 5px;
}
 
.boton-form {
	background-color: #F72D00;
	color: #fff;
	font-weight:bold;
	font-size: 14px;
	border: 1px solid #F72D00;
	margin-top: 5px;
}