﻿/* GERAL */

* {
	margin:0;
	padding:0;
}
body {
	width: 100%; height: 100%;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-position: top center;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.2;
	color: #545878;
}
.content {
	width: 820px;
	margin: 0 auto;
	position: relative;
}
p {
	margin-top: 20px;
}
a,  a:visited {
	color:#0066FF;
	text-decoration:none
}
a:hover {
	color:#0099FF;
	text-decoration:underline
}
a.veja-tambem:link,  a.veja-tambem:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	text-decoration:none;
	color:#0099FF
}
a.veja-tambem:hover {
	text-decoration:underline;
}




/* HEADER */
#header {
	width: 100%;
	height: 275px;
	margin-top: 0;
	background: url(fundo-header.jpg) top center repeat-x;
}
#menu-wrap {
	width: 820px;
	margin: auto;
	padding-top: 196px;
}
#menu-links ul {
	margin: 0;
	padding: 0;
}
#menu-links li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 20px;
}
#menu-links a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: red;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#menu-links a:hover {
	text-decoration: underline;
}
#link-home {
	width: 280px;
	height: 80px;
	display: block;
	position: absolute;
	top: 67px;
	text-indent: -9999px;
}




/* CONTEÚDO */

.conteudo-bloco {
	float: left;
	width: 460px;
}
.conteudo {
	margin: 0 20px 60px 0;
}
.conteudo h1,  .faixa h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #000066;
}
.conteudo h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.conteudo h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.conteudo p {
	text-align: justify;
}
.conteudo p {
	text-align: justify;
}
.conteudo a,
.widgets a {
	text-decoration: underline;
	}
blockquote {
	font-style: italic;
	margin: 30px 20px 30px 40px;
	font-size:15px;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
}
small {
	font-size: 11px;
}
ul {
	margin-left: 20px;
}
ul li {
	list-style: square;
}
ul.links {
	margin-top: 20px;
}
ul.links li {
	margin-bottom: 8px;
}
img.logos_tv {
	margin-right: 10px;
}
/* AGENDA */



.agenda {
	margin-top:30px;
	font-size: 11px;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
}
.agenda a {
	color: #7A91EB;
	}
	.agenda a.curso-taro {
	color: #F7976F;
		}
.agenda small {
	line-height: 180%;
	font: 11px Verdana;
	letter-spacing:-1px;
	color: #666666
}
.agenda small.saiba-mais {
	color: #666666
}
.agenda td.cel_titulo_mes {
	background-color:#495485;
	font-size: 13px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 5px;
	line-height:140%;
}
.agenda tr.cel_evento {
}
.agenda td.cel_evento_data,  .agenda td.cel_evento_descricao {
	border-bottom: 1px #999999 dotted;
	background-color: #F5F5F5;
	padding: 5px 0;
}
.agenda td.cel_evento_data {
	width: 153px;
	font-size:13px;
	font-weight:bold;
}
.agenda td.cel_evento_data .dia-semana {
	font: normal 11px Arial;
}
.agenda td.cel_evento_descricao {
	width: 231px;
}
.agenda td.cel_evento_descricao strong {
	color: #CC0000
}



/* WIDGETS */

.widgets-bloco {
	width: 325px;
	position: absolute;
	right: 0;
	margin: 0 0 20px 0;
	background-image: url(bg_widgets.gif);
}
.widgets-bloco-2 {
	background-image: url(bg_widgets-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.widgets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 30px 10px 35px 20px;
	background-image: url(bg_widgets-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.widgets h1,  .widgets h1 a:link,  .widgets h1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #AA4A1C;
}
.widgets h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.widgets p {
	margin-right: 30px;
}
.impressos {
	margin-top: 30px;
	clear: both
}
.impressos img.capa {
	margin-right: 10px;
	float: left;
}
.impressos a,  .impressos a:link,  .impressos a:visited {
	font-size: 12px;
	color:#FF0000;
}
body#impressos-page {
	background-image:none;
}
body#impressos-page img {
	margin-left: 2px;
	margin-bottom: 15px;
}
/* Spoiler - Definition */







a.definition,  a.definition:hover,  a.definition:visited {
	position:relative;
	padding:0;
	text-decoration:none;
	cursor:help;
	z-index:24;
	color: #2370A9;
}
a.definition:hover {
	border-bottom: 2px dotted;
	border-collor: #B7B7FF;
}
a.definition:hover {
	background:transparent;
	z-index:25;
}
a.definition span {
	display: none
}
a.definition:hover span {
	display: block;
	position: absolute;
	width: 250px;
	top: 8px;
	left: 5em;
	font: 12px arial, verdana, helvetica, sans-serif;
	padding: 5px 10px;
	border: 1px solid;
	border-color: #A7A3C0;
	background-color: #E8EAF4;
	color: #281E64;
}
/* Spoilers */







.spoiler {
	width:400px;
	padding: 10px;
	color: #666684;
	border: dotted 1px;
	border-color: #1B1D65;
	margin-top:20px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #F8F9FC;
}
a.spoiler-title:link,  a.spoiler-title:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
a.spoiler-title-italico:link,  a.spoiler-title-italico:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
}
/* FAIXA */







.faixa-bg-top {
	width: 100%;
	position: relative;
	clear: both;
	margin: 0 0 0 0;
	padding-top: 5px;
	background: url(faixa-bg-top.gif) top repeat-x;
}
.faixa-bg-down {
	background: url(faixa-bg-down.gif) bottom repeat-x;
	padding-bottom: 16px;
}
.faixa {
	width: 755px;
	position: relative;
	clear: both;
	left: 50%;
	margin-left: -380px;
}



/* FOOTER */


.footer {
	width: 755px;
	position: relative;
	clear: both;
	left: 50%;
	margin: 25px 0 0 -380px;
	text-align: center;
}
.footer a,  .footer a:visited {
	padding: 0 20px 0 20px;
	font: bold 12px Lucida Sans Unicode, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FF3333;
}
.float-left {
	float: left;
	margin-right: 15px;
}
.footer a:hover {
	color: #0066FF;
}
a.footer-small:link,  a.footer-small:visited {
	text-transform: none;
	font-size: 11px;
	color: #999999;
	padding: 0 12px 0 12px;
	font-weight: normal;
}
a.footer-small:hover {
	color: #0066FF;
}