@charset "utf-8";
/* CSS Document */

.campoImput {
	background-color: #fbf7f1;
	height: 18px;
	width: 170px;
	border: 1px solid #c1bcba;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3A2910;
	padding-right: 5px;
	padding-left: 5px;
}
.campoComentarios {
	background-color: #fbf7f1;
	width: 400px;
	border: 1px solid #c1bcba;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3A2910;
	padding-right: 5px;
	padding-left: 5px;
}
.posicionBoton {
	text-align: center;
	margin-right: 50px;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-weight: bold;
	color: #3A2910;
}

