/*<------------------CONTACTO---------------------------->*/

#formu {

background: rgba(202,245,73,1);
background: -moz-linear-gradient(top, rgba(202,245,73,1) 0%, rgba(135,201,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(202,245,73,1)), color-stop(100%, rgba(135,201,69,1)));
background: -webkit-linear-gradient(top, rgba(202,245,73,1) 0%, rgba(135,201,69,1) 100%);
background: -o-linear-gradient(top, rgba(202,245,73,1) 0%, rgba(135,201,69,1) 100%);
background: -ms-linear-gradient(top, rgba(202,245,73,1) 0%, rgba(135,201,69,1) 100%);
background: linear-gradient(to bottom, rgba(202,245,73,1) 0%, rgba(135,201,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caf549', endColorstr='#87c945', GradientType=0 );

            width: 70%;
            font: bold 11px arial, sans-serif;
            text-shadow: 1px 1px 1px #aaa;
            
            border: 1px double #9CC526;
            
}



input[type=text] {
	width: 90%;
	background-color: #FFFFFF;
	border: 1px double #9CC526;
        margin: 3%;
}

textarea.entrada {
	width: 90%;
	background-color: #FFFFFF;
	border: 1px double #9CC526;
        margin: 3%;
}


label{
	color:#000000;
	text-align: left;
        
        padding: 3%;
        
	}
#filap {font: 9px arial, sans-serif;
		
		}

input[type=submit] {
	width: 50%;
	text-align:center;
        margin: 7px;
        font: bold 12px arial, sans-serif;
        text-shadow: 1px 1px 1px #aaa;
        }

.boton {text-align:center;}