div#formulario {
	width:400px;
	border: 1px dotted #000;
	height: 400px;
	padding-left: 25px;
	padding-top: 10px;
} 

label {font-weight:bold;display: block;} 

legend {font-size:120%;} 

fieldset {border:none;} 

input, textarea {border:1px solid #000;} 

input:focus, textarea:focus {background:#3484bc;} 

input, textarea { border:1px solid #000;} 

select, textarea {border:1px solid #000;} 

select:focus, textarea:focus {background:#3484bc;} 

select, textarea { border:1px solid #000;} 


#datos {
	width:480px;
	height: 450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 468px;
	top: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	} 
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3484bc;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3484bc;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3484bc;
	text-decoration: none;
}

#pie{
	clear: left;
	width: 940px;
	color: #000;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-top-style: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0;
	left: 20px;
	right: 20px;
}
