form { 	margin: 0; }

.header {
	background: #000;
	color:white;
	font-weight:bold;
	border-bottom:2px solid #B09C69;
	padding-left:4px;
	text-transform: uppercase;
}
table#bargain td {
	background-color: #E4DECD;
	margin:2px;
	padding:3px;
}
table#bargain td.city {
	background-color: #B09C69;
	margin:2px;
	padding:3px;
	font-weight:bold;
}
.off { display:none;}
.on { display:block; }
th { 
	background-color:#B09C69;
	color:white;
	margin:2px;
	padding:3px;

}
.city a:link, .city a:visited, .city a:hover, .city a:active { color:white;}
#lateral { border: solid 1px #B09C69; margin:25px 1px; }
table#lateral td.links { border-bottom: solid 1px #B09C69 }

/* ESTILOS TEXTOS */
.txtBlue {
	font-size:11px;
	color:#371CA9;
	font-weight:bold;
}
.txtBlueLittle {
	font-size:10px;
	color:#371CA9;
}
.txtRed {
	font-size:11px;
	color:#CC0;
	font-weight:bold;
}
.txtGray {
	font-size:11px;
	color:#666;
}
.txtBlack {
	font-size:11px;
	font-family:Arial;
	color:#000;
}
.txtBlackBold {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.txtWhiteBold {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}
.txtRed {
	font-size:11px;
	color:#C60108;
}
.txtGrayBig, .txtRedBig, .txtBlueBig, .txtwhiteBig { font: 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
.txtGrayBig { color:#666; } 
.txtRedBig { color:#C60108; }
.txtBlueBig { color: #371CA9; }
.txtwhiteBig { color: #ffffff; }

/* ESTILOS FORMULARIO */

.headerGold {
	height: 22px;
	background-color:#000000;
	color:#FFF;
	text-transform:uppercase;
	font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 1px solid #BDAD52;
	text-align:center;
}

.goldBox {
	background-color:#E4DECD;
	border: 1px solid #000000;
	padding:3px;
	font-size:11px;
}

.goldBox2 {
	background-color:#b09c69;
	border: 1px solid #000000;
	padding:3px;
	font-size:11px;
}
.button {
	color: #FFFFFF;
	font-size:10px;
	font-weight:bold;
	background-color:#C50008;
	border: 1px solid #000000;
	height:19px;
}

.button2 {
	color: #FFFFFF;
	font-size:10px;
	font-weight:bold;
	background-color:#B09C69;
	border: 1px solid #CCCCCC;
	height:19px;
}

.formSelect {
	background-color:#ffffff;
	font-size:10px;
}

.goldText {
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

.row01 { background-color:#FFF;}
.row02 { background-color:#E7ECFA;}
