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

}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #C66813;
}
.RS {color: #FFFFFF}
.txt {color: #290E00}
.servicios {color: #330F00}
.bold {color: #C66813; font-weight:bold; }

.nombre {color: #A53800; 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 #250F02;
	line-height: 18px;
	background-color: #80430C;
}

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;
}
