* {
	padding: 0px;
	margin: 0px;
}


body{

	background-color: #347a38;
}


.corpo {
	background-color: #fff;
	text-align: center;
}


.corpo img{
	max-width: 100%;
 	height: auto;
}

.corpo h1{
	color:#347a38;

}

.corpo h3{
	color: #c22630;

}


.rodape{
	color:#347a38;
}


/* INICIO FORMULARIO*/



.formulario input{
    color:  #c22630;
    width: 100%; 
    height: 40px; 
    background-color:#fff; 
    padding: 6px; 
    border-bottom: 3px solid #c22630; 
    margin: 7px 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline:none
}

.formulario textarea{
    color:  #c22630;
    width: 100%; 
    height: 100px; 
    background-color:#fff; 
    padding: 6px; 
    border-bottom: 3px solid #c22630; 
    margin: 7px 10px;
    border-right: none;
    border-left: none;
    border-top: none;
    outline:none
}

.formulario input[type="submit"]{

    font: arial;
    color: #fff;
    margin-bottom: 150px;
    width: 100px; height: 40px; 
    background-color:#c22630;


    padding: 6px;
    border: 3px solid #c22630; margin: 7px 10px;
    font-weight: bold;
    text-transform: uppercase;
    outline:none
    


}
/* FIM FORMULARIO*/


footer {
    position: relative;

    
  	 bottom: 0px;
 
}
