/* Configuração principal*/
body {
	margin:0px;
	padding: 0px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1F314F), to(lightblue));
	filter: progid:DXImageTransform.Microsoft.Gradient(
        gradientType=0,startColorStr=#1F314F,
        endColorStr=lightblue);
  background-color: #1F314F;
	font-family: "Arial", Trebuchet MS, Tahoma, Verdana;
	font-size:12px;
	text-align: center;
	color:#000;
}
#todo {
	position: absolute;
	margin: 0px auto;
	text-align: justify;
	background-color: #FFC;
	word-spacing: normal;
	top: 156px;
	background-position: center center;
	page-break-before: auto;
	left: 71px;
	width: 611px;
	height: 542px;
}
#topo {
	position: relative;
	width: 980px;
	height: 152px;
	margin: 0px auto;
}
#navtop {
	position: relative;
	width: 980px;
	height: 30px;
	margin: 0px auto;
	font-size: 1.2em;
  z-index: 160;
}
#navtop2 {
	position: relative;
	width: 980px;
	height: 25px;
	margin: 0px auto;
  filter: progid:DXImageTransform.Microsoft.Gradient(
        gradientType=0,startColorStr=#1F314F,
        endColorStr=lightblue);
	background: -webkit-gradient(linear, left top, left bottom, from(#1F314F), to(lightblue));
	background: -moz-linear-gradient(top, #1F314F, lightblue);
	background-color: #1F314F;
	font-size: 1em;
}

#meio {
	position: relative;
	width: 980px;
	min-height: 500px;
	background-color: white;
	text-decoration: underline;
}

#rodape {
  
	width: 980px;
	height: 75px;
  text-align:center;
}
#esquerda {
	float: left;
	width: 150px;
	min-height: 350px;
}
#miolo {
	float: left;
	width: 520px;
	height: auto;
}
#miolo_eventos {
	float: left;
	width: 980px;
	min-height: 500px;
}
#direita {
	float: right;
	width: 300px;
	height: auto;
}
#Texto_Eventos {
	width: 700px;
	height: auto;
  margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
	border: 2px solid black;
	box-shadow: #666 0px 2px 3px;
}
.item_Texto_Eventos {
	float: left;
	width: 150px;
	height: auto;
  text-align:center;
	/*padding: 10px;*/
}
#logo {
	float: left;
	width: 200px;
	height: 100px;
	text-align: center;
	background-color: #cccccc;
	margin-right: 20px;
}

#TxEsq_eventos {
  float: left;
	width: 570px;
	height: 320px;
}
#fotos_eventos {
  float: right;
	width: 400px;
	height: 320px;
	text-align: center;
  border: 2px solid black;
  margin-right:5px;
  padding:10px 0px 0px 0px;
}
/* Config fotos  */

.galeria {
	width:390px; 
	margin:0 auto;
	text-align:left; 
	}
.img-aqui { 
	/*background: #fff;*/ 
	width:300px; 
	height:280px; 
	position:relative; 
	top:8px;
	float:right;
	}
ul.fotos {
	position:relative;
	list-style:none;  
	width:83px;
	padding:1px;
	margin:0; 
	padding:0; 
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:35px;
	height:35px;
	float:left; 
	margin:1px; 
}
ul.fotos li img {
	border:none; 
	width:35px;
	height:35px;
}
ul.fotos li span img {
	border:none;
	width:300px;
	height:280px;
	height:auto;
}
ul.fotos a {
	display: block;
	} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span.legenda {
	display: block;
	text-align:center; 
	width:300px;
	position:absolute;
	top:280px;
	left:-2px;
}
ul.fotos a:hover span {
	display: block;
    position: absolute; 
	top:-5px; 
	left: 83px;
   }
ul.fotos a:hover span.legenda {
	padding: 5px 0;
  color:#333; 
}

[if lte IE 6]>
ul.fotos {
	width:81px;
	padding:  2px 0 1px 0;
	}
ul.fotos li {
	margin-top:0; 
}
/* Fixes for IE */
/* Fix IE. Hide from IE Mac \*/
ul.fotos li { float: left; height: 1%; }
ul.fotos li a { height: 1%; }
/* End */
ul.fotos a:hover {
	text-decoration:none;
	background: none; 
	} 
ul.fotos li {width:35px;}
ul.fotos a:hover span.legenda {width:300px;}
<![endif]
   /*fim config fotos*/
.logo_eventos {
	width: 988px;
	height: 50px;
	text-align: center;
	margin: 2px 5px 4px 5px;
}
.secao_miolo {
	width: 510px;
	height: auto;
	text-align: center;
	margin: 2px 2px 2px 2px;
}
.secao_miolo_b {
	width: 980px;
	height: auto;
	text-align: center;
}
p {
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px;
	font-weight: bold;
}
.sub_secao_miolo {
	float: left;
	width: 240px;
	height: 130px;
	text-align: left;
	margin: 4px 4px 4px 4px;
}
.secao_direita {
	width: 290px;
	height: auto;
	text-align: left;
	background-color:#cccccc;
	margin: 4px 4px 4px 4px;
	font-weight: normal;
}
.sub_secao_direita {
	float: left;
  width: 135px;
	height: auto;
	text-align: center;
}
.secao_esquerda {
	width: 140px;
	height: auto;
	text-align: center;
	margin: 10px auto;
}
#rodape_direita {
	float: right;
	width: 200px;
	text-align: center;
	margin: 5px 10px 0px 0px
}
#rodape_esquerda {
	float: left;
	width: 750px;
	text-align: center;
	margin: 5px 10px 0px 0px
}
#rodape_esquerda_resultados {
	float: left;
	width: 980px;
	text-align: center;
	margin: 5px 10px 0px 0px
}
ul.historia li{
	font-weight: bold;
	font-size: 14px;
  text-align:left;
}
.confpre {
          
          /*font: 1.2em, Arial, Helvetica, sans-serif;  */
  width: 600px;
  margin: 10px auto;
  text-align: center;
  margin: 10px auto;
  padding: 10px 10px 10px 10px;
  background-color:#FFFFCC;
  border: 2px solid black;
  overflow-x: auto;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* fim da config principal*/

/* Configuração do menu superior*/
ul.menubar {
	margin: 0px;
	padding: 0px;	
}
ul.menubar .submenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); */
	background-color: #1F314F;
	filter: progid:DXImageTransform.Microsoft.Gradient(
        gradientType=0,startColorStr=#1F314F,
        endColorStr=lightblue);
	background: -webkit-gradient(linear, left top, left bottom, from(#1F314F), to(lightblue));
	background: -moz-linear-gradient(top, #1F314F, lightblue);
	float: left;
}
ul.menubar ul.menu {
	display: none;
	position: absolute;
	margin: 0px;
}
ul.menubar a {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: white;
}
ul.menu, ul.menu ul {
	margin: 0;
	padding: 0;
	width: 100px;
}
ul.menu li {
	position: relative;
	list-style: none;
	border: 0px;
}
ul.menu li a {
	display: block;
	text-decoration: none;
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); */
	filter: progid:DXImageTransform.Microsoft.Gradient(
        gradientType=0,startColorStr=#1F314F,
        endColorStr=lightblue);
	background: -webkit-gradient(linear, left top, left bottom, from(#1F314F), to(lightblue));
	background: -moz-linear-gradient(top, #1F314F, lightblue);
	background-color: #1F314F;
  color: white;
	padding: 5px 10px 5px 5px;	
}
ul.menu li sup {
	font-weight: bold;
	font-size: 7px;
	color: red;
}

* html ul.menu li {
	float: left;
	height: 1%;
}
* html ul.menu li a {
	height: 1%;
}

ul.menu ul {
	position: absolute;
	display: none;
	left: 99px;
	top: 0px;
}
ul.menu li.submenu ul {
	display: none;
}
ul.menu li.submenu {
	background: transparent;
}
ul.menu li a:hover {
	color: #E2144A;
}
/* fim da config do menu superior*/


/* Configuração das Tabelas */

table {
	text-align: left;
	border-collapse: collapse;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	background-color: #CCCCFF;
	margin: auto;
	background-repeat: no-repeat;
	position: absolute;
	border: thin none #FFF;
	left: 0px;
	top: 1px;
	width: 978px;
	height: 562px;
}
table#alter td {
	color: #000;
	background-color: #ddd59b;
}
table#alter tr.dif td {
	background-color: #999999;
}
caption {
	padding: 0 .4em .4em;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	background-color: #CFF;
}
td, th {
	border: 1px solid #cc9;
	padding: .3em;
	text-align: left;
}
thead th, tfoot th {
	border: 1px solid #cc9;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #444;
	background: #dbd9c0;
}
tbody td a {
	background: transparent;
	color: #72724c;
	text-decoration: none;
	border-bottom: 1px dotted #cc9;
}
tbody td a:hover {
	background: transparent;
	color: #666;
	border-bottom: 1px dotted #72724c;
}
tbody th a {
	background: transparent;
	color: #72724c;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #cc9;
}
tbody th a:hover {
	background: transparent;
	color: #666;
	border-bottom: 1px dotted #72724c;
}
tbody th, tbody td {
	vertical-align: center;
	horizontal-align: center;
	text-align: left;
}
tfoot td {
	border: 1px solid #996;
  text-align: left;
}
.odd {
	color: #333;
	background: #f7f5dc;
}
tbody tr:hover {
	color: #333;
	background: #fff;
}
tbody tr:hover th, tbody tr.odd:hover th {
	color: #000;
	background: #ddd59b;
}
/* fim das configs das tabelas*/
