body {
	background-color: transparent;
	background-image: url(../images/background.png);
	background-repeat: repeat;
}

.txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CAB052;
	text-align: left;
	line-height: 15px;
}
.txt_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #671E21;
	text-align: left;
	line-height: 20px;
}

#fullscreen {
	background-color: transparent;
	text-align: center;
	padding: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	margin: 0px;
}

.home {
	height: 768px;
	width: 1024px;
	position: static;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a:link {
	text-decoration: underline;
	color: #CAB052;
}

a:visited {
	text-decoration: underline;
	color: #CAB052;
}

a:hover {
	text-decoration: underline;
	color: #DFCF97;
}

a:active {
	text-decoration: none;
}
.content_table {
	background-image: url(../images/content_table.png);
	background-repeat: repeat;
}

.footer_gallery {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #EEE7C8;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer_gallery a:link {
	text-decoration: none;
	color: #C8AF52;
}
.footer_gallery a:visited {
	text-decoration: none;
	color: #C8AF52;
}
.footer_gallery a:active {
	text-decoration: none;
	color: #C8AF52;
}
.footer_gallery a:hover {
	text-decoration: none;
	color: #FFF;
}
.formulario {
	background-color: #cbae2d;
	padding: 20px;
	width: 510px;
}

