html, body{

	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: helvetica;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#top-header{

	height: 80px;
	width: auto;
	background-color: #1f4e78;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

}

#logo{

	width: 	220px;
	height: 100%;
	background-color: #1f4e78;
 	float: left;
 }

#logo-img{

	width: 	60%;
	margin: 10px 20%;
}

.comando-top{

	height: 80px;
	background-color: transparent;
	margin: 0;
	padding: 0 5px;
	float: left;
	min-width: 80px;
	text-align: center;
	line-height: 80px;
	color: white;
	font-weight: bold;

}

.comando-top:hover{

	background-color: #13334f;
}

#left-body{

	/* 	background-color: #262626;
	 */	
	height: 100%;
	width: 220px;
	float: left;

	border-right: 1px solid #a6a6a6;
	background-color: #262626;
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	overflow-y: auto;

}


#left-bottom-letters{

	color: white;
	text-align: center;
	font-size: 70%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 	220px;


}

#right-body{

	width: all;
	height: 100%;
/* 	background-color: #f2f2f2;
 */
	background-color: black;
	margin-left: 220px;
	position: fixed;
	top: 80px;
	left: 1px;
	right: 0;
}
.comando-left{

	height: 60px;
	line-height: 60px;
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 100%;
	font-weight: lighter;
	border-top: 1px solid #a6a6a6;
	background: red;
    background: -webkit-linear-gradient(#f1f1f1, #d9d9d9);
    background: -o-linear-gradient(#f1f1f1, #d9d9d9);
    background: linear-gradient(#f1f1f1, #d9d9d9); 
    list-style: none;
    float: 	left;
}

.comando-left:hover{

	background: #d9d9d9;


}

.comando-left:first-child{

	border-top: none; /* For browsers that do not support gradients */

}

#right-body-top{

	height: 60px;
/* 	background-color: red;
 */
}
#right-body-bottom{

 	background-color: red;
 	height: 100%;
	 	
}

#mapa{

		height: 100%;
		width: 100%;


}