@charset "utf-8";
/* CSS Document */

* body {
	padding:0;
	margin:0;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(../backgrounds/background.jpg);
	background-repeat:repeat-x;
	}
	
#container-geral {
	width:984px;
	height:auto;
	margin:15px auto;
	}
	
#container-colunas {
	width:100%;
	height:100%;
	}

#coluna-esquerda {
	width:23%;
	height:1009px;
	background-image:url(../backgrounds/back-coluna.png);
	background-repeat:no-repeat;
	background-position:top center;
	}

#link-site-prefeitura {
	width:230px;
	height:150px;
	float:left;
	margin-top:15px;
	}

#link-site-prefeitura img {
	border:0;
	}

#quadro-imagens {
	width:230px;
	height:auto;
	float:left;
	margin-top:500px;
	}

#quadro-imagens img {
	border:0;
	}
	
#conteudo-coluna-direita {
	width:74%;
	height:800px;
	float:right;
	}

#topo {
	height:100px;
	background-image:url(../backgrounds/back-menu.png);
	background-repeat:no-repeat;
	color:#fff;
	}
	
#menu {
	height:20px;
	text-align:center;
	border-top:2px #036 solid;
	border-bottom:10px #036 double;
	margin-top:25px;
	margin-right:10px;
	padding:5px;
	float:right;
	}
#menu a {
	text-decoration:none;
	text-indent:5px;
	color:#fff;
	font-weight:bold;
	padding:5px;
	margin-top:25px
	}

#menu a:hover {
	color: #FF6600;
	border-left: 5px #000 solid;
	}

#acessibilidade {
	width:200px;
	height:44px;
	background-image:url(../backgrounds/back-acessa.png);
	background-repeat:no-repeat;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-top:37px;
	float:right;
	}

#acessibilidade a {
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
	}

#acessibilidade img {
	border:0;
	}
	
#conteudo {
	width:90%;
	height:100%;
	padding:10px;
	text-align:justify;
	float:right;
	margin-right:20px;
	margin-top:-30px;
	z-index:9999;
	clear:both;
	color:#333;
	font-family:"trebuchet MS", tahoma, arial;
	}

#conteudo h1 {
	background-image:url(../backgrounds/bullet-marca-dagua.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:120px;
	width:100%;
	color:#036;
	border-bottom:5px double #036;
	padding:10px;
	text-transform:uppercase;
	font-size:18px;
	}

#conteudo img {
	border:0;
	margin:10px;
	text-align:center;
	}
	
p.mensagem {
	font-family:"Palatino Linotype", Arial, "Century Gothic";
	color:#900;
	}

p.normal {
	text-indent:50px;
	color:#000;
	word-spacing:2px;
	font-family:"trebuchet MS", tahoma, arial;
	}

p.titulo {
	text-indent:50px;
	color:#000;
	word-spacing:2px;
	font-family:"trebuchet MS", tahoma, arial;
	}
	
p.titulo:first-letter {
	color:#FF6600;
	background-color:#036;
	font-weight:bold;
	font-size:28px;
	padding:10px;
	margin:0px 5px 15px 0px;
	line-height:200%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:50px;
	word-spacing:2px;
	}
#conteudo em {
	font-weight:bold;
	color:#000;
	}
#conteudo h2 {
	font-weight:bold;
	color:#333;
	border-bottom: 3px #003366 solid;
	font-size:16px;
	text-transform:uppercase;
	text-indent:15px;
	padding:10px;
	background-image:url(../img/bullet-h2.png);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px auto;
	}

#conteudo h3 {
	width:100%;
	font-size:16px;
	color:#fff;
	padding:20px;
	text-transform:uppercase;
	background-color:#036;
	}

#conteudo ul li {
	list-style-image:url(../img/bullet-li.png);
	list-style-position:inside;
	color:#333;
	font-weight:bold;
	font-size:12px;
	margin-left:15px;
	padding:5px;
	text-indent:15px;
	}

#clear {
	clear:both;
	}
	

.link {
	margin-left:68%;
	margin-bottom:5%;
	display:block;
	padding:5px;
	}

.central {
	text-align:center;
	}

.programacao {
	float:left;
	padding:10px;
	margin: 10px 5px;
	}

/*Estilos dos links do cd do Congresso de Porto Feliz*/

a.leia-mais:link {
	color:#036;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	margin-bottom:15px;
	border-bottom:#003366 inset 5px;
	width:100%;
	}
	a.leia-mais:visited {
	color:#036;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	}
	a.leia-mais:active {
	color:#036;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	}
	a.leia-mais:hover {
	color:#900;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	}

a.link-corpo:active {
	color:#900;
	font-weight:bold;
	text-decoration:none;
	}
a.link-corpo:visited {
	color:#900;
	font-weight:bold;
	text-decoration:none;
	}
a.link-corpo:link {
	color:#900;
	font-weight:bold;
	text-decoration:none;
	}
a.link-corpo:hover {
	color:#036;
	font-weight:bold;
	text-decoration:underline;
	}


/*Estilos dos links do cd do Congresso de Porto Feliz*/

