@charset "utf-8";
/* CSS Document */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;

}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.RS {color: #FFFFFF}
.txt {color: #FBE39A}
.obligatorio {color: #CC0000}
.servicios {color: #330F00}
.bold {color: #FFFFFF; font-weight:bold; }

.nombre {color: #CCC20B; font-weight:bold;}
.verde {color: #1A1803}


.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;
	border-radius: 5px;
	line-height: 18px;
	background-color: #936B28;
}

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;
}
input[type="text" i]{
border-radius: 5px;
}