body{
	background-color: white;
/*	background-color: #e9ebee; */
}

 div#top{
 	margin-top: 59px;
 	width: 100%;
 	height: 120px;
	background-color:#d5f8d5 ; 
 	/*background-color: lightgray;*/
 	display: flex;
 	align-items: center;
	font-size: 200%;

 }
 div#top-espacio{
 	flex:0.5;
 	margin-top: 130px;
 }
 div#top-logo{
 	height:90%;
 	width: 70px;
 	margin-right: 2%;
	margin-top: 7px;
	
 }
 div#top-name{
 	flex:1;

 }

 div#med{
/* 	margin-left: 10%;
 	width: 80%;*/
 }
 div#cuerpo{
 	display: flex;
 	align-items: center;
 }
 div#datos{
 	flex: 1;
 }

 div#cheks{
 	/*border-top: 1px solid black;*/
 }
 div#desc{

	word-break: break-word;
 }
 img.gal{
 	width: 200px;
 	margin-left: 10px;
 }


 #img_gear:hover{
		content: url("img/engranaje2.png");
}


 div#mi-mapa{
 	height: 65vh;
 	max-height: 320px;
 	margin-top: 30px;
 	margin-bottom: 30px;
 	margin-left: 50px;
 	margin-right: 50px;

}
#listado{
	border-right:2px solid blue;
	height: 90vh;
	overflow: hidden;
}

.i_quitar_foto{
	border: 1px solid;
	background-color: lightgrey;
	position: relative;
	top:20px;
	cursor: pointer;
}