/*
general use
*/ 
body,div,td,p,span,img,input,select,textarea {font-family: Tahoma, Arial, Verdana, Sans-serif; font-size:11px; color:#000;}

/*
tags definitions and reusable classes
*/
/*  image replacement */
.imgrpl{display:block;font-size:1px;text-indent:-9000px;}

/* show / hide   */
.show{display:block;}
.hide{display:none;}
.nb{border:none;background:transparent;}

/* position */
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.clearfix{clear: both;} 

/* CLASSES */
.red{color: #ed1b2e}
.logo_saltoauto{background: url('../img/img_logo_saltoauto.gif') no-repeat center; width: 210px; height: 70px;}
.logo_bemvinda{background: url('../img/img_logo_bemvinda.png') no-repeat center; width: 210px; height: 70px;}
.logo_vivabela{background: url('../img/img_logo_vivabela.gif') no-repeat center; width: 210px; height: 70px;}
.logo_bolsodasaia{background: url('../img/img_logo_bolsodasaia.gif') no-repeat center; width: 210px; height: 70px;}

/* forms  */
legend{display: none;}
input, select, textarea{border: none;background-color: #fff; color:#969193;}
input.chkNbg{background-color: transparent !important;}
textarea{overflow:auto;}
.selectfix{vertical-align: 0 !important;vertical-align: -2px;}
.radiofix{width:13px !important;height:13px !important;width:15px;height:15px;vertical-align: -2px;border:none;background:none;padding:0;margin:0;}

/* links */
a{overflow: hidden;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:underline;}

/*	structure	 */
body{ background: url("../img/bg_mapfre_mulher.jpg}

		#colLat .rss{
			float: right;
			margin-bottom: 8px;
			width: 63px;
			height: 18px;
			text-indent: -9999px;
			background: url('../img/ico_rss.gif') no-repeat right top;
		}
		#colLat .search{
			clear: both;
			width: 273px;
			padding-left: 6px;
			background: #ed1b2e;
		}
			#colLat .search input{
				float: left;
				width: 243px;
				padding: 6px 6px 5px 0;
				background: none;
				color: #fff;
			}
			#colLat .search input.bt_search{
				padding: 0;
				margin: 0;
				width: 24px;
				height: 24px;
				cursor: pointer;
				background: url('../img/bt_search.gif') no-repeat center;
			}