.formulario{
	margin: 20px auto;
	padding: 8px 0px 15px 0px;
	margin-bottom: 15px;
	width: 360px;
	border: 1px dotted #aaa;
	}
.titulo-form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	color: #333;
	margin-top: 15px;
}
.text-form{
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
#denominacion{
	margin-top:8px;
	margin-left: 25px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ddd;
	line-height: 18px;
}
#campo{
	margin-left: 45px;
	margin-top: 5px;
	}
.fondo-campo{
	background-color: #f2f2f2;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #555;
	font-weight: bold;
	padding: 4px;
	cursor: text;
}
#contenedor{
	width: 353px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#texto-contacto h3{
	color: #fff;
	font-size: 1.4em;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
#texto-contacto ul{
	list-style: square;
	padding-left: 60px;
}
#texto-contacto li{
	margin-top: 6px;
	font-size: 1.1em;
}
#texto-contacto p{
	padding-left: 30px;
}
