.foto_prod {
	float: right;
	height: 150px;
	border: 2px solid #333333;
	margin: 13px;
}

#map {
	float: right;
	width: 205px;
	height: 150px;
	border: 2px solid #333333;
	margin: 13px;
}


#fotos_productores {
	width: 100%;
	clear: both;
	margin-bottom: 50px;
	text-align:center
}

#lista_productores {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 8px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
}
#lista_productores li {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #FF6600;
	text-align: left;
	margin-bottom: 2px;
	padding-bottom: 5px;
}

#lista_distr{
	list-style-type: none;
	margin-left: 0px;
	margin-top: 8px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
}
#lista_distr li{
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #737373;
	text-align: left;
	margin-bottom: 2px;
	padding-bottom: 5px;
}
#lista_tiendas {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
}
#lista_tiendas li {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #FF6600;
	text-align: left;
	margin-bottom: 2px;
	padding-bottom: 5px;
}


/*---------------------------------*/


 .acordeon {
	margin-top: 8px;
	width: 270px;
}

.titulo {
	margin: 0;
	font-size: 13px;
	color: #999999;
	background-color: #fff;
	cursor: pointer;
	font-family:"Trebuchet MS";
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}



.seleccionado {
	background-color: #888;
	color:#fff;
}

.contenido {
	background-color: #f2f2f2;
	font-family:"Trebuchet MS";
	font-size:12px;
	
}

