body{
	font-family: Arial;
}


.formato{
	font-size: 60px;
}

.fuente1{
	font-size:18px;
}

.fuente2{
	font-size: 16px
}

.nav-link{
	color: black;
}





.navbar{
	max-height: 42px;
}



.navbar1 {
  transform: translateX(-50%);
  left: 250%;
  position: absolute;
}

.navbar2 {
  transform: translateX(-50%);
  left: 950%;
  position: absolute;
}





.colorbar{
	background-color: #F96B13;
}

.footer1{
	position: fixed;    
	left: 0;    
	bottom: 0;    
	width: 100%;    
	background-color: gray;    
	color: white;    
	text-align: center;
}

.selector{
	justify-content: center;
	width: 1152px;
	margin-top: 50px;
	margin-left: 20%;
	margin-right: 20%; 
}


label.titulos{
    font-weight: bold;
    font-size: 16px;

}

.btn-primary{
    background-color: #1779ba;
}


.tables{
    border:3px solid gray;
  }

---------------------------

