@charset "utf-8";
/* CSS Document */
.bg-dark {
    background-color: cornflowerblue!important;/*este es el fondo que he puesto*/
}
.jumbotron /*este es mi otro fonfo*/{ background-image:url(
	"../img/radiation-7038729_1920.png");background-size: 100%; background-position: center;}
.lead{color: black;font-weight: bold;padding-top: 35px;}
.fausto {color: #fff;
  background-color: white;
  border-color: wheat;
}
.fausto:hover {
  color: #BB2326;
  background-color: white;
  border-color: black;
}
body { background: white; }
.texto {font-weight: 700;margin-top: 5px;}
.fondonuevo { background-color: #FFFFFF;}
ul.fondonuevo li {background-color: white;}