.campo {
background: #F1F1F1;
border: 1px solid #999999;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 5px;
width: 100%;
}
.campo:focus {
background: #FFFFFF;
}