/* CSS Document */
body{
	background:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

#flashzone{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#htmlzone{
	position:fixed;
	left:0px;
	bottom: 0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	float:left;
	background-image:url("/seo/files/back-toolbar.jpg");
	background-repeat:repeat-x;
	width:100%;
	height:25px;
	z-index:50;
	display:block;
}
@media only screen and (orientation:landscape) and (max-device-width:1023px)  {
	#htmlzone, .reference {
		display:none;
	}
}
@media only screen and (orientation:portrait) and (max-device-width:800px) {
	#htmlzone, .reference {
		display:none;
	}
}

#globelife{
	position:relative;
	float:left;
	width:40%;
	margin-top:4px;
	margin-left:15px;
}
#globelife a{
	text-decoration:none;
	color:#666666;
	font-size:10px;
	
}
#globelife a:hover{
	text-decoration:none;
	color:#FFCC00;
}


#text{
	position:relative;
	float:left;
	width:30%;
	margin-top:8px;
}
#links{
	position: relative;
	float:right;
	margin-right:10%;
	/*width:30%;*/
	margin-top:8px;
	font-size:10px;
}

#links a{
	text-decoration:none;
	color:#666666;
}
#links a:hover{
	text-decoration:none;
	color:#FFCC00;
}


a.info{
    position:relative; 
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 1px;
   	z-index:24; 
   	text-decoration:none
}
a.info:hover{
	z-index:25; 
}

a.info span{
	display: none;
}

a.info:hover span{
	PADDING-top: 60px;
	PADDING-bottom: 10px;
	PADDING-left: 10px;
	PADDING-right: 10px;
   	display:block;
	position:absolute;
   	bottom:12px;
   	left:0px;
	height:300px;
   	width:500px;
  	border:1px solid #fff;
	text-align: justify;
	background:url("http://www.globelife.com/images/globelife-hair-box.jpg") no-repeat;
	background-color:#333;
	overflow-y: scroll;
}



/* area relativa al lexicon */
#lexicon {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	/*margin-left: 300px;*/
	top: -320px;
	background-color: #333333;
	border: 1px solid #000;
	padding: 10px;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ccc;
	overflow-y:auto;
	left:35%;
}

.pages{
	color:#333333;
}

.contact{
	font-family:Verdana;
	font-size:10px;
	color:#cccccc;
}

a.posta{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	background-color:#FF0000;
	padding:4px;
	margin-left:20px;
}
a.posta:hover{
	color:#000000;
	background-color:#FFFFFF;
}