/* CSS Document */

a.menuitem:link {
text-decoration: none;
color: #FFFFFF;
font-size: 11px;
}

a.menuitem:visited {
text-decoration: none;
color: #FFFFFF;
font-size: 11px;
}

a.menuitem:hover {
text-decoration: none;
color: #000077;
font-size: 11px;
background-color: #FFFFFF;
display: block;
}

a.menuitem:active {
text-decoration: none;
color: #FFFFFF;
font-size: 11px;
}

a.submenuitem:link
{text-decoration: none;
color: #66CCFF;
font-size: 11px;}

a.submenuitem:visited
{text-decoration: none;
color: #66CCFF;
font-size: 11px;}

a.submenuitem:hover
{text-decoration: none;
color: #FFFFFF;
font-size: 11px;
background-color: #336699;
display: block;
}

a.submenuitem:active
{text-decoration: none;
color: #66CCFF;
font-size: 11px;}

.lineaceleste {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
}

.rayablanca {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 2px;
}

.rayagris {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 2px;
}

.rayazul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	padding-left: 2px;
}
