@charset "utf-8";
/* CSS Document */

/*grupo*/
.listaModulos{
}
.listaModulos h3{
    margin:0 0 15px 0;
    padding:0;
    font-size:16px;
    font-weight:normal;
    color:#72C3FA;
}
.listaModulos ul{
    list-style:none;
    padding:0;
    margin:0;
}
.listaModulos ul li{
}
.listaModulos ul li a{
    display:block;
    padding:0 0 0 46px;
    height:40px;
    line-height:40px;
    background:url(img/ico.gif) no-repeat left center;
    text-decoration:none;
    font-weight:bold;
}
.listaModulos ul li a:hover,.listaModulos ul li a:active,.listaModulos ul li a:before,.listaModulos ul li a{
    color:white;
}
body{background-color: #0C4C8C;}

/*pageIntro*/
#pageBackground{
    
    width:100%;
    height:100%;
    background:url(../img/pageLogin_bg.jpg) no-repeat #0C4D8C;
    position:relative;
}
#pageIntro{
    width:880px;
    margin:0 auto;
}
#pageIntro h2{
    margin:0 0 25px 0;
    padding:0;
    font-size:25px;
    color:white;
    font-weight:normal;
}

/*modulos*/
#pageIntro .Marrow{
    overflow:hidden;
}
#pageIntro .Marrow .listaModulos{
    float:left;
    width:220px;
}
#pageIntro .Marrow .listaModulos ul li{
    margin:7px 0;
}
#pageIntro .Marrow .listaModulos ul li .ativo:hover,#pageIntro .Footer .listaModulos ul li .ativo:hover{
    background-color: #001b42;
}

/*footer*/
#pageIntro .Footer{
    border-top:1px solid #dfdfdf;
    padding:25px 0;
    margin:25px 0 0 0;
    overflow:hidden;
    background:url(../img/logo_peoplesolutions.gif) no-repeat right 25px;
}
#pageIntro .Footer .listaModulos ul li{
    float:left;
    margin:0 25px 0 0;
}