@charset "utf-8";
/* CSS Document */
body {
	background-color: #180205;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-position: center top;

}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #693102;
}
.RS {color: #FFFFFF}
.txt {color: #FBE39A}
.obligatorio {color: #CC0000}
.servicios {color: #330F00}
.bold {color: #FFFFFF; font-weight:bold; }

.nombre {color: #FED931; font-weight:bold;}
.visita {color: #C29554;}
.verde {color: #1A1803}
.nombre2 {color: #5B3C1D; font-weight:bold;}

.formbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/btn/shadow_btn.gif);
	background-repeat: repeat-x;
	border: 1px solid #1A1803;
	line-height: 18px;
	background-color: #340610;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
