/*---CSS donde se manejan los objetos de navegacion de la pagina---*/

/*---comienzo barras de navegacion principal---*/

.topiconmenu {
	position:absolute;
	width:75px;
	top:64px;
	left:568px;
	z-index:4000;
}

#mainpage div.topiconmenu {
	position:absolute;
	width:100px;
	top:64px !important;
	top:68px;
left:600px !important;
	left:600px;
	z-index:100;
}

#contentpage div.topiconmenu {
	position:absolute;
	top: 128px !important;
	top: 134px;
	left: 596px;
	z-index: 80;
}

.topicons a span{display:none}

.topicons  {
	background-repeat: no-repeat;
	padding: 0;
	height: 16px;
	position: relative;
 	}

	.topicons li {
		list-style-type: none;
		top: 0;
		margin: 0;
		padding: 0;
		float:left;
		}
	.topicons li, .topicons a {
		display: block;
		height: 16px;
		width:16px;
		}
		
	.topicons li{margin-right:4px;}

/*- Definicion de las areas sensibles de la imagen-*/

.topicons a:hover{	
		background-repeat: no-repeat;
		background-attachment: scroll;}
		
.topicons a:link , .topicons a:hover, .topicons a.selected, .topicons ul li {
			background-image: url(../images/iconos.gif);
			background-repeat: no-repeat;	
		}

.topicons .node1  { background-position: 0 0 }
.topicons .node2  { background-position: -48px 0 }
.topicons .node3  { background-position: -96px 0}

.topicons .node1  a:link { background-position: 0 -64px }
.topicons .node2  a:link { background-position: 0 -64px }
.topicons .node3  a:link { background-position: 0 -64px }

.topicons .node1 a:hover { background-position: 0 -16px }
.topicons .node2 a:hover { background-position: -48px -16px }
.topicons .node3 a:hover { background-position: -96px -16px }


/*---------------Tooltip definiton---------------*/



.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-family: Arial, Sans-serif;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


