input{
	width:150px;
	margin:5px 0 10px 10px;
	font:normal 90% "trebuchet MS", tahoma;
	color:#0076ac;
	padding:2px;
	background-color:#fff;
}

label{
	text-align:left;
	margin:0px 10px 0px;
	float:left;
	color:#161919;
	width:45%;
}

textarea{
	width:480px;
	margin:5px 0 10px 10px;
	height:50px;
	font:normal 90% "trebuchet MS", tahoma;
	color:#0076ac;
	padding:4px;
	background-color:#fff;
	float:left;
	
}

.boton{
	background-color:#666;
	color:#000;
	width:100px;
	border-left:1px solid #00537a;
	border-top:1px solid #00537a;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}

.boton:hover{
	border-left:1px solid #333;
	border-top:1px solid #333;
	border-bottom:1px solid #00537a;
	border-right:1px solid #00537a;
}

fieldset{
	/*width:33em;*/
	font:normal 80% "trebuchet MS", tahoma;
	border:2px solid #000;
	
}

legend{
	font:normal 120% "trebuchet MS", tahoma;
	padding:3px 10px;
	color:#000;
}

form a{
	color:#00537a;
	text-decoration:underline;	
}

form a:hover{
	color:#ccca47;
	}

#chkAcepto{
	width:20px;
}

.checklabel{
	width:470px;
}

form{
	margin:30px 0 0 0;
	float:right;
	padding:0px;
	width:530px;
	/*width:500px;
	float:right;*/
}


