/*CSS ARCSA*/

#main_menu{
    background-image: url('../img/fondo-topmenu.png');
    height:60px !important;
    padding: 0px 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    text-align: right;
    padding: 8px;
}

.current-path{
    border-bottom: 2px solid #1F4E7B;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #6f7173; 
}

table th{
    text-align: right;
}

#contenedor{
    margin-top: 0px;
}

#m-web{	
    background-image: url("../img/web.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    float: right;
}

#m-ingresar{	
    background-image: url("../img/ingresar.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    float: right;
}

#m-usuario{	
    background-image: url("../img/usuario.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    float: right;
}

#m-salir{	
    background-image: url("../img/salir.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    float: right;
}

#m-tramite{	
    background-image: url("../img/tramite.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    float: right;
}

#m-inicio{	
    background-image: url("../img/inicio.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    float: right;
}

#m-tareas{	
    background-image: url("../img/tareas.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    float: right;
}

#m-administracion
{
    background-image: url("../img/parametros.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    float: right;
}

div a{
    padding-left: 15px;
}

ul.flecha { 
    list-style-image: url("../img/iconos/css_go.png"); 
    font-weight: bold
}
