

#enlaces {
    float: right;
    margin-bottom: 10px;
    position: relative;
    z-index: 10000;
}

#enlacesMain {
    float: right;
    margin-bottom: 10px;
    position: relative;
    z-index: 100000;
}

/*
 #enlaces ul {
 padding: 0px;
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 height: 28px;
 color: #FFF;
 background: #fff url(../images/enlacesbg.gif) repeat-x;
 }
 
 #enlaces li {
 padding: 6px 6px 10px 10px;
 color: #061bed;
 float: left;
 margin: auto;
 display: inline;
 }
 
 #enlaces  li a:hover {
 color: #000;
 text-decoration: underline;
 }
 */
#nav, #nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    margin-top: 0px;
}

#nav a:link, #nav a:active, #nav a:visited {
    display: block;
    padding: 0px 5px;
    border: 1px solid #333;
    color: #fff;
    text-decoration: none;
    background-color: #9ea8cb;
}

#nav a:hover {
    background-color: #fff;
    color: #333;
}

#nav li {
    padding-left: 3px;
    padding-bottom: 0px;
    float: left;
    position: relative;
}

#nav ul {
    position: absolute;
    width: 12em;
    top: 1.5em;
    display: none;
}

#nav li ul a {
    width: 12em;
    float: left;
}

#enlaceMenu {
    color: #000;
    padding: 0px 5px 2px 5px;

}

#enlacesMain {
	margin-left:10px;
}



#enlaceMenu a:link {
	COLOR: #243987;
	text-decoration: none;
	border: 0px ;    
    background:none;
}

#enlaceMenu a:visited {
	COLOR: #243987;
	text-decoration: none;
	border: 0px ;    
    background:none;
}

#enlaceMenu a:active {
	COLOR: #243987;
	text-decoration: none;
	border: 0px ;    
    background:none;
}

#enlaceMenu a:hover {
	COLOR: #000000;
	text-decoration: none;
	border: 0px ;    
    background:none;
}


