*{
	margin: 0px;
	padding: 0px;
}

.contenedorapp{
	padding: 0px;
	display: flex;
}

.principal{
	margin: 0px;
	padding: 0px;
}

.barraherramientas {
   	width: 100%;
   	background-color: #f0f0f0;
   	margin: 0px;
   	padding: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 1000;
}

.botonsup{
	width: 22px;
/*	height: 22px;*/
	margin-left: 18px;
	padding: 0px;
	text-align: center;
	color: #000;
}

.botonsup img{
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.botonsup img:active{
	width: 16px;
	height: 16px;
}

.separador1{
	width: 20px;
	height: 10px;
}

.botontext{ 
	display: flex;
	margin-left: auto;
	font-size: 20px;
	text-decoration: none;
}

.vertical-menu{ 
	background: #f0f0f0;
	width: 110px;
	height: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

.titulo{
	height: 22px;
	margin-left: 12px;
	font-size: 20px;
	font-weight: 500;
	text-decoration: underline;
}

.botonder{ 
	width: 70px;
	height: 55px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
	border: none;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.botonder img{ background-color: #f0f0f0;
	width: 70px;
	height: 55px;
	border-radius: 5px;
	margin: 0px;
	padding: 0px;
}

.botonder img:active{
	width: 60px;
	height: 45px;
}

.footer-class{
	position: fixed;
    bottom: 0px;
    width: 99%;
    height: 30px;
    border: 2px solid gray;
    margin: 5px;
    padding: 1px;
    display: flex;
    background-color:#f5f5f5;
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: .9;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.relleno{
	width: 25px;
	height: 110px;
}

.principal{
	width: 100%;
	height: 90%;
}

.pieindex{
	background-color: #f5f5f5;
	right: 5px;
	position: absolute; 
	z-index: 2;
}

@media (max-width: 950px){
	.vertical-menu{ 
		width: 80px;
	}

	.titulo{
		font-size: 18px;
		font-weight: 500;
	}
	
	.botonder{ background: #000;
		width: 60px;
		height: 45px;
	}
	
	.botonder img{
		width: 60px;
		height: 45px;
	}
}

@media (max-width: 750px){
	.vertical-menu{ 
		width: 70px;
	}

	.titulo{
		height: 22px;
		font-size: 16px;
		font-weight: 400;
	}
	
	.botonder{ background: #000;
		width: 50px;
		height: 35px;
	}
	
	.botonder img{
		width: 50px;
		height: 35px;
	}
}

@media (max-width: 360px){
	.vertical-menu{ 
		width: 45px;
	}
}












