.titulosPaginas
{
    font-size                   : 25px;
    color                       : #B0CB1F;
    font-weight                 : Bold;
    margin-top:50px;
}

.cssTexto
{
	font-family					: arial;
    font-size                   : 15px;
    color                       : #7F7F7F;
    line-height                 : 20px;
}

.cssTexto p
{
    margin-bottom               : 5px;
}

.cssTexto a 
{
    text-decoration             : none;
    color                       : #7F7F7F;
    cursor                      : pointer;
}

.cssTexto a:hover
{
    text-decoration             : underline;
}

.cssTexto ul, cssTexto ol
{
    margin-left                 : 25px;
}
.cssTexto img {
	max-width: 100%;
}
@media(max-width:767px) {
	.cssTexto img {
		max-width:100%;
	}
	.cssTexto table:not(.tablesaw) td {
		margin:10px;
		display:block;
		max-width:100% !important;
	}
}
/*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;
    }
    
    