* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "trebuchet MS", tahoma, verdana, arial;
	color: #665128;
	background-color: #665128;
	margin: 5px;
}
a {
	color: #665128;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#contenedor {
	background-color: #fff;
	background-image:url(../imagenes/contenedor-fondo.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 5px 0 0 0;
}
#izquierda {
	float: left;
	width: 220px;
}
#logo {
	padding-left: 15px;
}
#menu {
	margin-top: 10px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	padding-left: 20px;
	border-bottom: 1px solid #665128;
}
#menu li a {
	width: 100%;
	color: #665128;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:hover {
	background-color: #ffcc66;
}
.seccion {

}
.seccion_on {
	background-color: #ffcc66;
	background-image: url(../imagenes/menu-fondo.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.seccion_off {
	cursor: pointer;
}
#publicidad-izquierda p, #publicidad-derecha p {
	font-size: 10px;
}
#publicidad-izquierda {
	text-align: center;
	margin-top: 10px;
	padding: 2px;
	background-color: #FFE9B9;
}
#derecha {
	float: right;
	width: 190px;
	padding: 35px 5px 0 0;
}
#publicidad-derecha {
	text-align: center;
	background-color: #FFE9B9;
	padding: 5px;
}
#centro {
	margin-left: 235px;
	margin-right: 225px;
}
#busqueda {
	padding: 15px;
	/*width: 561px;*/
	height: 55px;
	background-image: url(../imagenes/busqueda-fondo.gif);
	background-repeat: no-repeat;
}
#resultados {
	padding: 15px 0 0 15px;
	background-image: url(../imagenes/resultados-fondo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.resultado {
	width: 243px;
	border-bottom: 1px solid #ffe9b9;
	float: left;
	font-size: 12px;
}
.localidad {
	font-size: 10px;
}
.resultado_on {
	width: 243px;
	border-bottom: 1px solid #ffe9b9;
	float: left;
	background-color: #ffe9b9;
	font-size: 12px;
}
.resultado_off {
	cursor: pointer;
	width: 243px;
	border-bottom: 1px solid #ffe9b9;
	float: left;
	font-size: 12px;
}
.resultado_imagen {
	float: left;
	margin-right: 5px;
	width: 100px;
	height: 100px;
}
#paginacion {
	clear: right;
	height: 22px;
}
#pie {
	border-top: 1px solid #665128;
	clear: both;
	text-align: center;
}
