@charset "utf-8";
/* CSS Document */

/* INDEX */
.menuLink {
	color:#833113;
	text-decoration:none;
}
	.menuLink:hover {
		color: #000000
	}

.img_nogallery {
	border:solid 2px #000000;
	text-decoration:none;
}

.titulos {
	font:bold 16px "Trebuchet MS", Arial;
	color: #000000; /* #792E13 */
	text-align: center;
	margin:30px 0 0 0;
}
.txt {
	font:12px Arial, Helvetica, sans-serif;
	color:#491D0C;
	line-height:18px;
	text-align:justify
}
	.txt li {
		margin:-10px 0 15px 0;
		line-height:16px
	}
.txt_free {
	font:12px Arial, Helvetica, sans-serif;
	color:#491D0C;
	line-height:18px;
}

/* FORM */
label {
	font:bold 12px "Trebuchet MS", Arial;
	color:#792E13;
	text-align: right;
	margin:0 5px 0 0;
}
	label.error {
		color:#FF0000
	}
.input_txt {
	width:200px;
}
.input_textarea {
	width:200px;
	height:100px
}