/* CSS Document */

.titulo-form{
	font-family: "Bookman Old Style", "Times New Roman", "Trebuchet MS", Abadi;
	font-size: 18px;
	font-weight: bold;
	color: #DC462C;
	margin-top: 15px;
}
.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: #E2DED6;
	padding: 7px;
}
.fondo-campo{
	border: 1px solid #BEB6A5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #996600;
	font-weight: normal;
	padding: 4px;
	cursor: text;
	background-image: url(../images/top_bg_new.gif);
	background-position: left top;
	background-repeat:  repeat-x;
	background-color: #F8F7F3;
}
#contenedor-form{
	width: 353px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

