﻿
#MenuPasosFase
{
    font-weight: lighter;
    font-size: 95%;
}

#MenuPasosFase:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#MenuPasosFase ul{
text-indent: 0px;
padding: 3px 0;
margin: 0;
border: 0px solid #bebebe;
text-align: left; 
}

#MenuPasosFase ul li{
display: inline;
}

#MenuPasosFase ul li a
{
    background-position: right center;
    color: #999999;
    padding: 0px 0;
    padding-right: 14px;
    padding-left: 2px;
    margin: 0px;
    text-decoration: none;
    background: transparent url(../imagenes/next_semi.png) top right no-repeat;
    text-align: justify;
}
#MenuPasosFase ul li.selected a{
background-position: right center;
color: Black;
padding: 0px 0;
padding-right: 14px;
padding-left:2px;
margin: 0px;
text-decoration: none;
background: transparent url(../imagenes/next[2].png) top right no-repeat;
}
#MenuPasosFase ul li.ultima a{
    color: #999999;
    padding: 0px 0;
    padding-right: 14px;
    padding-left: 2px;
    margin: 0px;
    text-decoration: none;
    background: transparent url() top right no-repeat;
    text-align: justify;
}
#MenuPasosFase ul li.ultimaN a{
    color: Black;
    padding: 0px 0;
    padding-right: 14px;
    padding-left: 2px;
    margin: 0px;
    text-decoration: none;
    background: transparent url() top right no-repeat;
    text-align: justify;
}
#MenuPasosFase ul li a:visited{
color: #494949;
} 

#MenuPasosFase ul li a:hover{
/*color: black;*/
}
