#map_canvas {
	width: 100%;
	height: 270px;
	width: 400px;
	float: left;
	position: relative;
	z-index: 30 !important;
	
}
#locations {
	list-style: none;
	width: 250px;
	float: left;
}
#locations li {
	padding: 10px;
	width: 200px;
	float: left;
	position: relative;
	z-index: 20;
}
#locations li:hover, #locations li.hover {
	background: #ff0000 url(images/shadow.png) 128px 0 repeat-y;
}
#locations li:hover h3, #locations li.hover h3 {
	text-shadow: 0 1px 0px rgba(255,255,255,0.3);
}
#content {
	width: 300px;
}
#more-info {
	width: 250px;
	float: right;
	background: #fe0101;
	padding: 10px;
	height: 250px;
}
#more-info * {
	position: relative;
	z-index: 40;
}
#more-info > div{
background:#ffffff;
/*box-shadow*/
-webkit-box-shadow:0 0 14px rgba(70,49,1,0.5);
   -moz-box-shadow:0 0 14px rgba(70,49,1,0.5);
        box-shadow:0 0 14px rgba(70,49,1,0.5);
padding:20px;
height:210px;

}

.longdesc {
	display: none;
	color:#000000;
}
.tamesp {
	margin-bottom:10px;
}

.mapa{color:#000000;}
p{color:#000000;}