@font-face { /*http://www.font2web.com*/
    font-family: 'Conv_Sansation_Regular';
    src: url('../fonts/Sansation_Regular.eot');
    src: url('../fonts/Sansation_Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sansation_Regular.svg') format('svg'),
        url('../fonts/Sansation_Regular.ttf') format('truetype'),
        url('../fonts/Sansation_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.ItemMenuPai {
    list-style-type: none;
    font-weight: bolder;
    font-family:'Conv_Sansation_Regular',Sans-Serif;
    font-size: 22px;
    margin-top: 10px;
    color: white;    
    text-shadow: black 0.1em 0.1em 0.2em
}
.ItemMenuPai:hover {
    background: #000;
    cursor: pointer;

    color: #fff;
    font-weight: bolder;
    font-family:'Conv_Sansation_Regular',Sans-Serif;
    font-size: 22px;

    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.ItemMenuPaiClicado{

}


.itemMenu{
    font-family:'Conv_Sansation_Regular';
    font-size: 15px;
    margin-top: 5px;
    height:20px;
    color: white;    
    text-shadow: black 0.1em 0.1em 0.2em
}
.itemMenuhide{
    display: none;
}
.itemMenu:hover {
    background: #000;
    cursor: pointer;

    color: #fff;
    font-family:'Conv_Sansation_Regular',Sans-Serif;
    font-size: 15px;

    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.linhaHorizontal{
    border-bottom: #4F4F4F solid 1px;
    width: 100px; margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.carregando{
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: #000;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.rodape{
    position: absolute;
    width: 100%;
    bottom: 3px;
    height: 40px;
    background-color: #000;

    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.textorodape{
    width: 80%;
    text-align: right;
    margin: auto;
    margin-top: 10px;

    font-family:'Conv_Sansation_Regular',Sans-Serif;
    font-size: 17px;
    color: #fff;
}

.divConteudo{
    font-family:'Conv_Sansation_Regular',Sans-Serif;
}