/* CSS Document */

.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: #666666;
	line-height: 16px;
}
#denominacion{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 22px;
}
#campo{
	background-color: #F7F7F7;
	padding: 7px;
}
.fondo-campo{
	border: 1px solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding: 4px;
	cursor: text;
	background-image: url(../images/top_bg_new.gif);
	background-position: left top;
	background-repeat:  repeat-x;
}
#contenedor-contacto{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 350px;
}
