﻿/* CSS Document */
/*fonts
font-family:Arial, Helvetica, sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display SC', serif;
font-family: 'Roboto Slab', serif;
*/
body {
    margin-left: 0;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #E9E9E9;
    background-image: url(imagens/fundo.png);
    background-position: center top;
    background-repeat: no-repeat;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #555;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
/*line-height:150%;*/
}

/*titulos*/
h1,h2,h3,h4,h5 {
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #0093e0;
    text-shadow: 0 1px 0 #fff;
}

h3 {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #0093e0;
    text-shadow: 0 1px 0 #fff;
}

/*estilos*/

.titulos_art {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
	color: #0093e0;
    font-weight: 700;
}

.titulos_art_branco {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.titulos_art_branco_maior {
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.titulos_dest {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
	color: #0093e0;
    font-weight: 700;
}

.titulos_dest_branco {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.titulos_dest_branco_maior {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.azul {
    color: #0093e0;
}

.branco {
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.branco_pequeno {
    font-size: 11px;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.meses {
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #666;
    text-shadow: 0 1px 0 #fff;
}

.sup {
    color: #0093e0;
}

.jusdir {
    font-size: 11px;
    color: #0093e0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.emfalta {
    font-size: 13px;
    color: red;
    margin-top: 0;
    margin-bottom: 0;
}

.nsant {
    font-size: 10px;
    color: #F0F0F0;
    text-align: right;
}

.separador {
    font-size: 9px;
    color: #CCC;
}

.eventoslugar {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
}

.assinatura {
    font-size: 11px;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}

.notarodape {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
	text-shadow: 0 1px 0 #fff;
}

.lermais {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0 1px 0 #fff;
	float:right;
}

.lermais_esq {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0px;
    text-shadow: 0 1px 0 #fff;
	float:right;
}

.rodape {
    font-size: 11px;
    color: #666;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4px;
}

.rodape_fineprint {
    font-size: 11px;
    color: #0093e0;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.legenda {
    font-size: 11px;
    text-align: left;
    color: #999;
}

.sub {
    font-size: 13px;
    text-align: left;
}

.navegacao {
    font-size: 12px;
    color: #0093e0;
    text-align: justify;
    text-justify: inter-word;
    text-align-last: justify;
    line-height: 1.1;
    height: 1.1em;
}

.navegacao:after {
    content: ".";
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
}

.jusdireita_citacao {
    font-size: 11px;
    text-align: right;
}

.centrar {
    text-align: center;
}

.direita {
    text-align: right;
}

.avanco_lista {
    margin-left: 15px;
}

/*lista numerada*/
ol {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
}

li {
    padding-bottom: 0;
}

/*tabelas*/

table.tabela1 td {
    border-style: dotted;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #CCC;
    border-width: 1px;
}

table.tabela_esquerda td {
    border-left: none;
    border-right: none;
    border-top: none;
	border-bottom: solid;
    border-color: #CCC;
    border-width: 1px;
}

.separador_tabela {
	border-bottom: solid;
 	border-color: #E9E9E9;
    border-width: 1px;
}

/*galeria*/

#slideshow {
    margin: 0 auto;
    position: relative;
    width: 960px;
    height: 300px;
    padding: 0;
}

#slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*imagens*/
.img_direita {
    float: right;
    margin-bottom: 8px;
    margin-left: 15px;
    border: none;
}

.img_esquerda {
    float: left;
    margin-bottom: 8px;
    margin-right: 15px;
    border: none;
}

.img_breves {
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    border: none;
}

.img_video {
    margin-bottom: 16px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    border: none;
}

.img_picdestaque {
    margin-bottom: 0;
    margin-top: 0;
    border: none;
}

/*links*/
a:link {
    text-decoration: none;
    color: #0093e0;
    text-shadow: 0 1px 0 #fff;
}

a:visited {
    text-decoration: none;
    color: #0093e0;
    text-shadow: 0 1px 0 #fff;
}

a:hover {
    text-decoration: none;
    color: #666;
    text-shadow: 0 1px 0 #fff;
}

a:active {
    text-decoration: none;
    color: #999;
    text-shadow: 0 1px 0 #fff;
}

/* links fundo escuro*/
a#branco:link {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

a#branco:visited {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

a#branco:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);;
}

a#branco:active {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0);
}

/* fim links fundo escuro*/
a#sec:link {
	font-size: 11px;
    color: #0093e0;
    text-align: left;
}

a#sec:visited {
    font-size: 11px;
    color: #0093e0;
    text-align: left;
}

a#sec:hover {
    font-size: 11px;
    color: #666;
    text-align: left;
}
a#sec:active {
    font-size: 11px;
    color: #999;
    text-align: left;
}

a#pic:link {
    text-decoration: none;
}

a#pic:visited {
    text-decoration: none;
}

a#pic:hover {
    text-decoration: none;
}

a#menu:link {
    color: #555;
    text-transform: uppercase;
}

a#menu:visited {
    color: #555;
    text-transform: uppercase;
}

a#menu:hover {
    color: #0093e0;
    text-transform: uppercase;
}

a#menu:active {
    color: #999;
    text-transform: uppercase;
}