﻿@charset "utf-8";
/* Global reset */
body { margin: 0; padding: 0; }
html, body, form, fieldset { margin: 0; padding: 0; font: 100%/140% Geneva, Trebuchet MS, Lucida, Arial, sans-serif; }
a img { border: none; }
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address { margin: 0; padding: 0; }
ul { list-style: none; margin: 0; padding: 0; } /*li { padding-left: 9px; margin: 0; }*/
/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { border: none; }
/* Form field text-scaling */
input, select, textarea { font-size: 100%; }
a:focus { outline: none; }
.fltrt { float: right; margin-left: 8px; }
.fltlft { float: left; margin-right: 8px; }
.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0; margin: 0; padding: 0;}
/* Typography */
p { padding-bottom: 10px; }
h1 { font-size: 22px; line-height: 125%; padding: 2px 0px; letter-spacing: -1px; font-weight: normal; }
/*h1 { font-size: 20px; line-height: 125%; padding: 4px; letter-spacing: -1px; }*/
h2 { font-size: 18px; line-height: 125%; padding: 4px; letter-spacing: -1px; font-weight: normal; }
/*h2 { font-size: 18px; line-height: 125%; padding: 4px; letter-spacing: -1px; }*/
h3 { font-size: 16px; line-height: 125%; padding: 4px; letter-spacing: -1px; }
h4 { font-size: 14px; line-height: 125%; padding: 4px; letter-spacing: -1px; }
a { color: #CCCCCC; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Global template */
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	/*background: #2a0001 url(../img/bg-red-black.gif) top center no-repeat;*/
	background: #000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.djbuiu #container { 
	width: 990px;  /* use 20px a menos de medida para largura completa da resolução, evitando uma barra de rolagem horizontal */
	background: #380104 url(../img/bg-container.jpg) bottom center no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px solid #000;
	border-top: none;
	text-align: left; /* border-bottom: none; this overrides the text-align: center on the body element. */
} 
.djbuiu #header { 
	/*background: transparent url(../img/header.gif) top center no-repeat;*/ 
	height: 314px;
	padding: 0;
	margin: 0;
} 
.djbuiu #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #99938A;
	display: none;
}
.djbuiu #header #cine {
	height: 280px;
	padding: 5px 0 0 0;
	text-align: center;
}
.djbuiu #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 0 0px 5px;
}
.djbuiu #mainContent {
	margin: 0 0 0 360px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 5px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.djbuiu #footer { 
	width: 990px;  /* use 20px a menos de medida para largura completa da resolução, evitando uma barra de rolagem horizontal */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.djbuiu #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	letter-spacing:0.035em;
	color: #380104;
}
.djbuiu #footer p span {
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
	padding: 0;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
#agenda {
	margin: 5px 0 0 0;
	padding: 0;
	height: 24px;
}
#agenda h3 {
	float: left;
	width: 62px;
	height: 24px;
	padding: 0;
	background: transparent url(../img/cal.jpg) top left no-repeat;
}
#agenda h3 span {
	display: none;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #fff;
}
#agenda marquee {
	padding: 0 10px;
	color: #FF0000;
	font-size: 12px;
	line-height: 20px;
}
#agenda p {
	display: inline;
	padding: 0 0 0 375px;
	text-align: right;
}
#agenda p span {
}


/* HOME STYLE */

.box-preto { background: #000000; }
.inside {
	padding: 10px;
}

.video { background: #000 url(../img/bg-video-3.jpg) top center repeat-y;}
.video-head { background: transparent url(../img/bg-video-1.jpg) top center no-repeat;}
.video-head h3 { height: 30px; }
.video-head h3 span { display: none; }
.video-body {
	background: transparent url(../img/bg-video-2.jpg) bottom center no-repeat;
	padding: 0 10px 15px 10px;
	margin-bottom: 10px;
}
.video-body p {
	text-align: center;
	padding: 0;
}
.video-body p span {
	display: block;
	font-size: 14px;
}
.video-body ul {
	margin-top: 5px;
}
.musica { background: #000 url(../img/bg-video-3.jpg) top center repeat-y;}
.musica-head { background: transparent url(../img/bg-musica-1.jpg) top center no-repeat;}
.musica-head h3 { height: 30px; }
.musica-head h3 span { display: none; }
.musica-body {
	background: transparent url(../img/bg-video-2.jpg) bottom center no-repeat;
	padding: 0 10px 15px 10px;
}
.musica-body p {
	text-align: center;
	padding: 0px;
}

.news { background: #000;}
.noticias {
	background: transparent url(../img/bg-noticia-3.jpg) top left repeat-y;
	float: left;
	width: 400px;
	padding: 0;
	position: relative;}
.noticias-head { background: transparent url(../img/bg-noticia-1.jpg) top left no-repeat;}
.noticias-head h3 { height: 30px; }
.noticias-head h3 span { display: none; }
.noticias-body {
	background: transparent url(../img/bg-noticia-2.jpg) bottom left no-repeat;
	padding: 0 10px 15px 20px;
	height: 200px;}
.ftdjbuiu {
	background: transparent url(../img/bg-djbuiu-3.jpg) top right repeat-y;
	margin: 0 0 0 400px;
	padding: 0;}
.ftdjbuiu-head { background: transparent url(../img/bg-djbuiu-1.jpg) top right no-repeat;}
.ftdjbuiu-head h3 { height: 30px; }
.ftdjbuiu-head h3 span { display: none; }
.ftdjbuiu-body {
	background: transparent url(../img/bg-djbuiu-2.jpg) bottom right no-repeat;
	padding-bottom: 15px;
	height: 200px;
	text-align: center;}
.publicidade {
	background: #000 url(../img/bg-publicidade-3.jpg) top center repeat-y;
	margin-top: 10px;}
.publicidade-head {
	background: transparent url(../img/bg-publicidade-1.jpg) top center no-repeat;
	height: 15px;
	padding-top: 10px;}
.publicidade-head span {
	display: block;
	padding-left: 78px;
	font-size: 10px;
	text-transform: uppercase;}
.publicidade-body {
	background: transparent url(../img/bg-publicidade-2.jpg) bottom center no-repeat;
	padding: 0 10px 15px 10px;
	margin-bottom: 10px;
	text-align: center;
}


.djbuiu #mainContent #mainOut {
	margin-top: 5px;
}
.djbuiu #mainContent #mainOut #secContent {
	float: left; /* since this element is floated, a width must be given */
	width: 445px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}


.destaque { background: #000 url(../img/bg-destaque-3.jpg) top center repeat-y;}
.destaque-head { background: transparent url(../img/bg-destaque-1.jpg) top center no-repeat;}
.destaque-head h3 { height: 30px; }
.destaque-head h3 span { display: none; }
.destaque-body {
	background: transparent url(../img/bg-destaque-2.jpg) bottom center no-repeat;
	padding: 0 10px 15px 10px;
	margin-bottom: 10px;
	height: 150px;
}
.destaque-body h4 {
	font-size: 16px;
	font-weight: normal;
}
.contato { background: #000 url(../img/bg-destaque-3.jpg) top center repeat-y;}
.contato-head { background: transparent url(../img/bg-contato-1.jpg) top center no-repeat;}
.contato-head h3 { height: 30px; }
.contato-head h3 span { display: none; }
.contato-body {
	background: transparent url(../img/bg-destaque-2.jpg) bottom center no-repeat;
	padding: 0 10px 15px 10px;
	margin-bottom: 10px;
}
.parceiros {
	background: #000 url(../img/bg-parceiros-3.jpg) top center repeat-y;
	margin: 0 0 0 450px;}
.parceiros-head { background: transparent url(../img/bg-parceiros-1.jpg) top center no-repeat;}
.parceiros-head h3 { height: 30px; }
.parceiros-head h3 span { display: none; }
.parceiros-body {
	background: transparent url(../img/bg-parceiros-2.jpg) bottom center no-repeat;
	padding: 0 10px 15px 10px;
	margin-bottom: 10px;
	text-align: center;
}
.parceiros-body ul li {
	margin: 10px auto;
}



.djbuiu #mainContent #parceiros {
	padding: 0;
	background: #000000;
}
.djbuiu #mainContent #parceiros h3 {
	background: transparent url(../img/bg-titulo-parceiros.jpg) top right no-repeat;
	height: 20px;
	padding: 0px;
}
.djbuiu #mainContent #parceiros h3 span {
	display: none;
}




pre {text-indent: 30px} 

#foottabmenu { 
height: 45px;
background: #800000 url(../img/bg-foottabmenu.jpg) top left repeat-x;
color: #000;
margin: 5px 0px 0px 0px; 
padding: 0px; 
z-index: 1; } 

#foottabmenu li { 
display: inline; 
overflow: hidden; 
list-style-type: none;} 

#foottabmenu a, a.selected2 {
display: block;
float: left;
width: 143px;
height: 33px;
color: #F3D2A9; 
background: #FF0000 url(../img/bg-foottabbut.jpg) top left no-repeat;
font-size: 15px;
font-weight: bold;
padding: 5px 10px 0px 10px; 
margin: 0px;
text-decoration: none;
cursor:hand;
}
#foottabmenu a {
margin-left: 1px;
}

#foottabmenu a.selected2 { 
background: #c96 url(../img/bg-foottabactive.jpg) top left repeat-x;
color: #3E2222;
margin: 0 1px 0 0;
padding: 5px 10px 7px 10px;
} 

#foottabmenu a:hover { 
color: #fff; } 

#foottabmenu a:visited { 
color: #E8E9BE; } 

#foottabmenu a.selected2:hover {
color: #DEDECF; } 

#footcontent {
text-align: justify; 
background: #c96 url(../img/bg-footcontent.jpg) bottom center no-repeat; 
padding: 20px;
z-index: 2; } 
#footcontent .hidden {
display: none; } 
#footcontent .show {
display: block; } 

#footcontent a { 
text-decoration: none; 
color: #E8E9BE; } 

#footcontent a:hover { background: #aaaaaa; }

body,html{
	scrollbar-face-color: #3E2222;
	scrollbar-highlight-color: #29090A;
	scrollbar-3dlight-color: #29090A;
	scrollbar-darkshadow-color: #29090A;
	scrollbar-shadow-color: #29090A;
	scrollbar-arrow-color: #29090A;
	scrollbar-track-color: #29090A;
}

#texto{
padding:10px;
margin:0px;
text-align: left;
color:#CCCCCC;
}
#texto h3{
color:#D2A651;
font-size:13px;
padding:0 0 10px 0;
margin:0;
}