.error {
	color:#F00;
	font-size:10px;
	clear:both;
}

#formulario {
	width: 60%;
	height: auto;
	margin-top: 140px;
	float: left;
}

form {
	text-align:center;
}

#formulario table {
	width: 380px;
}
#formulario table tr{

}
#formulario table tr td{
	vertical-align: top;
}
#formulario table tr td input{
	width:300px;
}
#formulario table tr .cinco{
	width:5px;
	vertical-align:top;
	text-align:left;
}
#formulario table tr .nombrecampo{
	text-align:right;
	vertical-align: top;	
}

#formulario table tr td input, #formulario table tr td textarea {
	width:300px;
}

#formulario table tr td .boton {
	width:100px;
}
#formulario table tr td textarea {
	height:150px;
	width:303px;
}
 
#datos {
	width: 30%;
	height: auto;
	margin-top: 140px;
	float: left;
}
