@import 'main.css';

#principal{
	height: 781px;
	background-image: url(../img/what-to-do_fondo.jpg);
	background-repeat:no-repeat;
}
#columna2{
	position:relative;
	z-index: 9;
	top:0px;
	left:215px;
	width:763px;
	height:100px;
	background:transparent url(../img/WHAT-TO-DO-top-panel.png)  no-repeat top left;
	padding:15px 15px 15px 15px;
	float:left;
	overflow: hidden;
}

#texto_principal{
	position:relative;
	/*padding:15px 25px 75px 15px;*/
	margin-top: 10px;
	margin-left: 10px;
	width: 710px;
        height: 120px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#texto_principal h1 {
	font-size:18px;
	margin-top: 0px;
	font-weight:normal;
	margin-bottom: 5px;
}

#column_categories {
	position:absolute;
	left: 215px;
	top: 121px;;
	width:277px;
	height:661px;
	background:transparent url(../img/WHAT-TO-DO-left-panel.png)  no-repeat top left;
	padding:15px 15px 15px 15px;
	overflow: hidden;
}

#gmap {
	position:absolute;
	left: 479px;
	top: 119px;
	width:498px;
	height: 661px;
	background: url(../img/WHAT-TO-DO-map-panel.png) no-repeat top left;
	color:#FFFFFF;
}
#mapa {
	float: left;
	width: 461px;
	height: 619px;
	margin-top: 21px;
	margin-left: 16px;
	position: relative;
	z-index: 30;
}
#legend {
    padding-top: 12px;
    padding-left: 10px;
}
#legend-button {
    margin-left: 10px;
    font-size: 9px;
    cursor: pointer;
}
#legend ul {
    padding: 0px;
}
#legend li {
    list-style-type: none;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.legend_color {
    width: 8px;
    height: 8px;
    margin-top: 3px;
    margin-right: 8px;
    float: left;
}
#eventos {
    position:relative;
    width:240px;
    top:10px;
    bottom:5px;
    overflow:auto;
}
.one-event {
    margin-bottom: 8px;
}
