body {
	background-color: #333333;
	margin: 0;
	margin-top: 0px;
}
table {
	font-color: #000000;
	background-color: #ffffff;
	border-color: none
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-color: #000000;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: text-top;
	margin-top: 8px;
	margin-bottom: 8px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-color: #000000;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: text-top;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-color: #000000;
	text-align: justify;
	margin-right: 50px;
	margin-left: 10px;
	vertical-align: text-top;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-type: square;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-color: #000000;
	text-align: justify;
	margin-right: 50px;
	margin-left: 10px;
	vertical-align: text-top;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-type: square;
}


.boton {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	text-align: center;
}

.texto_boton {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-color: #6e3c23;
}

a.texto_boton:link {
	text-decoration: none;
	color: #666666;
}
a.texto_boton:hover {
	color: #6e3c23;
	text-decoration: none;
}
a.texto_boton:visited {
	color: #666666;
	text-decoration: none;
}
.texto_footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
}
a.texto_footer:link {
	text-decoration: underline;
	color: #000000;

}
a.texto_footer:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
	color: #6e3c23;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	color: #6e3c23;
}
#form1 #realname {
	border: 1px solid #999999;
}
#form1 #comentarios {
	border: 1px solid #999999;
}
#form1 #email {
	border: 1px solid #999999;
}
#form1 #subject {
	border: 1px solid #999999;
}