#topToolbars {
	height: 40px;

	width:975px;
	
    
}

.topToolbar{
 
  clear:  both;
 /* position: absolute; 
  background: left bottom repeat-x; */
  height: 25px;
  padding-top:0px;
  padding-left:0px;
  margin:0px;
  font-size: 14px;
/*  line-height: 20px;*/
  font-family:"Arial Narrow", "Arial Unicode MS", Arial;
  vertical-align:middle;
  z-index:9999;
}

.topToolbar font {
  display:inline-block;
  cursor:pointer;
}

.topToolbarInner{
	height: 40px;
	width:976px; 
}

div > .topToolbarInner{
	height: 25px;
}

.topToolbarCorner{
  float: left;
  width: 33px; 
  height: 17px;
}

.topToolbar img, .topToolbar span{
	vertical-align: bottom;
	border: 0;
}

.topToolbar .topToolbarDownArrow {
	font-size: 9px; 
	font-family: "Arial Narrow", arial, helvecia, tahoma, verdana 
}

.espace{
	display: block;
	float: left;
	vertical-align: bottom;
	padding: 2px 0px 2px 0px;
	outline: none;
	position: relative;
	z-index: 1000;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	color:#F0B9B9;
}
.espace_blanco{
	width:20px;
	float:left;
}

.topToolbarButton{
	cursor: pointer;
	display: block;
	float: left;
	vertical-align: bottom;
	padding: 7px 9px 2px 9px;
	outline: none;
	position: relative;
	z-index: 1000;
	line-height: 25px;
	text-align: left;
	color:#ffffff; 
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
 
}


.topToolbarButton1{
	display: block;
	float: left;
	color:#FFFFFF;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
	outline: none;
	position: relative;
	z-index: 1000;
	line-height: 30px;
	text-align: center;
	background-color:#00CC99;
	cursor: pointer;
}

.separator{
	background-image:url(../images/separator.jpg);
	width:2px;
	height:23px;
	display: block;
	float: left;
	vertical-align: bottom;
	position: relative;
	z-index: 1000;
	text-align: center;
	cursor: pointer;
	color:#F0B9B9;
}

.topToolbarButtonHover{
 	cursor: pointer;
	display: block;
	float: left;
	vertical-align: bottom;
	padding: 7px 9px 2px 9px;
	outline: none;
	position: relative;
	z-index: 1000;
	line-height: 25px;
	text-align: left;
	color:#303030; 
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	background: url(../images/BG_menu_hover.jpg) repeat-x;
	cursor: pointer;
	height:40px;
	_height:0px;
}


.topToolbarButton_select{
 	cursor: pointer;
	display: block;
	float: left;
	vertical-align: bottom;
	padding: 7px 9px 2px 9px;
	outline: none;
	position: relative;
	z-index: 1000;
	line-height: 25px;
	text-align: left;
	color:#303030; 
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	background: url(../images/BG_menu_hover.jpg) repeat-x;
	cursor: pointer;
	height:40px;
	_height:0px;
}



.topToolbarPopup{
	position: absolute;
	width:auto;
	top: 25px;
	left: 0px;
	background: #208585; /*color de menu flotantes*/
	visibility: hidden;
	display: none;
	text-align:left;
	z-index:9999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.topToolbarButtonHover .topToolbarPopup{
	visibility: inherit;
	display: block;
}

.topToolbarPopup a {
	color: #55493e;
	width:100%;
	display: block;
	height: 25px;
	line-height: 22px;
	font-weight: normal;
	padding-left: 15px;
	padding-right:10px;
	background: none;
	cursor: pointer;
	vertical-align:middle;
	white-space:nowrap;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	border-bottom:1px solid #336666;
}
.topToolbarPopup a{
	width: auto;
}

.topToolbarPopup a:hover{ color: #FFFFFF; } /*color hover de menu*/

.topToolbarPopup a img{
	margin: 3px 0px 0px 18px;
	vertical-align: middle;
	float:left;
}

.topToolbar #proDownloadsPopup{
	width: 200px; left: -35px;
}
div > #proDownloadsPopup{
	left: -37px !important;
}

.topToolbar #proHelpPopup{
	width: 170px; left: -105px;
}
div > #proHelpPopup{
	left: -107px !important;
}

.topToolbar #proFeedbackPopup{
	width: 140px;
}

.topToolbar a:hover {
    text-decoration: none;
    cursor: pointer;
}
