/* CSS Document */
#mnuContenedor ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #dee4e7;
color: #666666;
width: 100%;
font: normal 99% arial, helvetica, sans-serif;
text-align: center;
}

#mnuLista li { display: inline; margin-left: -4px;}
#mnuLista li a {
  text-decoration: none;
  background-color: #dee4e7;
  color: #666666;
  padding: .2em 0.9em;
  border-left: 1px solid #aed4ec; border-right: 1px solid #aed4ec; }
#mnuLista li a:hover {
  background-color: #e9f7ff;
  color: #000000; }
  
#active a:link, #active a:visited, #active a:hover {
	background-color: #c2e5fe;
	color: #666666; }
	
	
/* Lista Pasos de la Inscripcion HLA */
/* Start Holly Hack, hidden from MacIE. \*/
* html #navigation ul li {
height: 1%;
}
/* End Holly Hack. */

#navcontainer {
   margin-left: auto;
   margin-right:40px;
   margin-bottom: 30px;
   margin-top: 15px;
   background: url(../../images/pixel/grey.gif) repeat-x 0 50%;
   z-index: 1; }

#navcontainer ul {
   list-style-type: none;
   text-align: center;
   margin-top: -5px;
   padding: 0;
   position: relative;
   z-index: 2; }

#navcontainer li {
   display: inline;
   text-align: center;
   margin: 0 5px; }
#navcontainer li a {
   padding: 1px 7px;
   color: #666;
   background-color: #fff;
   border: 1px solid #ccc;
   text-decoration: none; }
#navcontainer li a:hover {
   color: #000;
   border: 1px solid #666;
   border-top: 2px solid #666;
   border-bottom: 2px solid #666; }
#navcontainer li a#current {
   color: #000;
   border: 1px solid #666;
   border-top: 2px solid #666;
   border-bottom: 2px solid #666; }

#active {
    padding: 0.2em 1em;
	color: #687fd3;
	text-decoration: none; font-weight: bold; }
#activeMenu {
    padding: 0.2em 1em;
	background-color: #d1dee6;
	color: #687fd3;
	text-decoration: none; font-weight: bold;
	border-right: 1px solid #f1e4f9; border-left: 1px solid #e4f9e8;
	background-color: #e0fbff; }
	
.Estilo6 {
	font-size: 14px;
	font-weight: bold; }
.Estilo7 {color: #FF0000}