body {
	font-family: georgia, times, serif;
}

h1 {
	margin: 5px;
	color: #A29458;
}

h2 {
}

td {
	padding: 10px;
}

textarea {
	width: 100%;
	height: 2cm;
}

input.small { 
	width: 4cm;
}

input.wide {
	width: 100%;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.segundoTr {
	background-color: #f0f0f0;
}

.errormsg {
	font-style: italic;
	font-size: small;
	color: #aa0000;
}

#main_title {
	border: 1px dotted black;
	background-color: #F0F0F0;
	display: block;
	position: relative;
	left: 5%;
	width: 90%;
	text-align: center;
}

#section {
	width: 100%;
}

#content {
	width: 90%;
	position: relative;
	left: 5%;
}

#error_messages {
	border: 1px solid red;
	background-color: #ffffd7;
	display: block;
	position: relative;
	left: 5%;
	width: 90%;
	text-align: left;
	padding: 5px;
}