@charset "iso-8859-1";
/* CSS Document */



#navcontainer ul
{
	padding: 0;
	margin-top: 15px;
	margin-bottom: 40px;
	list-style-type: none;
	background-color: transparent;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: "GeosansLightRegular";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
}

#navcontainer li {
	display: inline;
	margin: 0;
	padding: 4px; /* Este padding hace que se separen más o menos las palabras del menú superior */
	list-style-type: none;	
}

#current-dg

{
	border-bottom: 2px solid #f60;
padding-bottom: 5px;
background: transparent;
color: #000;
}

#current-dw

{
	border-bottom: 2px solid #f9c;
padding-bottom: 5px;
background: transparent;
color: #000;
}

#current-frm

{
	border-bottom: 2px solid #39f;
padding-bottom: 5px;
background: transparent;
color: #000;
}


#current-st

{
	border-bottom: 2px solid #6f6;
padding-bottom: 5px;
background: transparent;
color: #000;
}

#current-fot

{
	border-bottom: 2px solid #ff3;
padding-bottom: 5px;
background: transparent;
color: #000;
}

#current-cnt

{
	border-bottom: 2px solid #ccc;
padding-bottom: 5px;
background: transparent;
color: #000;
}

.dg:link
{

font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}

.dg:visited
{

font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}


.dg:hover
{
	border-bottom: 2px solid #f60;
	margin: 0;
padding-bottom: 5px;
background: transparent;
color: #000;
}

.dw:link
{


font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}

.dw:visited
{


font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}


.dw:hover
{
	border-bottom: 2px solid #f9c;
	margin: 0;
padding-bottom: 5px;
background: transparent;
color: #000;
}

.frm:link
{

font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}

.frm:visited
{

font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}


.frm:hover
{
	border-bottom: 2px solid #39f;
	margin: 0;
padding-bottom: 5px;
background: transparent;
color: #000;
}

.st:link
{

font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}

.st:visited
{

font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}


.st:hover
{
	border-bottom: 2px solid #6f6;
	margin: 0;
padding-bottom: 5px;
background: transparent;
color: #000;
}

.fot:link
{

font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}

.fot:visited
{

font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}


.fot:hover
{
	border-bottom: 2px solid #ff3;
	margin: 0;
padding-bottom: 5px;
background: transparent;
color: #000;
}

.cnt:link
{

font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}

.cnt:visited
{

font-weight: normal;
margin: 0;
text-decoration: none;
color: #999;
}


.cnt:hover
{
	border-bottom: 2px solid #ccc;
	margin: 0;
padding-bottom: 5px;
background: transparent;
color: #000;
}

