.divParent {
	width: 190px;
	height: 100%;
	position: relative;
	right:10px;
	float: right;
}

.divWindow {
	padding: 8px;
	vertical-align: middle;
	font-family:Verdana;
	font-size: 9px; 
}

.divWindowTitle {
	font-family: Verdana;
	color: #403B25;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	width:160px;
	top: -7px;
	padding-left: 6px;
}
.divWindowTitle2 {
	font-family: Verdana;
	color: #403B25;
	font-size: 10px;
	font-weight: bold;
	width:160px;
	margin-top:-16px;
	padding-left: 20px;
	padding-bottom:3px;
}

.spanCompanyItemMouseOver, .spanCompanyItemMouseOut {
	cursor: pointer;
	font-family:Verdana;
	font-size: 9px; 
	position:relative; 
	left: 2px; 
	top: -2px;
}

.spanCompanyItemMouseOver {
	color: #00479C;
}

.spanCompanyItemMouseOut {
	color: #555555;
}

.divWindowCompany {
	border: 1px solid #AEBFE0;
	background-color: #FFFFFF;
	height: 21px;
	width: 100%;
	padding-top: 4px;
	padding-left: 6px;
}

.divWindowDropDown {
	border: 1px solid #AEBFE0;
	background-color: #FFFFFF;
}

.divWindowSeparator {
	background-image: url("../img/bkg_vt_bar2.gif");
	width: 100%;
	height: 2px;
	overflow: hidden;
	position: relative;
	top: 3px;
}

.divWindowSeparator2 {
	background-image: url("../img/bkg_vt_bar2.gif");
	width: 100%;
	height: 2px;
	overflow: hidden;
	position: relative;
}

.divBackground {
	background-image: url("../img/bkg_vt_bar3.gif");
	width: 100%;
}
.divFooter {
	background-image: url("../img/bkg_vt_bar4.gif");
	width: 100%;
	height: 1px;
	overflow: hidden;
	position: relative;
}

.imgMarkerTitle {
	position: relative; 
	top: -2px;
}

.imgBullet {
	position:relative; 
	top:+0px;
}
.divFooterLinkBar {
	width:100%;
	background-image: url("../img/bkg_menu_vease_tambien.png");
	border-bottom: 1px solid #FFC61E;
}

A:link, A:visited, A:active  {
   text-decoration: none;
   color: #535353;
}
A:hover  {
    text-decoration: none;
	color: #00469B;
}
