h3
{
	display: block;
	width: 80px;
	height: 24px;
	color: white;
	background-image: url(../imagenes/promo.png);
	text-align: center;
	margin-left: 10px;
	font-size: 13px;
	padding-top: 5px;
	margin-bottom: -10px;
}	



#panel
{
	float: left;
	width: 300px;
	height: 380px;
	font-family: "Tahoma", "Verdana";
	font-size: 14px;
	padding-top: 1%;
} 

#panel ul
{
	list-style: none;
}
#panel li a
{
	text-decoration: none;
	color: #656556;
}

#panel li a:hover
{
	color: #C00000;
}
 
 #map
 {
 	margin-top: 10px;
 	float: left;
 	width: 500px; 
 	height: 430px;
 	background-color: blue;
 }
 
 #map a
 {
 	text-decoration: none;
 	color: #656556;
 }
 
 #map a:hover
 {
 	color: #C00000;
 }