.div-cabeza{
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(0,64,255,1.0);
	color: #FFF;
}

.btn-habilita{
	border: solid 2px rgba(0,64,255,1.0);
	background:rgba(0,64,255,0.7); /*rgba(169,206,207,0.7);*/
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
.btn-habilita:hover{
	border: solid 2px rgba(0,64,255,1.0);
	background: rgba(0,64,255,1.0);
}
.tituloAlertaInformativa{
	background: rgba(228,221,132,1.00);
}
.div-redondo{
	border-radius: 15px 15px 15px 15px;
}
.modalFuera, .contenido-centrar {
  position: fixed;
  /*top:0px;*/
  left: 0px;
  background: rgba(0,0, 0, 0.7 ); /* rgba(166,80,157,0.9);/* linear-gradient(90deg, rgba(0,175,239,0.9) 0%, rgba(59,96,170,0.9) 50%, rgba(166,80,157,0.8) 100%, rgba(166,80,157,0.6) 100%);*/
  color: #fff;
  /*border-radius: 5px 5px 5px 5px;*/
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.4s;
  /*padding-bottom: 30px;*/
  align-content: center;
  align-items: center;
}
.btn-si{
	background: rgba(49,138,221,.8);
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid  rgba(49,138,221,1.0);
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	cursor: pointer;
	
	
}
.btn-si:hover{
	background: rgba(49,138,221,1.0)
}
.btn-no{
	background:rgba(196,195,27,.8) ;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid  rgba(196,195,27,.8);
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	cursor: pointer;
	
	
}
.btn-no:hover{
	background:rgba(196,195,27,1.0) ;
}

.escondeModal {
  top: -20000px;
}
.esconderModal {
  top: -20000px;
}
.verModal {
  top: 0px;
}