#col2_01 {
	position:absolute;
	width:486px;
	font-family: Arial;
	font-size: 14px;
	color: #232517;
	margin: 0px;
	height: 400px;
}

#col2-03 {
	position:absolute;
	left:0px;
	top:0px;
	width:486px;
	height:22px;
	font-size: 18px;
	text-decoration: underline;
	line-height: 18px;
}

#col2-04 {
	position:relative;
	left:0px;
	top:22px;
	width:300px;
	height:14px;
	line-height: 14px;
	font-size: 14px;
	font-weight: normal;
	float: left;
}

#col2_01 #logo img {
	height: 85px;
	width: 170px;
	float: right;
	position: relative;
}

#col2_01 #formulario {
	height: 200px;
	width: 500px;
	float: left;
	margin: 10px;
}

#form_box {
	float: left;
	width: 350px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font-size: 11px;
	font-weight: bold;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	height: 25px;
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 20px;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
 
#log {
	float: left;
	padding: 0.5em;
	margin-left: 10px;
	width: 290px;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/ajax-loader.gif) no-repeat center;
}

