/* the CSS to control appearance */

body {
background-color: #ffffff;
color: #000080;
}

h3, p {
font-family: verdana, sans-serif;
}

h3 {
font-size: 20px;
}

p {
font-size: 12px;
line-height: 14px;
}

p.textlinks {
visibility: hidden;
}

p.footnote {
font-size: 10px;
}

a.link:visited {
text-decoration: underline;
color: #990000;
background-color: #ffffff;
}

a.link {
text-decoration: underline;
color: #666666;
background-color: #ffffff;
}

a.link:hover {
text-decoration: underline;
color: #ffffff;
background-color: #990000;
font-weight: bold;
}







/* this is to get rid of the default outline on links in IE5.x/Mac and any other browsers that recognize the outline:none style rule. */
a {
outline: none;
}


table#menu {
			
			border-bottom: 1px solid #333;
			
			
			padding:0px;}


.menu a:link {
color: black;
text-decoration: none;
}
.menu a:visited {
color: black;
text-decoration: none;
}

td.menu {
background-color: #ffffff;
color: #990000;
height: 20px;
font-family: verdana, sans-serif;
font-size: 10px;
padding-left: 3px;
border-bottom: 1px solid #c1aaaa;

}




/* The styles for the dropdown menu item ID selectors: here we set distance from top */

#mainmenu {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 80px;
	height: 21px;
	visibility: visible;
	background-color:#444444;
	}

#primera, #segunda, #tercera, #cuarta, #quinta {
	position: absolute;
	z-index: 20;
	width: 126px;
	visibility: hidden;
	}


/* when the width is different for each of the column, we set it here individualy */

#primera {
	position: absolute;
	z-index: 20;
	width: 112px;
	visibility: hidden;
	}

#segunda {
	position: absolute;
	z-index: 20;
	width: 112px;
	visibility: hidden;
	}

#tercera {
	position: absolute;
	z-index: 20;
	width: 112px;
	visibility: hidden;
	}

#cuarta {
	position: absolute;
	z-index: 20;
	width: 118px;
	visibility: hidden;
	}


#quinta {
	position: absolute;
	z-index: 20;
	width: 122px;
	visibility: hidden;
	}


#primerauno, #primeradod, #primeratres {
	position: absolute;
	z-index: 30;
	width: 100px;
	visibility: hidden;
	}

