body {background:url(../images/hugochavezhistoria.jpg) #000 no-repeat top center; width:1044px; margin:0 auto;  overflow:hidden; font-family: 'Nobile', sans-serif; line-height:15px;}

#content { position:relative; width:1044px; height:768px;}

.test1, .test2, .test3, .test4, .test5, .test6, .test7, .test8, .test9, .test10, .test11, .test12{
    width:100px;
    position:absolute;
    color: rgba (0,0,0,0.1);
    text-align:center;
    z-index:10;
    font-size: 12px;
	text-decoration:none;
	padding:0 10px;
	}


.sticky_tooltip{
	position:absolute;
	left:0;
	top:0;
	background-color:black;
	color:white;
	z-index:1;
	border:2px solid #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.test1 p:hover,.test2 p:hover,.test3 p:hover,.test4 p:hover, .test5 p:hover, .test6 p:hover, .test7 p:hover, .test8 p:hover, .test9 p:hover, .test10 p:hover, .test11 p:hover, .test12 p:hover{ 
	color:#e1d810; 
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 3px 3px 14px #CCC;
	border:1px solid #fff;
	overflow:hidden;
	padding:0 10px;
		 
		 }
.sticky_tooltip p{
	padding:10px;
	font-size:14px;
	text-shadow:none;
	font-style:italic;
}
.sticky_tooltip_arrow{
	position:absolute;
	background-color:transparent;
	background-repeat:no-repeat;
}
.sticky_tooltip_arrow_T,
.sticky_tooltip_arrow_B,
.sticky_tooltip_arrow_TL,
.sticky_tooltip_arrow_TR,
.sticky_tooltip_arrow_BL,
.sticky_tooltip_arrow_BR{
	background-image:url(../images/topbotto.png);
	width:13px;
	height:7px;
}
.sticky_tooltip_arrow_L,
.sticky_tooltip_arrow_R,
.sticky_tooltip_arrow_LT,
.sticky_tooltip_arrow_LB,
.sticky_tooltip_arrow_RT,
.sticky_tooltip_arrow_RB{
	background-image:url(../images/leftrigh.png);
	width:7px;
	height:13px;
}
.sticky_tooltip_arrow_T{
	background-position:0px -7px;
	top:-7px;
	left:50%;
	margin-left:-3.5px;
}
.sticky_tooltip_arrow_TL{
	background-position:0px -7px;
	top:-7px;
	left:5px;
}
.sticky_tooltip_arrow_TR{
	background-position:0px -7px;
	top:-7px;
	right:5px;
}
.sticky_tooltip_arrow_B{
	background-position:0px 0px;
	bottom:-7px;
	left:50%;
	margin-left:-3.5px;
}
.sticky_tooltip_arrow_BL{
	background-position:0px 0px;
	bottom:-7px;
	left:5px;
}
.sticky_tooltip_arrow_BR{
	background-position:0px 0px;
	bottom:-7px;
	right:5px;
}
.sticky_tooltip_arrow_L{
	background-position:-7px 0px;
	top:50%;
	margin-top:-6.5px;
	left:-7px;
}
.sticky_tooltip_arrow_LT{
	background-position:-7px 0px;
	top:5px;
	left:-7px;
}
.sticky_tooltip_arrow_LB{
	background-position:-7px 0px;
	bottom:5px;
	left:-7px;
}
.sticky_tooltip_arrow_R{
	background-position:0px 0px;
	top:50%;
	margin-top:-6.5px;
	right:-7px;
}
.sticky_tooltip_arrow_RT{
	background-position:0px 0px;
	top:5px;
	right:-7px;
}
.sticky_tooltip_arrow_RB{
	background-position:0px 0px;
	bottom:5px;
	right:-7px;
}