/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:62.5%;
	margin:0px;
	color:#666666;
}

h1 {
	font-size:2em;
}  /* displayed at 24px */

h2 {
	font-size:1.5em;
}  /* displayed at 18px */

h3 {
	font-size:1.25em;
}  /* displayed at 15px */

h4 {
	font-size:1em;
}  /* displayed at 12px */

input, select, th, td {
	font-size:1.1em;
}

li, li, li p, td p, blockquote p {
	font-size:1.1em;
}

span {
	font-size:1.1em;
}

span.a1, span.a2, span.a3, span.a4, span.a5, span.a6, span.a7, span.a8 {
	font-size:1.1em;
}

.b {
	font-weight:bold;
}

a:link, a:visited, a:active {
	color:#001355;
}

a:hover {
	color:#001355;
	text-decoration: none;
}

.menu-uno, .menu-dos, .menu-tres, .menu-cuatro, .menu-cinco, .menu-seis {
	width:291px;
	height:30px;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #FFFFFF;
	border-left:0px;
	margin:0px;
}

.menu-uno:hover {
	border-bottom:1px solid #002369;
}

.menu-dos:hover {
	border-bottom:1px solid #9b1a86;
}

.menu-tres:hover {
	border-bottom:1px solid #00a2df;
}

.menu-cuatro:hover {
	border-bottom:1px solid #8ed300;
}

.menu-cinco:hover {
	border-bottom:1px solid #f6b412;
}

.menu-seis:hover {
	border-bottom:1px solid #d85900;
}