@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}
#principal {
	width: 800px;
	height: auto;
	position: relative;
	background-color: #FFFFFF;
	display: table;
	margin: auto;
	padding: 10px;
}
#tabela {
	width: 690px;
	position: relative;
	height: auto;
	float: left;
}
#conteudo {
	width: 690px;
	float: left;
	position: relative;
	height: auto;
	background-color: #FFF;
	text-align: justify;
	margin-top: 10px;
}
.textoescuro {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	line-height:20px;
}
.textoescuromenor {
	font-family: Arial;
	font-size: 11px;
	color: #333;
	line-height:20px;
}
.textoclaro {
	font-family: Arial;
	font-size: 11px;
	color: #848484;
	line-height:20px;
}
.textoclaromenor {
	font-family: Arial;
	font-size: 10px;
	color: #ADADAD;
}
.textovermelhomenor {
	font-family: Arial;
	font-size: 11px;
	color: #E60003;
	line-height:20px;
}
.textoroxomenor {
	font-family: Arial;
	font-size: 11px;
	color: #93117E;
	line-height:20px;
}
.textoazulmenor {
	font-family: Arial;
	font-size: 11px;
	color: #01B2E6;
	line-height:20px;
}
.escurodir {
	font-family: Arial;
	font-size: 11px;
	color: #333;
	text-decoration:none;
	float:right;
}
.escurolink {
	font-family: Arial;
	font-size: 11px;
	color: #333;
	text-decoration:none;
	float:right;
}
.escurolink:link, .escurolink:visited, .escurolink:active {
	color: #333;
	text-decoration:none;
}
.escurolink:hover {
	color: #E60003;;
	text-decoration:none;
}
.textoazul {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #01B2E6;
}
.textovermelho {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #E60003;
}
.textoroxo {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #93117E;
}
.textoscaixa {
	font-family: Arial;
	font-size: 12px;
	color: #8A8A8A;
	line-height: 17px;
}
.menu {
	float: left;
	height: 23px;
	width: 690px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 7px;
}
#menu {
	float: left;
	height: 23px;
	width: 690px;
	position: relative;
	background-color: #FFFFFF;
}
#foto {
	height: auto;
	width: 690px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
#topo {
	height: auto;
	width: 690px;
	position: relative;
	background-color: #FFF;
}
.fotinho {
	height: auto;
	width: 225px;
	position: relative;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 5px;
}
#credito {
	float: left;
	width: 690px;
	position: relative;
	height: auto;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* menu de eventos
-------------------------*/
#menu-eventos{ display: block; list-style: none;  margin: 0; position: relative; top: 0; z-index: 50; padding: 0; width: 200px; float: right; text-align: center;  }
#menu-eventos li{ float: ; display: block; font: 12px Arial, Helvetica, sans-serif; color: #fff; height: auto; padding: 0; height: 22px;}
#menu-eventos li a{ font: 12px Arial, Helvetica, sans-serif; color: #fff; width: auto; height: auto; padding: 5px 2px; text-decoration: none; background: #f00; display: block;}
#menu-eventos li a:hover{ font: 12px Arial, Helvetica, sans-serif; color: #555; width: auto; height: auto; padding: 5px 2px; text-decoration: none; background: #eee; display: block; }

#menu-eventos li.submenu-eventos{ position: relative; z-index: 50; }
#menu-eventos li.submenu-eventos ul{ display: none; width: 690px; height: auto; position: absolute; right: 0 !important; top: 25px; z-index: 50; padding: 0; margin:0; background: #eee; text-align: right !important;  }
#menu-eventos li.submenu-eventos ul li{  float: left !important; height: auto; background: #eee; color: #fff; padding: 0; clear: none !important; margin:0 0 0 10px;}
#menu-eventos li.submenu-eventos ul li a{  display: block; font: 12px Arial, Helvetica, sans-serif; color: #555; text-decoration: none; background: #eee; padding: 5px;  } 
#menu-eventos li.submenu-eventos ul li a:hover{ display: block; font: 12px Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; background: #f00; padding: 5px;  } 


/***************
-----------------------------*/
.faixa-cinza{ padding: 5px; background: #eee; color: #555; font: 12px Arial, Helvetica, sans-serif; display: ; width: 450px; float: left !important; margin: 0;  }

.left{ float: left; } 
.right{ float: right; } 

.titulo-ano{ font: bolder 14px Arial, Helvetica, sans-serif; color: #f00; padding: 5px; display: block; background: #f9f9f9;}
.clear{ clear: both; }

