@charset "utf-8";

/*formularios*/
.dashed {
width:90%;
border:#ccc dashed 1px;
padding:20px;
}
label {
display:block;
font-weight:bold;
margin-bottom:5px;
}
.campo{
margin-bottom:20px;
}

#info input[type="text"], #info textarea { /*width of text boxes. IE6 does not understand this attribute*/
border:#333;
border-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
width:300px;
}
input:focus, textarea:focus { 
background-color:#ccc; 
}
input[name="Enviar"], input[name="Send"]{ /*E6 does not understand this attribute*/
margin:20px 0 0 0;
}
/*fin formularios*/