/*
	Paleta:
	@texto: #08344a;
	@texto2: #001925;
	@background: #37718e;
*/

/**
 * Regras gerais
 */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 11px;
	font-family: Tahoma, Arial;
	background-color: #FFF;
}
h2 {
	color: #FFF;
	border-bottom: 2px dotted #fff;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: 'Trebuchet MS';
	font-size: 22px;
}

h2 span {
	color: #001925;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	border:0;
}

h2.sub {
	font-size: 14px;
}

td p {
	margin: 10px 5px;
}
/**
 * Regras específicas 
 */

/* Template */
div.wrapper {
	background: #FFF url(../img/bg.png) repeat-x top left;	
}

/* Template: Header */
div#header,
div#content,
div#footer {
	width: 980px;
	margin: 0 auto;
}
div#header {
	height: 133px;
	position: relative;
}

/* Template: Header > bt-language */
div#bt-language {
	position: absolute;
	top: 0;
	right: 0;
}
div#bt-language a {
	display: block;
	padding: 1px 7px 3px;
	color: #FFF;
	background: #003146 url(../img/bg-menu-item.png) repeat-x left top;	
}
div#bt-language a:hover {
	color: #FFF9DB;
}

/* Template: Header > Menu */
ul#menu {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
ul#menu li {
	float: right;
	list-style: none;
}
ul#menu li a {
	display: block;
	padding: 5px 10px 10px 10px;
}
ul#menu li a:hover,
ul#menu li a.selected {
	color: #fff;
	background: #003146 url(../img/bg-menu-item.png) repeat-x left top;
}

/* Template: Header > Logo */
div#logo {
	position: absolute;
	top: 5px;
	left: 15px;
}
div#logo span {
	font-size: 12px;
	line-height: 2em;
}

/* Template: Header > Search */
div#search {
	width: 229px;
	height: 35px;
	position: absolute;
	left: 35px;
	bottom: 0;
	background: transparent url(../img/bg-search.png) no-repeat top left;
}
div#search input {
/*	background-color: #ff0;*/
	border: 0;
	outline: 0; 
	margin: 11px 0 0 10px;
	width: 170px;
	height: 19px;
	padding-top: 2px;
}

/* Template: Header > Patrocínio */
div#patrocinio {
	width: 526px;
	height: 52px;
	position: absolute;
	top: 37px;
	right: 10px;
}

/* Template: Conteúdo*/
div#content {
	width: 980px;
	min-height: 250px;
}

/* Template: Footer */
div#footer {
	background-color: #FFF;
}
div#footer div.wrapper {
	background: #FFF;
}

/* Template: Footer > notícias */
div#footer a.footer-news {
	color: #3274e4;
}
div#footer a.footer-news span,
div#footer a.footer-news:hover {
	text-decoration: underline;
}

/* Template: Footer > Menu */
#footer-menu {
	color: #7d939e;
	padding-bottom: 10px;
}
#footer-menu a {
	margin: 8px;
	font-size: 11px;
}
#footer-right-menu {
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}
#footer-right-menu a {
	color: #37718e;
	margin: 8px;
}

/**
 * Notícias
 */
h3.titulo_noticia {
	color: #FFF;
/*	font-weight: normal;*/
	margin: 10px 0;
}
.texto_noticia {
	font-size: 11px;
	color: #08344a;
	line-height: 140%;
}
.texto_noticia a {
	text-decoration: underline;
	color: #0057e8;
}

div#colA, div#colB {
	width: 42%;
	float:left;
	padding: 5px;
}

div#colA {
	width: 60%;
}

/**
 * Galerias
*/
.item-galeria {
	float:left;
	width: 200px;
	text-align: center;
}

/**
 * Programação/Curtindo
 */
.programacao {
	color: #08344a;
	font-weight: bold;	
}
.programacao a {
	color: #FFF;
	text-decoration: underline;
}
.programacao h3 {
	margin-top: 20px;
}

/**
 * Programação/Curtindo
 */
.programacao-ticket {}
.programacao-ticket span {
	color: #3387B2;
}
.programacao-ticket td img {}

/**
 * Newsletter
 */

.form-newsletter h2 {
	width: 250px;
	margin: 0 auto;
	color: #08344a;
}
.form-newsletter p {
	font-style: italic;
	color: #001925;
	width: 250px;
	margin: 0 auto;
}
.form-newsletter table td {
	text-align: right;
}
.form-newsletter table th {
	text-align: left;
	font-weight: normal;
}

a.leia-mais {
	color: #0057E8;
}

iframe.prog { background-color: transparent }

.programacao h2 {
	border-width: 0;
	font-size: 16px;
	padding: 0;
	margin-bottom: 3px;
}

