/****  CSS Reset para browsers  *********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height:130%;
}


/*************************** Disposição do layout ***************************/ 

body{
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:75%;
	color: #663300; /* #330000 */
	background-color: #fff1bb; /*#ffffe5*/
	padding:0px; 
	margin:0px;
	background-image: url(../images/bg_page1.gif);
	/*scrollbar-face-color: #6699FF; 
	scrollbar-shadow-color: #0000CC;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #CAEEFF;
	scrollbar-arrow-color: #0000CC;*/
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px; /*Estava com 80%*/
	text-align: left; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*margin-left: auto; 
	margin-right: auto;*/
	background: #ffffe5;  /*url(bg-auxiliar.gif) repeat-y right;*/
	min-height:100%;/**/
	border-left:1px solid #ff9900; 
	border-right:1px solid #ff9900;
}

#header { 
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


#top{ 
	width:800px;
	text-align:left;
	float: left;
	position: relative; 
	left: 0px; 
	top: 0px;
	margin:0px 0px 0px 0px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	height:500px;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	/*background-color:#F00;*/
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 268px; /* 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: 40px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	/*background-color:#FF9;*/
}
#mainContent {
	margin: 0px 0px 0px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:610px;
} 

/****************************Rodapé ***************************/

#footer{
	clear:left;
	width:800px;
	height:40px;
	bottom: 0; /**/ 
	/*color:#ffffff;*/
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	/*font-size:80%; */
	text-align: center;
	/*vertical-align:bottom;*/
}
#footer p{
	font-size:10px;
	padding: 20px 0px 0px 0px;
}

#footer a{
	color:#ffcc66;
	text-decoration:none;
	padding: 20px 0px 0px 0px;
}
#footer a:visited{
	color:#ffcc66;
}
#footer a:hover{
	color:#ffff00;
}


.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;
}

.clear {clear:both;}

#navigation{ 
	position:absolute;
	top:160px;
	left:0px;
	/*width:175px;*/
	text-align:left;
}
#navigation ul{
	list-style-type: none;
	margin: 0;	/*remove o recuo do IE e Opera*/
	padding: 0;	/*remove o recuo Mozilla e NN*/
	font: bold 10px verdana, tahoma, helvetica, sans-serif; 
}
#navigation li{
	margin-bottom:1px;
}
#navigation a {
	width:175px;
	display: block;
	color:#4c230a;
	text-decoration:none;
	padding: 5px 0 5px 25px;
	background-image:url(../images/menu_1.gif);
	voice-family: "\"; width: 200px; height: 24px}\"";
	voice-family:inherit;
}
#navigation a:hover {
	color: #4c230a;
	background-image:url(../images/menu_1a.gif);
}
.category{
	width:175px;
	color:#4c230a; /*#FC0*/
	font-size:11px;
	padding: 4px 0px 4px 25px;
	background-image:url(../images/menu_1cat.gif);
}
#btnMusic{
	position:absolute;
	top:610px;
	left:60px;
}
#1234movie{
	position:absolute;
	top:160px;
	left:532px; 
}
#depoimentos{
	position:absolute;
	top:430px;
	left:532px;
	width:268px;
	height:140px;
	/*z-index:-1;*/
	float:right;
}
#agenda{
	position:absolute;
	top:590px;
	left:532px;
	width:268px;
	height:120px;
	/*z-index:-1;*/
	
}
#dicas{
	position:absolute;
	top:650px;
	left:210px;
	width:312px;
	height:100px;
	background-image:url(../images/olhos2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#destaque1{
	position:absolute;
	top:160px;
	left:210px;
	width:312px;
	font-size:11px;
	line-height:130%;
	text-align:justify;
}
#destaque{
	position:absolute;
	top:300px;
	left:532px;
	width:268px;
	font-size:11px;
	line-height:130%;
	text-align:justify;
}

#aconteceu{
	position:absolute;
	top:340px;
	left:210px;
	width:312px;
	font-size:11px;
}

#artigos{
	position:absolute;
	top:550px;
	left:210px;
	width:312px;
	font-size:11px;
}
#glossario{
	position:absolute;
	top:690px;
	left:532px;
	width:268px;
	font-size:11px;
}

#left{ 
	width:272px; 
	text-align:left;
	float: left;
	position: relative; 
	left: 0px; 
	top: 0px;
	/*margin:5px 0px 5px 0px;*/
	padding: 10px 4px 5px 4px;
	/*border-left:1px solid #000000; */
	border-right:1px solid #ff9900; 
}

#center{ 
	width:272px; 
	text-align:left;
	float: left;
	/*margin:5px 0px 5px 0px; */
	padding: 10px 4px 5px 4px;
	/*border-left:1px solid #ff9900; */
	/*border-right:1px solid #000000; */
}

#right{ 
	width:232px; 
	text-align:left; 
	float: left;
	/*margin:5px 0px 5px 0px; */
	padding: 10px 3px 5px 3px;
	border-left:1px solid #ff9900; 
	/*border-right:1px solid #000000; */
}
#internalpage{ 
	width:570px; 
	text-align:left;
	float: right;
	padding: 10px 10px 20px 10px;
	/*border-left:0px solid #ffffff; 
	border-right:0px solid #ffffff; */
}
#internalpageGallery{ 
	width:560px; 
	text-align:left;
	float: right;
	padding: 10px 0px 10px 0px;
	/*border-left:0px solid #ffffff; 
	border-right:0px solid #ffffff; */
	background-color:#000;
}

#mig{
	position: relative;
	left: 0px; 
	top: -10px;
	text-align:left;
	padding: 10px 0px 5px 0px;
	color: #000000;
	display:block;
	BORDER-BOTTOM: #996600 1px solid; 
	TEXT-DECORATION:  none
}

#mig a{
	COLOR: #000000; 
	TEXT-DECORATION:  none
}

#mig a:hover{
	COLOR: #0000ff; 
	TEXT-DECORATION:  none
}

#mig-gallery{
	position: relative;
	left: 0px; 
	top: -10px;
	font-size:130%;
	text-align:center; 
	padding: 5px;
	color: #ffffff;
	BORDER-BOTTOM: #000000 1px solid; 
	TEXT-DECORATION:  none
}

#mig-gallery a{
	COLOR: #ffffff; 
	TEXT-DECORATION:  none
}

#mig-gallery a:hover{
	COLOR: #ffffff; 
	TEXT-DECORATION:  none
}


.headerLeft{
	position: absolute;
	left: 0px;
	top: 0px
}

	



/*************************** Estilos de texto ***************************/


div.center {
    text-align: center;
}
div.center div, div.center p, div.center table, div.center form {
    text-align: left; margin-left: auto; margin-right: auto;
}





 /* Títulos */ 

h1{ 
	background:#ffcc66;
	color:#663300; 
	padding:4px;
	margin:0px; 
	font-size:18px; 
}

h2{
	margin:0px; 
	color:#DD2424; 
	letter-spacing:3px; 
	border-left:35px solid #DD2424; 
	padding:0px 20px; 
	font-size:15px; 
}

h3 {
	color:#660000; 
	font-size:13px; 
	line-height: 120%;
}

h4 {
	color:#660000; 
	font-size:11px; 
	line-height: 120%;
}

p{ 
	line-height:120%;
}
p.double{
	line-height:200%;
}

ul{
	line-height:130%;
	margin:5px 0px 0px 30px;
}
ul.disc {
list-style-type: disc;
}
/*
li{
	padding:10px 0px 10px 0px;
}
*/
.mpic{ 
	margin:-140px 0px 0px 65px;
	line-height:130%;
	padding: 20px;
} 

.picleft1{ 
	margin:-10px 0px 50px 200px;
	line-height:130%;
	padding: 20px;
}
.picEquipe{
	float:left;
	margin:0px 10px 10px 0px;
	/*padding: 0px 20px 0px 0px;*/
}
.textEquipe{
	text-align:left;
	line-height:150%;
	padding:0px 0px 10px 125px;
}
.textEquipeApoio{
	text-align:left;
	line-height:150%;
	padding:0px 0px 100px 125px;
}

.sup-line{
	position: absolute; 
	left: 345px; 
	top: 130px;
	z-index:-1;
}

.layer1{
	position: relative; 
	left: 0px; 
	top: 0px;
	z-index: 1;
}

.layer2{
	position: relative; 
	left: 0px; 
	top: 0px;
	z-index: -2;
}
 


.TextRed1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 10px
}

.TextRed2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px
}

.TextRed3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 14px
}

.red{
	COLOR: #dd2424; 
}

.white{
	COLOR: #ffffff; 
}


.titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
	font-size: 14px;
	font: bold;
}
.info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

a{
	COLOR: #990000; 
	TEXT-DECORATION:  none
}

a:hover{
	COLOR: #0000ff; 
	TEXT-DECORATION:  none

}


a.jc7{
	font-size:9px;
	color:#000000;
	text-decoration:none;
	padding: 0px 0px 30px 0px;
	z-index:999;
}
a.jc7:visited{
	color:#000000;
}
a.jc7:hover{
	color:#000000;
}


#link{
	margin: -5px 100px 0px 0px;
	font-size:90%; 
	text-align:right;
	COLOR: #330000; 
	TEXT-DECORATION: underline 
}

#link a{
	COLOR: #330000; 
	TEXT-DECORATION:  underline

}

#link a:hover{
	COLOR: #0000ff; 
	TEXT-DECORATION:  underline

}

#link-right{
	font-size:85%; 
	text-align:right;
	/*position: relative;
	top: -20px;*/
	COLOR: #ff0000; 
	TEXT-DECORATION: none; 
}

#link-right a{
	COLOR: #ff0000; 
	TEXT-DECORATION:  none;

}

#link-right a:hover{
	COLOR: #ff0000; 
	TEXT-DECORATION:  underline;

}

#link-left{
	font-size:90%; 
	text-align:left;
	padding: 0 0 0 100;
	COLOR: #dadada; 
	TEXT-DECORATION: underline; 
}

#link-left a{
	COLOR: #dadada; 
	TEXT-DECORATION:  underline;

}

#link-left a:hover{
	COLOR: #ff0000; 
	TEXT-DECORATION:  none;

}

#link-artigo{
	font-size:100%; 
	text-align:left;
	/*padding: 0 0 0 0;*/
	COLOR: #993300; 
	TEXT-DECORATION: none; 
}

#link-artigo a{
	COLOR: #993300; 
	TEXT-DECORATION:  underline;

}

#link-artigo a:hover{
	COLOR: #993300; 
	TEXT-DECORATION:  underline;

}



/****************************Formulário ***************************/
 
input{
	        border-top: 1px solid #663300;
	        border-left: 1px solid #663300;
	        border-bottom: 1px solid #9933CC;
	        border-right: 1px solid #9933CC;
			BACKGROUND-COLOR: #FF9900;
			padding: 0px 20px 0px 20px;
	        font-size: 13px;
	        margin-bottom: 10px;
	        color: #000000;
        }
 
 
 
 
     #Contact form{
	        font-size: 10pt;
        }
        
        #Contact fieldset{
	        padding: 30px;
	        border: 1px solid #663300;
            width: 90%;
			/*margin: 20px;*/
        }
        
        #Contact legend{
	        font-weight: bold;
	        color: #000000;
	        font-size: 10pt;
	        letter-spacing: 1px;
			margin-bottom: 20px;
        }
        
        
        /* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
        html>body #Contact legend{
        	margin-bottom: 0px;
        }
        
        #Contact input{
	        border-top: 1px solid #663300;
	        border-left: 1px solid #663300;
	        border-bottom: 1px solid #9933CC;
	        border-right: 1px solid #9933CC;
			BACKGROUND-COLOR: #FFFFCC;
	        font-size: 13px;
	        margin-bottom: 10px;
	        /*color: #0E0659;*/
        }

        #Contact .radiobtn{
	        border-top: 0px solid #ffccff;
	        border-left: 0px solid #ffccff99FF;
	        border-bottom: 0px solid #ff0000;
	        border-right: 0px solid #ff0000;
			BACKGROUND-COLOR: #FFFFCC;
			text-align: top;
	        font-size: 13px;
        }
        
        #Contact select{
	        border: 1px solid #333;
	        font-size: 13px;
	        margin-bottom: 10px;
	        color: #0E0659;
			/*width: auto;*/
        }
        
        #Contact label{
	        display: block;
	        width: 300px;
	        float: left;
	        color: #000000;
			font-size: 8pt;
	        /*border-bottom: 1px solid #f1f1f1;*/
        }
        
        #Contact span{
	        color: #663300;
	        font-size: 12px;
        }
        
		#Contact textarea{
	        border-top: 1px solid #663300;
	        border-left: 1px solid #663300;
	        border-bottom: 1px solid #9933CC;
	        border-right: 1px solid #9933CC;
			BACKGROUND-COLOR: #FFFFCC;
	        font-size: 13px;
	        margin-bottom: 10px;
	        /*color: #ffccff;*/
     		overflow: auto; /* BARRA DE ROLAGEM AUTOMÁTICA */
		    height: 100px;
			/*background-color: transparent;*/
			scrollbar-arrow-color: #000066;
			scrollbar-base-color: #000033;
			scrollbar-dark-shadow-color: #336699;
			scrollbar-track-color: #666633;
			scrollbar-face-color: #cc9933;
			scrollbar-shadow-color: #DDDDDD;
			scrollbar-highlight-color: #CCCCCC;
		}
		
        #Contact .botao{
	        font-size: 13px;
	        background: #f1f1f1;
	        margin: 15px 0px 0px 0px;
			color: #FFF;
			font-weight: bold;
			margin-top: 10px;
			border: none;
        }


		#Contact .inputDisabled {
			BORDER-RIGHT: #cccccc 1px solid; 
			BORDER-TOP: #cccccc 1px solid; 
			BORDER-LEFT: #cccccc 1px solid; 
			BORDER-BOTTOM: #cccccc 1px solid; 
			BACKGROUND-COLOR: #ffffff
		}
		
		#Contact .inputError {
			BORDER-RIGHT: #cccccc 1px solid; 
			BORDER-TOP: #cccccc 1px solid; 
			BORDER-LEFT: #cccccc 1px solid; 
			BORDER-BOTTOM: #cccccc 1px solid; 
			BACKGROUND-COLOR: #ffffff
		}
