body,html {
	font-family: 'Droid Sans', 'Helvetica', Arial, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type:none;
	cursor:pointer; 
	width:90%px;	
	padding:0;
	margin:auto;
}

ul li {
	color:black;
	padding:10px;
	display:block;
	border:1px solid #8F8F8F;
	background-color:#F3F0F0;
	font-size:11px;
}

ul li:hover {
	background-color:#D0D0D0;
}


#contenedor { 
width: 100%; 
height:100%;
} 


#principal{ 
    width: 100%; 
	height:100%;
} 

#menu{ 
    width: 200px; 
	height:70%;
	border-bottom:1px solid grey;
	float:left;
	position:relative;
	overflow:auto;
} 

#consola{ 
    width: 200px; 
	height:30%;
	bottom:0px;
	position:absolute;
	overflow:auto;
	font-size:12px;
} 

#map{
	position:absolute;
	background-color:grey;
	width:85%;
	height:100%;
	left:200px;
}

