@font-face {
    font-family: Roboto;
    src: url('../../estilos/Fuentes/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}	

@font-face {
    font-family: HelveticaCondensed;
    src: url('../../estilos/Fuentes/Helvetica/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body{
    font-family: HelveticaCondensed;
    margin: 0px; 
    padding: 0px; 
    border: 0px;
}
.pasosContainer{
    width: 100%;
    height: 55px;
    overflow: hidden;
}
.paso{
    width: 33.3%;
    height: 55px;
    color: #000;
    background-color: #D3D9DE;
    text-align: center;
    float: left;
}
.paso .header{
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    text-shadow: 0 0px 0 #f3f3f3 !important;
}
.paso .detail{
    height: 23px;
    font-family: HelveticaCondensed;
    font-size: 12px;
    font-weight: normal;
    padding-top: 2px;
    text-shadow: 0 0px 0 #f3f3f3 !important;
}
.paso.active{color: #FFF;}
.plataforma1 .paso.active{background-color: #99ba24;}
.plataforma2 .paso.active{background-color: #9F2241; /*#5f6090*/}
@media screen and (orientation: portrait), screen and (max-width: 35em) {
    .paso{width: 100%;}
    .paso.hidden{display: none;}
}