.contacto{
font-family: sans-serif;
    font-size: 12px;
    color: #798e94;   
   border: 1px solid #CED5D7; /**/
    border-radius: 6px;
    padding: 20px 20px 30px 40px;
    margin-top: 0px;
    background-color:-webkit-linear-gradient ( #FFFFFF);
    box-shadow: 0px 5px 20px #8DC043, 0 0 0 3px #BBD57F inset; /*aqui se cambia a verde*/
    opacity:0.90;
  
	
	}
.contacto label{
    display: block;
    font-weight: bold;
}
.contacto div{
    margin-bottom: 10px;
}
.contacto input[type='text'], .contacto textarea{
    padding: 6px 6px;
  /*  width: 150px;*/
    border: 1px solid #BBD57F;	 
    resize: none;
    box-shadow:0 0 0 1px #BBD57F;
    margin: 3px 0;
   
}
.contacto input[type='email'], .contacto textarea{
    padding: 6px 6px;  
    border: 1px solid #BBD57F;	 
    resize: none;
    box-shadow:0 0 0 1px #BBD57F;
    margin: 3px 0;
     
}
.contacto input[type='text']:focus, .contacto textarea:focus{
    outline: none;
    box-shadow:0 0 0 1px #BBD57F;
}
.contacto input[type='submit']{
    border: 1px solid #CED5D7;
    box-shadow:0 0 0 3px #EEF5F7;
    padding: 8px 8px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0px white;
 
    background:#BBD57F;
background:-webkit-gradient(linear,left top,left bottom,from(#BBD57F),to(#eaeaea));
background:-moz-linear-gradient(left top,left bottom,from(#BBD57F),to(#eaeaea));
}
.contacto input[type='submit']:hover{
    background: #BBD57F;
    background: -moz-linear-gradient(top, #edfcff 0%, #BBD57F 100%);
    background: -webkit-linear-gradient(top, #edfcff 0%,#BBD57F 100%);
    outline: none;
}
.contacto input[type='submit']:active{
    background: #8DC043;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #8DC043 100%);
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#8DC043 100%);
}

.contacto input[type='reset']{
    border: 1px solid #CED5D7;
    box-shadow:0 0 0 3px #EEF5F7;
    padding: 8px 8px;
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0px white;
 
    background:#BBD57F;
background:-webkit-gradient(linear,left top,left bottom,from(#BBD57F),to(#eaeaea));
background:-moz-linear-gradient(left top,left bottom,from(#BBD57F),to(#eaeaea));
outline: none;
}
.contacto input[type='reset']:hover{
    background: #BBD57F;
    background: -moz-linear-gradient(top, #edfcff 0%, #BBD57F 100%);
    background: -webkit-linear-gradient(top, #edfcff 0%,#BBD57F 100%);
    outline: none;
    
}
.contacto input[type='reset']:active{
    background: #8DC043;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #8DC043 100%);
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#8DC043 100%);
    outline: none;
}

