body {
	padding          : 0px;
	font-family      : arial, sans-serif;
	font-size        : 11px;
	color: #FFFFFF;
	text-align: justify;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

input { font-family: Tahoma, Verdana, Arial; 
font-size: 11px;
 color: #FFFFFF; 
background-color: #410f0e;
 border: #202020; 
 border-style: solid; 
 border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #410f0e;
	border: #202020;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
#boton_enviar {
	width: 88px;
	height: 27px;
	margin-left: 80px;
	background: #410f0e;
	border: 1px Solid #84AA00;
	text-indent: -9999px;
}