.titulosPaginas
{
    font-size                   : 23px;
    color                       : #EB1C24;
    font-weight                 : bold;
    margin                      : 00px 0px 20px 0px;
    text-transform              : uppercase;
}

.cssTexto
{
    font-size                   : 15px;
    color                       : #333333;
    line-height                 : 23px;
}

.formLabels
{
    display     : block;
    font-size   : 15px;
    color       : #666;
}

.btnSubmitNew
{
    background  : #eb1c24;
    color       : #fff;
    font-size   : 15px;
    cursor      : pointer;
    padding     : 5px 10px;
    display     : table;
    border      : none;
     
    
}

.cssTexto p
{
    margin-bottom               : 12px;
}

.cssTexto a 
{
    text-decoration             : none;
    color                       : #333333;
    cursor                      : pointer;
}

.cssTexto a:hover
{
    text-decoration             : underline;
}

.cssTexto ul, cssTexto ol
{
    margin-left                 : 25px;
}


/*MINIATURAS DO ALBUM*/
.cssTexto .albunsMiniaturas
{
    margin                      : 0px;
    padding                     : 0px;
    list-style-type             : none;
    }

.cssTexto .albunsMiniaturas li
{
    display                     : inline-block;
    margin                      : 10px;
    }

.cssTexto .albunsMiniaturas li a
{
    border                      : none;
    }

.cssTexto .albunsMiniaturas li a img
{
    border                      : none;
    }

/*TODAS AS IMAGENS DO ALBUM*/
.cssTexto .albunsDetalheMiniaturas
{
    margin                      : 0px;
    padding                     : 0px;
    list-style-type             : none;
    }

.cssTexto .albunsDetalheMiniaturas li
{
    display                     : inline-block;
    margin                      : 10px;
    }

.cssTexto .albunsDetalheMiniaturas li a
{
    border                      : none;
    }

.cssTexto .albunsDetalheMiniaturas li a img
{
    border                      : none;
    }