html,body {
	height: 99%;
	width: 99%;
}
#map {
	width: 100%;
	height: 100%;
	border: 1px solid black;
	z-index: 1;
}
#text {
	position: absolute;
	top: 15px;
	left: 50px;
	height:300px;
	overflow:hidden;
	/*bottom: 2%;
	left: 2%;*/
	/*width: 150px;
	height: 200px;*/
	z-index: 1101;
	/*background-color: white;*/
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#legend{
	position: absolute;
	bottom: 50px;
	left: 15px;
	width: 175px;
	height: 100px;
	z-index: 20000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	font-size: 12px;
	font-family: Arial;
	/*background-color: #CCCCCC;*/
	background-image: url("../img/legenda_back.png");
	text-align: center;
	padding: 5px;
}

.popChico{
	width:200px;
	height:110px;
}

.popChico h1{
	font-weight:bolder;
	font-size:12px;
	width: auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
	color: #2E9AFE;
}

.popChico p{
	font-size: 12px;
	color: #042f51;
	text-align: center;
}

#search_anios{
	width: 35px;
	text-align: center;
}

#linkIngresar{
	text-decoration:underline;
}

#mas{
	width: 25px;
	height: 25px;
	background-color: #2E9AFE;
	font-weight:bolder;
	font-size: 25px;
	font-family: Arial;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
