/* CSS Document */
body {
	font-family: Calibri, "Segoe UI", Tahoma, Arial, Sans Serif;
}
 
form {
	margin: 5px auto;
	padding: 30px 50px;
	width: 350px;
	border: 0;
}

label {
	display: block;
	text-align:left;
	font-weight: bold;
}
 
.campo {
	height: 18px;
	width:100%;
	margin: 10px 0;
	border:0;
	background-color: #C2AE8A;
	padding: 3px;
	color: #fff;
	font-size: 12px;
}
 
.campo:hover {
	background-color: #C8B696;
}
 
.comentario {
	font-family: Calibri, "Segoe UI", Tahoma, Arial, Sans Serif;
	width:100%;
	height:150px;
	border:0;
	background-color: #C2AE8A;
}
 
.comentario:hover {
	background-color: #C8B696;
}
 
.boton {
	width: auto;
	height: 35px;
	padding: 0 20px;
	background: url(../images/FondoBoton.gif) repeat-x top center;
	border: 0;
	font-weight:bold;
	color:#fff;
	float:right;
	margin-left:5px;

}

.boton:hover {
	background: url(../images/FondoBotonOver.gif) repeat-x top center;
}

