@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
body {
	background: url('../img/bg-body.jpg') #ecebdc repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}
.clear {
	clear: both;
}
#tudo{
	width: 840px;
	margin: 0 auto 20px auto;
}
#topo{
	background: url('../img/img_topo.jpg') no-repeat center 42px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	height: 162px;
}
#radios {
	position: absolute;
	top: 9px;
	left: 0;
	color: #5b471c;
}
#login {
	position: absolute;
	right: 0;
	top: 9px;
}
#radios li,
#login li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #5b471c;
}
#radios li a{
	color: #5b471c;
	text-decoration: none;
}
#login li a {
	color: #000;
	text-decoration: none;
}
#radios li a:hover,
#login li a:hover {
	color: #f00;
	text-decoration: underline;
}
#logo {
	position: absolute;
	bottom: -65px; 
}
#banner {
	border: 2px solid #f00;
	position: absolute;
	top: 60px;
	left: 240px;
}
#menu {
	position: absolute;
	top: 135px;
	left: 200px;
}
#menu li {
	float: left;
	border-left: 1px solid #ffe878;
}
#menu li a {
	color: #ffe878;
	text-decoration: none;
	padding: 0 10px;
}
#menu li a:hover {
	color: #f00;
	text-decoration: underline;
}
#topo li.sem {
	border: none;
}
#telefones {
	position: absolute;
	bottom: -30px;
	left: 180px;
	font-style: normal;
	color: #260b0b;
	font-size: 13px;
}
#conteudo {
	padding-top: 85px;
}
#data {
	position: absolute;
	bottom: -30px;
	right: 20px;
	text-transform: capitalize;
}
#chamadas {
	margin-top: 20px;
	margin-left: 40px;
}
#chamadas li {
	float: left;
	width: 200px;
	margin-right: 50px;
	padding: 0 10px;
}
#chamadas li h2 {
	text-align: center;
	position: relative;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
	color: #ecebdc;
}
#chamadas li h2 span {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#chamadas li h2#historia-do-budismo span {
	background: url('../img/h-historia-do-budismo.png') no-repeat center center;
}
#chamadas li h2#budas span {
	background: url('../img/h-budas.png') no-repeat center center;
}
#chamadas li h2#agenda span {
	background: url('../img/h-agenda.png') no-repeat center center;
}
#chamadas li img {
	margin: 5px 0;
}
#chamadas li p {
	margin: 5px 0 10px 0;
	font-size: 11px;
}
#chamadas li.sem {
	margin: 0;
}
#chamadas li a {
	color: #d58100;
}
#chamadas li a:hover {
	color: #f00;
}
#rodape {
	border-top: 5px solid #fff;
	background: url('../img/bg-rodape.jpg');
}
#rodape-miolo {
	position: relative;
	width: 840px;
	margin: 0 auto;
	height: 107px;
	background: url('../img/bg-miolo-rodape.png') no-repeat 10px center;
}
#rodape-miolo p {
	clear: both;
	text-align: center;
	display: block;
	color: #000;
}
#logotrans {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#rodape-menu {
	padding-top: 20px;
	margin: 0 auto;
	width: 600px;
	height: 25px;
}
#rodape-menu li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
#rodape-menu li.sem {
	border: none;
}
#rodape-menu li a {
	color: #fff;
	text-decoration: none;
}
#rodape-menu li a:hover {
	color: #f00;
	text-decoration: underline;
}
