body {
font-family: Roboto,"Helvetica Neue",Arial;
}
body,html{
    height:50%;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.jumbotron2{
    background-color: #ffffff;
}

.display-textidioma {
	text-align:center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}


.fondopaginasaudio{
    background-color: #e9ecef;
}


.centered{
margin:0 auto;
}

.grisidioma{
color: #555555;
}

.textonormal{
color:#9B9B9B;
font-size: 0.85rem;
line-height: 1rem;
}

footer {
    position: fixed;

    bottom: 0;
    width: 100%;
	display:grid;
	margin: 0 auto;
}

/*para desabilitar los enlaces*/
a.disabled {
  pointer-events: none;
  cursor: default;
}

/* para el icono de lectura que salga la mano*/
#lanzamodal:hover {
      cursor: pointer;
}

/* para el menu desplegable */
.bmn__wrapper {
    background-color: #e6e6e6;
}

.bmn-item:hover a, .bmn-item.active a {
    text-decoration: none !important;
    color: #ffffff !important;
	font-weight:bold !important;
}

.bmn-item {
    padding: 0px 0 !important;
 
}

.display-textomenu {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 2;
	color: #555555;
	font-family: Roboto,"Helvetica Neue",Arial;

}

.item-contenedorbandera{
	width:90%;
}
.item-bandera{
	
	float:left;
	width:33.3%;
}