.titulosPaginas
{
    font-size                   : 35px;
    color                       : #666666;
    font-weight                 : normal;
    margin-top                  : 10px;
    margin-bottom               : 5px;
	text-transform				: uppercase;
	font-weight					: bold;
}

.cssTexto
{
    font-size                   : 14px;
    color                       : #666666;
    line-height                 : 22px;
    font-family                 : Trebuchet MS;
}

.cssTexto p
{
    margin-bottom               : 12px;
}

.cssTexto a 
{
    text-decoration             : underline;
	color						: #666666;
    cursor                      : pointer;
}

.cssTexto a:hover 
{
	color						: #00A3DF;
}

.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;
    }