body
{
  background-color:#f2f2f2;
  font-family: 'Roboto', sans-serif;
 overflow-x: hidden;
}

.fondo_transparente
{
  background-color:rgb(0 0 0 / 70%);
}

.fondo_celeste
{
  background:rgba(0, 160, 225, 0.6);
}

.todo0
{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fondo_de_pantalla
{
  background-image: url("../imagenes/bg-1.jpg");
  /*min-height: 500px;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.letra_celeste
{
  color: #29ABE2;
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.table-hover tbody tr:hover {
background-color: #29ABE2;
}
