@charset "UTF-8";
/* CSS Document */

body {

	border-bottom: 100px;
		
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
    color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
}


.navegador{
   margin-left: 39%;
   margin-right: 42%;
} 

.navenlace {
   font-weight: bold;
   border: 1px solid #999999;
   margin:3 0 3 0px;
   padding: 2px;
   width: 125%;
   height: 125%;
} 

.navenlace a {
   background-image: url("images/at034b.jpg");
   color: #666666;
   text-decoration: none;
   display: compact;
   width: 125%;
   height: 125%;
}

.navenlace a:hover {
   background-image: url("images/at034a.jpg");
   color: #ffffcc;
   
} 

#apDiv1 {
	position:fixed;
	left:60px;
	top:210px;
	width:121px;
	height:76px;
	z-index:1;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#apDiv2 {
	position:absolute;
	left:216px;
	top:33px;
	width:617px;
	height:350px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:779px;
	top:89px;
	width:302px;
	height:173px;
	z-index:3;
}
#apDiv4 {
	position:absolute;
	left:967px;
	top:1156px;
	width:280px;
	height:250px;
	z-index:4;
}
#apDiv5 {
	position:absolute;
	left:634px;
	top:1119px;
	width:278px;
	height:365px;
	z-index:5;
}
#apDiv6 {
	position:fixed;
	left:59px;
	top:33px;
	width:79px;
	height:82px;
	z-index:5;
}

a{ outline:0;}

body {
	padding: 50px;
	margin: 0;
}

ul {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	float: left;
	clear: left;
}

ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}

ul li a {
	text-decoration: none;
	float:left;
	color: #999;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

ul li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

/*GREEN*/

ul.green li a.current, ul.green li a:hover  {
 	color: #576d07;
	background: url(images/at035a.jpg) no-repeat top right;
}

ul.green li a.current span, ul.green li a:hover span {
	background: url(images/at035b.jpg) no-repeat top left;
}

/*BLUE*/
ul.blue li a.current, ul.blue li a:hover {
	background: url(images/at034b.jpg) no-repeat top right;
 	color: #0d5f83;
}

ul.blue li a.current span, ul.blue li a:hover span {
	background: url(images/at034a.jpg) no-repeat top left;
}

/*PINK*/
ul.pink li a:hover {
 	color: #860737;
	background: url(images/pink.png) no-repeat top right;
}

ul.pink li a:hover span {
	background: url(images/pink.png) no-repeat top left;
}

ul.pink li a.current {
	background: url(images/pink.png) no-repeat top right;
 	color: #860737;
}

ul.pink li a.current span {
	background: url(images/pink.png) no-repeat top left;
}

/*RED*/
ul.red li a:hover {
 	color: #fff;
	background: url(images/red.png) no-repeat top right;
}

ul.red li a:hover span {
	background: url(images/red.png) no-repeat top left;
}

ul.red li a.current {
	background: url(images/red.png) no-repeat top right;
 	color: #fff;
}

ul.red li a.current span {
	background: url(images/red.png) no-repeat top left;
}

