/*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/back.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: 0px 1px 0px #fff;
	text-transform:uppercase;     
}

h2 {
	font-size:14px;
	font-weight:400;
	text-align:left;
	color:#0093e0;
	text-shadow: 0px 1px 0px #fff;
}

h3 {
	font-size:12px;
	font-weight:400;
	text-align:left;
	color:#0093e0;
	text-shadow: 0px 1px 0px #fff;
}


/*estilos*/


.titulos_art {
	font-family: 'Roboto Slab', serif;
	font-size:24px;
	font-weight:700;
}

.titulos_dest {
	font-family: 'Roboto Slab', serif;
	font-size:14px;
	font-weight:700;
}

.azul {
	color:#0093e0;
}

.meses {
	font-size:22px;
	font-weight:400;
	text-align:left;
	color:#666;
	text-shadow: 0px 1px 0px #fff;
}

.sup {
	color:#0093e0
}
	
.jusdir {
	font-size:11px;
	color:#0093e0;
	margin-top:0;
	margin-bottom:0;
	text-align:right;
}
.emfalta {
	font-size:13px;
	color:#F00;
	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;
}

.lermais {
	font-size:11px;
	margin-top:0;
	margin-bottom:0;
	text-shadow: 0px 1px 0px #fff;
}

.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: 10px;
}

.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;
}
  
/*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: 0px;
}

/*tabelas*/


table.tabela1 td{
	border-style:dotted;
	border-left:none;
	border-right:none;
	border-top: none;
	border-color:#CCC;
	border-width: 1px;
}

/*galeria*/

#slideshow { 
		    margin: 0px auto; 
		    position: relative; 
		    width: 960px; 
		    height: 300px; 
		    padding: 0px; 
}
		
#slideshow > div { 
		    position: absolute; 
		    top: 0px; 
		    left: 0px; 
		    right: 0px; 
		    bottom: 0px; 

}

/*imagens*/

/*cantos redondos nas imagens
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
*/

.img_direita {
	float:right;
	margin-bottom:8px;
	margin-left:15px;
	border:none;
	/*border:1px solid #e9e9e9;
	background-color:#fff;
	padding:8px;
	box-shadow: 0 10px 6px -6px #E2E2E2;*/
}

.img_esquerda {
	float:left;
	margin-bottom:8px;
	margin-right:15px;
	border:none;
	/*border:1px solid #e9e9e9;
	background-color:#fff;
	padding:8px;
	box-shadow: 0 10px 6px -6px #E2E2E2;*/
}

.img_breves {
	margin-bottom:8px;
	margin-top:8px;
	border:none;
	/*border:1px solid #e9e9e9;
	background-color:#fff;
	padding:8px;
	box-shadow: 0 10px 6px -6px #E2E2E2;*/
}

.img_picdestaque {
	margin-bottom:0px;
	margin-top:0px;
	border:none;
}

.img_data {
	float:left;
	padding-right:5px; 
	padding-bottom:0px; 
	padding-top:3px;
}

/*links*/

a:link {
	text-decoration:none;  
	color: #0093e0;
		text-shadow: 0px 1px 0px #fff;
}

a:visited {
	text-decoration:none;  
	color: #0093e0;
		text-shadow: 0px 1px 0px #fff;
}

a:hover {
	text-decoration:none;
	color: #666;
	text-shadow: 0px 1px 0px #fff;
	text-align: center;
	font-style: normal;
}

a:active {
	text-decoration:none;
	color: #999;
	text-shadow: 0px 1px 0px #fff;
	text-align: center;
	font-style: normal;
}
a#sec:link {
	font-size:11px;
	color:#999;
	text-align:left;
	}

a#sec:visited {
	font-size:11px;
	color:#999;
	text-align:left;
	}
	
a#sec:active {
	font-size:11px;
	color:#555;
	text-align:left;
	}

a#sec:hover {
	font-size:11px;
	color:#0093e0;
	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;
	}
