.titulo-form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DC462C;
}
.text-form{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #993300;
	line-height: 16px;
}
#denominacion{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #617981;
	line-height: 22px;
	text-transform: uppercase;
}
#campo{
	background-color: #EEF1F2;
	padding: 7px;
}
.fondo-campo{
	background-color: #FCFCFC;
	border: 1px solid #C8D3D6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	padding: 4px;
	cursor: text;
}
#contenedor-formulario{
	width: 360px;
	float: left;
	padding-left: 10px;
}

