<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
html{
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
}
a{
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:none;
	color:#FFCC00;
}
body{
	background:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*#cont{
	width:100%;
	height:100%;
	background-color:#CCCCCC;
	text-align:center;
}*/
#flashzone{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#htmlzone{
	position:absolute;
	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;
}
#globelife{
	position:relative;
	float:left;
	width:40%;
	margin-top:8px;
}
#text{
	position:relative;
	float:left;
	width:30%;
	margin-top:8px;
}
#links{
	position:relative;
	float:right;
	width:30%;
	margin-top:8px;
}



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;
}
strong{
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
	margin-top:15px;
}


/* 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;
}</pre></body></html>