html {
	width: 100%;
	height: 100%;
	background-color: #33322d;
	font: normal 0.8em Arial, Helvetica, Sans-Serif;
	color: #333132;
}

body {
	color: #333132
}

h1 {
	color:#FFFFFF;
	font-size:3.0em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:10px;
}

h2 {
	color:#6ABEC7;
	font-size:2.6em;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:5px;
}

h3 {
	color: white;
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

_p, _div {
	color: #333132;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	text-align: justify;	
}

a {
	color: white;
	_font-weight: bold;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

input[type="text"], input[type="password"] {
	width: 128px;
	background: transparent url(/resources/images/n/controls/field.gif) no-repeat;
	height: 21px;
	border: 0px;
	float:left;
	padding: 4px 5px 0 5px;
	margin-bottom: 8px;
}

input[type="submit"].enviar_black {
	background: url(/resources/images/btn_enviar.png) no-repeat;
	width: 57px;
	height: 30px;
}

input[type="submit"] {
	margin: -3px 0 0 7px;
	border: 0;
	cursor: pointer;
	_display: inline-block;
	_text-indent: -9000px;
	_overflow: visible;	
}

input[type="submit"]:hover {
	-moz-opacity:.80; 
	filter:alpha(opacity=80); 
	opacity:.80; 
	-khtml-opacity:.80;
}

label {
	clear:left;
	float:left;
	font-size: 1.0em;
	width: 50px;
	color: #333132;
	padding-top: 5px;
}