@charset "utf-8";
/* CSS Document */

#contenedorf {
	width:1024px;
}

.formulario {
	color:#005389;
	font-family: Alliance, "Times New Roman", Times, serif;
	font-size:20px;
}

#datos {
	color:#005389;
	font-family: Alliance, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
}

#datos a {
	color:#005389;
	text-decoration:none;
}

#datos a:hover {
	color:#0099EC;
}

.inputNormal {
	width: 600px;
	height:24px;
}

.inputNormal2 {
	height:24px;
}

.textareaNormal {
	width: 600px;
	height:80px;
}

fieldset {
	border:none;
}