@import url("css-pages.css");

* {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
body {
	background:url(../images/grama.jpg);
	}
	
#container {
	width:740px;
	background:#fff;
	margin:0 auto;
	}
	
#topo {
	background:url(../images/topo.jpg) center top no-repeat;
	height:137px;
	}
#topo h1 {
	height:137px;
	width:272px;
	margin-left:7px;
	float:left;
	}
#topo h1 a {
	display:block;
	height:137px;
	text-indent:-9999px;
	outline:none
	}
	
#barnav {
	float:right;
	list-style:none;
	}
#barnav li {
	height:38px;
	float:left;
	width:100px;
	}
#barnav li a {
	display:block;
	text-align:center;
	height:28px;
	padding-top:10px;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	}
#barnav li a:hover {
	background:#C26415;
	}
	
#agenda {
	width:308px;
	float:left;
	}
	
#agenda h2 {
	background:#EF862B;
	color:#fff;
	font-weight:normal;
	text-align:center;
	}
	
.horario {
	font-weight:bold;
	color:#E78A3A;
	font-size:14px;
	text-align:center;
	}
.horario span {
	margin-left:5px;
	margin-right:5px;
	}
	
#agenda table {
	width:100%;
	margin-top:35px;
	border-collapse:collapse;
	}
#agenda table tr {
	}
#agenda table tr.dif {
	background:#d9d9d9;
	}
#agenda table tr td {
	padding:3px;
	font-size:12px;
	color:#666;
	}
	
.linkimagem
{
    border: 0px;
    text-decoration: none;
}

.linkimagem img
{
    border: 0px;
}	

.noticia {
	list-style:none;
	}
.noticia li {
	height:82px;
	padding-top:5px;
	background:url(../images/fundo_noticia.gif) left top repeat-x
	}
.noticia li span {
	display:block;
	width:98%;
	margin:0 auto;
	border-bottom:1px solid #F18628;
	color:#F18628;
	text-indent:5px;
	font-size:12px;
	font-weight:bold;
	}
.noticia li p {
	font-size:12px;
	width:98%;
	margin:0 auto
	}
.noticia li p span {
	display:block;
	text-align:right;
	padding-right:15px;
	font-size:12px;
	margin:0 auto;
	border:none;
	}
.noticia li p span a {
	font-size:11px;
	color:#EF862B
	}
.noticia li p span a:hover {
	text-decoration:none;
	}
	
#conteudo-inicial {
	width:432px;
	float:right;
	}
#conteudo-inicial ul {
	list-style:none;
	}
#conteudo-inicial ul li {
	width:108px;
	height:63px;
	background:url(../images/fastnav_li.jpg) left top no-repeat;
	float:left;
	}
#conteudo-inicial ul li a {
	display:block;
	height:43px;
	padding-top:20px;
	font-size:19px;
	text-align:center;
	text-decoration:none;
	border-right:1px solid #676767;
	color:#676767;
	}


	
.flash {
	clear:both;
	height:316px;
	}
	
#conteudo-inicial div.extra {
	height:112px;
	padding-top:20px;
	background:#fff url(../images/fundo_noticia.gif) left top repeat-x;
	border-bottom:1px solid #676767;
	border-left:1px solid #676767;
	padding-left:15px;
	clear:both
	}
#conteudo-inicial div.extra img {
	float:left;
	margin-right:10px;
	padding:2px;
	background:#fff;
	border:1px solid #000
	}
#conteudo-inicial div.extra p {
	font-size:12px;
	color:#676767;
	}
#conteudo-inicial div.extra div {
	margin-top:20px;
	font-size:12px;
	color:#676767;
	}
#conteudo-inicial div.extra div h3 {
	color:#EF862B;
	font-size:16px;
	}
	
#rodape {
	background:#666;
	color:#fff;
	padding:15px;
	}
#rodape p {
	font-size:12px;
	}
