	
	h1{
  color:white;
 font-family: "Noto Serif";
 font-size: 30;
 text-align: center;
 text-align: none;
 
}
	h2{
	color:white;
	
}
	h3{
	color:peru;
	font-size: 20px;	
}

a{
	color: black;
	text-align: center;
	
	text-decoration: none;
	font-family: 'Noto Serif';
    font-size: 50px;
	
}
#la{
	color: white;
	
	text-decoration: none;
	font-family: 'Noto Serif';
    font-size: 20px;
	
}
#v{
	color: white;
	
	text-decoration: none;
	font-family: 'Noto Serif';
    font-size: 20px;
	text-align: center;
	
}


#tabla{
	background-color: white;
	border: 8px dashed white;
	border-radius: 10px;
	background-size: black;
	text-align: center;
	

	
}
input{
	color: green;
	
	}

	body {
  /* Fondo */
  background-image: url("imagenes/fondo.jpg");
  background-repeat: no-repeat;        /* No repetir */
  background-size: cover;              /* Que cubra todo */
  background-attachment: fixed;        /* Se queda fijo al hacer scroll */
  background-position: center;         /* Centrado */
  margin: 0;                           /* Quita márgenes automáticos */
  padding: 0;
  font-family: 'Noto Serif', serif;    /* Fuente que cargaste */
}

#us,#ap,#co,#contra,#est,#ge,#procesar{
	background-color: #0ab7d6;
	border-color: black;
	border-radius: 30px;
}
 body{
        background: linear-gradient(130deg, #2c2c3e, #1b1b29);
       
      }
