*{padding: 0; margin: 0;}
body {
 background-color: #532900;
}
body,td,th {
	font-size: 15px;
	color: #003300;
	font-family: Georgia, Times New Roman, Times, serif;
}
h1{font:bold 24px Georgia, "Times New Roman", Times, serif;color:#003300;}
h2{font:bold 14px Georgia, "Times New Roman", Times, serif;color:#003300;}
h3{font: 12px Arial, Helvetica, sans-serif;}
.negro {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
}
.negrogrande {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
}

.amarillo {
	color: #FFFF99;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
}
.marron18 {
	color: #663300;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
}
.marron {
	color: #663300;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
}
.marrongrande {
	color: #663300;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
}

.rojo {
	color: #CC0000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
}
.verde {
	color: #006633;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
}

.grande {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
}
.pequena {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}
.gris {
	color: #666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

.Estilo2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Estilo3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.errorformulario {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

 .botonenviar {
background-color: #663300;
padding-right: 5px;
padding-left: 5px;
font-weight: bold;
font-size:150%;
color: #FFFFFF;
width:auto;
margin:0.2em; 
vertical-align:middle;
border: #404040 solid;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 2px;
border-right-width: 2px;
text-decoration: none;
cursor: pointer;  /*antes cursor: hand;*/
}

a:link {
	text-decoration: none;
	color: #336600;
}
a:visited {
	text-decoration: none;
	color: #336600;
}
a:hover {
	text-decoration: none;
	color: #336600;
}
a:active {
	text-decoration: none;
	color: #336600;
}