@charset "utf-8";
/* CSS Document */


body {
width:900px;
margin:0 auto;
margin-top:10px;
background-color:#B0A436;
background-image:url(../images/bgsemana.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size:12px;
}

/* DEFINIÇÕES DOS LINKS */
a:active {
	
	text-decoration:none;
	color: #000000;	
}

a:hover{
	
	text-decoration:underline;
	color: #000000;
	
}

a{
	
	text-decoration:none;
	color: #000000;	
}


a:visited{
	
	text-decoration:none;
	color: #000000;
}

/* jQuery lightBox plugin - Gallery style */
	#gallerypic {
		padding: 10px;
		width: 97%;
		margin-top: 0px;
	}
	#gallerypic ul { list-style: none; }
	#gallerypic ul li { display: inline; }
	#gallerypic ul img {
		border: 3px solid #fff;
		border-width: 3px 3px 10px;
		width: 75px;
		height: 56px;
	}
	#gallerypic ul a:hover img {
		border: 3px solid #3C8BB1;
		border-width: 3px 3px 10px;
		color: #3C8BB1;
	}
	#gallerypic ul a:hover { color: #3C8BB1; }
  
 
/* ----- Cabeçalho ----- */
 
 
#cabecalho {
	width:900px;
	height:250px;
	/*background-color:#0C6;*/
}
#logo{ 
	position:absolute;
	width:152px;
	height:203px; 
	margin-top:5px;
	margin-left:15px;
	float: left;
	/*background-color:#939;*/
	}

#ladologo{ 
	position:absolute;
	width:700px;
	height:203px; 
	margin-top:0px;
	margin-left:200px;
	float: right;
	text-align: center;
	background-image:url(../images/topo.png)
	/*background-color:#939;*/
	}

#divenvolve_imageflow {
	width: 100%;
	height: 300px;
	background-color: #0033FF;
}	

/* ----- Opcoes -----*/
#opcoes_topo {
	width:99%;
	height:53px;
/*	background-color:#b7b7b7;*/
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top:1px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-left: 1%;
	padding-top: 3px;
}

#opcoes {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 1px;
}

#opcoes_texto {
	width: 97%;
	height: auto;
	margin: 0 auto;
	margin-top: -10px;	
	margin-bottom: 50px;
	border-bottom: 1px solid #CCCCCC;
}

#opcoes_seta_topo {
	width: 21px;
	height: 16px;
	float: right;
	margin-right: 5px;
	position: relative;
}

.opcoes_titulo {
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size:32px;
font-weight: bold;
text-align: left;
color: #000;
}
 
.opcoes_back_tabela {
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
text-align: center;
color: #FFF;
background-color: #B0A436;
} 

.opcoes_tabela {
font-family:"Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande","Lucida Sans Unicode",  Verdana, Helvetica, sans-serif;
font-size:13px;
font-weight: normal;
text-align: center;
color: #000;
background-color: #FFF;
} 

.opcoes_tabela_dia {
font-family:"Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande","Lucida Sans Unicode",  Verdana, Helvetica, sans-serif;
font-size:22px;
font-weight: bold;
text-align: left;
color: #000;
background-color: #B0A436;
} 

.opcoes_tabela_par {
font-family:"Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande","Lucida Sans Unicode",  Verdana, Helvetica, sans-serif;
font-size:13px;
font-weight: normal;
text-align: center;
color: #000;
background-color: #DCD38E;
} 


 
/* ----- Menu ----- */
  
#base_menu {
	width:900px;
	height:50px;
/*	background-color:#b7b7b7;*/
	background-image:url(../images/bk_menu.png);
	background-repeat: no-repeat;
	margin-top:1px;
	margin-bottom: 1px;
	}
 
#menu {
	/*background: #b7b7b7;*/
	float: left;
	list-style: none;
	margin-left: 12px;
	margin-top: 7px;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 9px;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	/*background: #b7b7b7 url("images/seperator.gif") bottom right no-repeat;*/
	color: #000;
	font-weight:bold;
	display: block;
	float: left;
	margin: 0;
	padding: 7px 6px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #FFF url("../images/hover.gif") bottom repeat-x;
	color: #000;
	padding-bottom: 6px;
	} 

  
/* ----- Conteúdo Centro ----- */
 
.clear {clear:both;} 
 
#principal { 
	width:900px;
	/*background-color:#9F0;*/
	margin-top:5px;
	margin-bottom: 10px;
	min-height:800px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:800px; /* for IE5.x and IE6 */
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	 
}
 
 #lateral_esquerda{
	position:absolute;
	margin-left:-250px;
	margin-top:-5px;
	height:554px;
	width:188px;
	z-index:1;
	}
 
 /*----Galeria de Imagens----*/
 .clear {
	clear:both
}

#gallery {
	position:relative;
	height:400px;
	margin-left:0px;
	top: -3px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500;
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:60px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
	
 /*---- Links ----*/ 
 
 /*---- titulos ----*/
 
 .tit_login{ color: #ccc;  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; font-weight:bold;}
 
 
 /*---- Input ----*/
 
.peq {width:130px; height:18px; border:1px solid #808080; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}
.med {width:220px; height:18px; border:1px solid #808080; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}
.gra {width:570px; height:200px; border:1px solid #808080; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}

 .bt_enviar{width:60px; height:20px; border:1px solid #999966; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#333333;}
 
  /*---- Textos ----*/
 
.letrapequena {height:18px; font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size:9px; color:#000;}

 /* ----- Rodapé ----- */
#rodape { 
	/*width:750px;*/
	width:100%;
	height:100px;
	margin:0px;
	clear: both;
/*	background-color:#9C0;*/

border-top:3px /*#9C0*/#b7b7b7 double;
padding-top:30px;
	
}
