@charset "utf-8";
.body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

/* estilos de fuentes */
.bodyText {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #838383;
}
.bodyTextMd {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #838383;
	text-decoration:none;
}
.bodyTextBg {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #838383;
}
.bodyTextXt {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #838383;
}
.bodyLink {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #cd9327;
	text-decoration:none;
}
.bodyLinkMd {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #cd9327;
	text-decoration:none;
}
.bodyLinkBg {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #cd9327;
	text-decoration:underline;
}
.bodyLinkXt {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #cd9327;
	text-decoration:none;
}
.bodyLinkMail {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fbb558;
	text-decoration:none;
}
.bodyBotonMd {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #cd9327;
	background-color:#191a19;
	border: 0;
	text-decoration:none;
}

/* estilos de campos */
.textBox {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	background-color: #252726;
	height: 23px;
	width: 200px;
	border: 1px solid #070707;
	vertical-align: bottom;
	padding-left:3px;
}
.textBoxArea {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	background-color: #252726;
	height: 70px;
	width: 200px;
	border: 1px solid #070707;
	vertical-align: middle;
	overflow:auto;
	padding-left:3px;
}
.textBoxList {
	font-family: tahoma;
	font-size: 11px;
	color: #252726;
	background-color: #838383;
	vertical-align: middle;
	border:0;
	width: 165px;
	margin:0;
	
}