

	 body{background:black;
	 font-family: "Courier New";
	 font-weight: bold;
	
	  }
	  
	 h1 {

		color:yellow;   
		font-family: "Courier New";
		font-weight: bold;
		font-size: 160%;
		

	 }

	p{
		color:white;     
		font-size: 130%;
	}	  
	/*menu*/

nav {background:grey;
    color:yellow;
}
nav ul {
    margin: 5px;
    padding: 10px;
    list-style: none;
    padding-right: 15px;
}


nav ul li {
    display: inline-block;
    line-height:25px;
}


nav ul li a {color:white;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}


	a {
		font-family: "Courier New"; 
		color: white;   
		font-size: 20px;		
	}
	  label {
		font-family: "Courier New";
    font-weight: bold;
		color:grey;
		display: block;
		margin: 0px 0px 5px 0px;
	  }

	   fieldset {
		font-family: "Courier New";
		color:yellow;
		font-weight: bold;
		margin-top: 15px;  
		border-radius: 5px;  
	  }

	.form_style{
		border-radius:20px;
		background-color:white;
		padding-top:1px
		width:70%;
		align: center;
	}


	.form_style label > p{
	  font-family: "Courier New";
	   width: 50px;
		font-weight: bold;
		float: left;
		padding-top: 8px;
		padding-right: 5px;
	}

	
	nav {
	  font-family: "Courier New";
		float: left;
		width: 20%;
		clear: left;
		min-height: 400px;
	}
	

/*section*/
section {color:white;

  float: left;
  width: 530px;
  margin-top: 15px;
  padding:0 20px 0 20px;
}
#datos{
  border-radius:10px;
  width:700px;
      padding-left:55px;
      padding-right:55px;
      margin-left:50px;
      margin-right:50px;
      background-color:black; 
      }


	footer {
	  font-family: "Segoe Script";
	  font-weight: bold;
		clear: both;
		padding-top: 60px;
		margin-top: 900px;
		text-align: center;
	}

  