* {
			  -webkit-box-sizing: border-box;
			  -moz-box-sizing: border-box;
			  box-sizing: border-box;
			}
			a {
			  text-decoration: none;
			  focus: none;
			  font-size: 14px;
			}
			p {
			  color: #333;
			  font-size: 14px;
			  font-family: Arial;
			  line-height: 22px;
			}
			h1 {
			  font-family: Arial;
			  font-size: 25px;
			  font-weight: 300;
			}
			h2 {
			  color: #666;
			  font-family: Arial;
			  font-size: 20px;
			  font-weight: 700;
			}
			h3 {
			  color: #666;
			  font-family: Arial;
			  font-weight: 300;
			  font-size: 20px;
			}
			.Content {
			  width: 100%;
			}
			.Content-form {
			  padding-top: 30px;
			  margin: 0px auto;
			  width: 100%;
			}
			.Formulario {
			  <!--border: 5px solid #1a4029;
			  border-radius: 10px;
			}
			.Formulario-int {
			  padding: 10px 20px 30px 20px;
			}
			.Formulario-int h2 {
			  text-align: center;
			  text-transform: uppercase;
			  color: #22804a;
			}
			.Forms {
			  width: 100%;
			}
			.Forms input {
			  display: block;
			}
			.Forms label {
			  font-size: 12px;
			  color: #999;
			  font-family: Arial;
			  display: block;
			  margin-bottom: 6px;
			}
			.Forms input[type=text] {
			  padding: 5px;
			  border: none;
			  border: 1px solid #ddd;
			  border-radius: 3px;
			  background: #f2f2f2;
			  height: 37px;
			  font-size: 14px;
			  margin-bottom: 10px;
			  width: 60%;
			}
			.Forms input[type=number] {
			  padding: 5px;
			  border: none;
			  border: 1px solid #ddd;
			  border-radius: 3px;
			  background: #f2f2f2;
			  height: 37px;
			  font-size: 14px;
			  margin-bottom: 10px;
			  width: 60%;
			}
			.Forms input[type=email] {
			  padding: 5px;
			  border: none;
			  border: 1px solid #ddd;
			  border-radius: 3px;
			  background: #f2f2f2;
			  height: 37px;
			  font-size: 14px;
			  margin-bottom: 10px;
			  width: 60%;
			}
			.Forms select {
			  padding: 5px;
			  border: none;
			  border: 1px solid #ddd;
			  border-radius: 3px;
			  background: #f2f2f2;
			  height: 37px;
			  font-size: 14px;
			  margin-bottom: 10px;
			  width: 60%;
			}
			.Forms input[type=submit] {
			  padding: 5px;
			  color: #fff;
			  border: none;
			  font-weight: 900;
			  cursor: pointer;
			  border-radius: 3px;
			  background: #22804a;
			  height: 37px;
			  font-size: 14px;
			  margin-top: 15px;
			  width: 100%;
			}
			.Forms input[type=date] {
			  padding: 5px;
			  border: none;
			  border: 1px solid #ddd;
			  border-radius: 3px;
			  background: #f2f2f2;
			  height: 37px;
			  font-size: 14px;
			  margin-bottom: 10px;
			  width: 60	%;
			}
			@media screen and (max-width: 1024px) {
			  .Formulario {
			    width: 100%;
			  }
			  
}
table 
{     
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;    
margin: 45px;      
text-align: left;    
border-collapse: collapse; 
border: 5px solid #1a4029;
width: 90%;
}

th,td 
{    
	   
	background: #e8edff;     
	border-bottom: 1px solid #fff;
    color: #669;    
	border-top: 1px solid transparent; 
	caption-side: bottom;
}

tr:hover td 
{ 
	background: #d0dafd; 
	color: #339; 
}