/* Configuracion de los divs */

.centrar {
	position: absolute;
	top:50%;
	left:50%;
	width:400px;
	margin-left:-200px;
	height:350px;
	margin-top:-150px;
	border:1px solid #808080;
	padding:5px;
	text-align:center;
}

.contenedor { 
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: auto; 
	z-index:2;
}

.sesion { 
	position: absolute;
	top: 0px;
	left: 60px;
	height: 70px;
	width: auto; 
	overflow-y: none;
	overflow-x: none;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	background: blue; 
	color: yellow;
}

.estadisticas { 
	background: green; 
	color: yellow;
	z-index: 2;	
}

.utilidades { 
	position: absolute;
	top: 75px;
	left: 0%;
	height: 27px;
	width: auto; 
	background: #FFFF; 
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

.opciones { 
	position: absolute;
	top: 100px;
	left: 0%;
	height: 85%%;
	width: auto; 
	background: #FFFF; 
	overflow-y: auto;
	overflow-x: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.infoMD{
	padding-left: 8em;
	text-align: left;
	visibility: hidden;
}

.center{
	text-align: center;
}

.enlace{
  text-decoration: underline;
  color: navy;
}

.lista{
 padding-left: 1em;
}

.boton { 
	position: absolute;
	top: 0px;
	width: 25px; 
	height: 25px;
}

.mapa { 
	position: absolute;
	top: 0%;
	left: auto;
	height: 100%;
	width: auto; 
	background: #FFFF; 
	z-index:3;
}

.body{
	font-family: arial; 
	font-size: 13px; 
	border: 0;
}