/******************** CONFIGURAÇÕES DO SITE *************************/
body 
{
	background-color : #000000;
	color            : #ABABAB;	
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 10px;
}
img 
{
	border           : none;
}
p {
	line-height      : 14px;
}
h1 
{
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 20px;
}
a:link 
{
	text-decoration  : none;
}
a:visited 
{
	text-decoration  : none;
}
.logo
{
	width            : 200px;
	height           : 100px;
	clear            : left;
}
.bold 
{
	font-weight      : bold;
}
.hidden
{
	display          : none;
}
.clear-left 
{
	clear            : left;
}
.space 
{
	height           : 30px;
}
/******************** CONFIGURAÇÕES DO SITE *************************/

/******************** MENU TOPO *************************************/
.topo 
{
	height           : 140px;
	clear            : left;
	padding-bottom   : 20px;
}
/******************** MENU TOPO *************************************/

/******************** CORES SESSAO **********************************/
.blue   { color : #1791e6; } /* EVENTOS */
.purple { color : #9617e6; } /* NOTAS */
.green  { color : #90ad1c; } /* EQUIPE */
.orange { color : #e69617; } /* PARCEIROS */
.red    { color : #c21717; } /* CONTATO */
/******************** CORES SESSAO **********************************/

/******************** CONFIGURAÇÃO DAS PÁGINAS **********************/
.pagina-erro 
{
	height           : 200px;
	padding          : 100px 0; 
	text-align       : center;
	width            : 100%; 
}
.content 
{
	position         : relative;
	width            : 960px;
	margin           : 0px auto;
	height           : auto;
}
.conteudo
{
	width            : 678px;
	height           : auto;
	position         : relative;
	float            : left;
}
.texto-sessao 
{
	clear            : left;
	position         : relative;
	width            : 656px;
	height           : auto;
	padding          : 0 20px 20px 0;
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	line-height      : 18px;
}
/******************** CONFIGURAÇÃO DAS PÁGINAS **********************/

/******************** CONFIGURAÇÃO PAGINÇÃO *************************/
.pagina-atual 
{
    background-color : #FDFDFD;
    font-weight      : bold;
    margin-left      : -4px;
    padding          : 4px 10px 5px;
    color            : #1791E6;
}
.outras-paginas 
{
    background-color : #000000;
    font-weight      : bold;
    margin-left      : -4px;
    padding          : 4px 10px 5px;
    color            : #FFFFFF;
}
.numeracao 
{
	float            : left;
	width            : 25px;
	height           : 15px;
	padding          : 4px;
	border           : 5px solid  #222;
}
.numeracao a:hover 
{
	background-color : #FFFFFF;
	color            : #000000;
    margin-left      : -4px;
    padding          : 4px 10px 5px;
}
/******************** CONFIGURAÇÃO PAGINÇÃO *************************/

/******************** MENU VERTICAL *********************************/
.menuvertical 
{
	width            : 280px;
	float            : left;
}
.link-versao-antiga
{
	padding-left     : 5px;
	font-size        : 11px;
}
.versao-antiga 
{
	height           : 15px;
}
.versao-antiga a
{
	color            : #FFFFFF;
}
.versao-antiga a:hover
{
	text-decoration  : underline;
}
.eventorecente 
{
	height           : 15px;
	padding          : 20px 0 20px 0;
	border-top       : 1px solid #FFFFFF;
}
.eventorecente a
{
	color            : #FFFFFF;
}
.eventorecente a:hover
{
	text-decoration  : underline;
}
.destaque-menu 
{
	font-size        : 14px;
	font-weight      : bold;
	padding-left     : 5px;
}	
.banner-menu
{
	padding-bottom   : 20px;
	width            : 280px;
}
.busca 
{
	padding-bottom   : 20px;
}
.busca .menu-right
{
	clear            : left;
	text-align       : right;
}
.busca .buscar
{
	float            : right;
	background-color : #000000;
	border           : 1px solid #999999;
	color            : #FFFFFF;
	padding          : 2px;
	cursor           : pointer;
}
.busca .buscar:hover
{
	background-color : #FFFFFF;
	border           : 1px solid #ABABAB;
	color            : #000000;
}
.eventos-recentes 
{
	padding-top      : 10px;
}
/******************** MENU VERTICAL *********************************/

/******************** HOME ******************************************/
.home-foto-destaque 
{
	width            : 320px;
	float            : left;
	padding-right    : 18px;
	padding-bottom   : 20px;
}
.home-foto 
{
	clear            : left;
	width            : 320px;
	height           : 220px;
}
.home-titulo-evento 
{
	clear            : left;
	padding-top      : 10px;
	text-align       : right;
}
/******************** HOME ******************************************/

/******************** EVENTO DESCRIÇÃO ******************************/
.textoeventos 
{
	width            : 650px;
}
#destaquesessaoeventos 
{
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 18px;
	line-height      : 18px;
}
#linksessaoeventos a 
{
	color            : #1791e6;	
	font-weight      : bold;
	font-size        : 12px;
}
#linksessaoeventos a:hover  
{
	color            : #1791e6;
	text-decoration  : underline;	
	font-size        : 12px;
}
#conteudoeventosTexto input.field, #conteudoeventosTexto select.field, #conteudoeventosTexto textarea.field 
{
	clear            : left;
	color            : #c21717;
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 11px;
	width            : 420px;
}
#conteudoeventosTexto .botao 
{
	background-color : #000000;
	border           : 1px solid #999999;
	color            : #FFFFFF;
	padding          : 2px;
	cursor           : pointer;
}
#conteudoeventosTexto .botao:hover
{
	background-color : #1791e6;
	cursor           : pointer;
}
/******************** EVENTO DESCRIÇÃO ******************************/

/******************** EVENTO FOTOS **********************************/
.conteudo-eventos-fotos
{
	width            : 960px;
	height           : auto;
	position         : relative;
	float            : left;
	margin-bottom    : 60px;
}
.texto-sessao-eventos
{
	clear            : left;
	position         : relative;
	width            : 935px;
	text-align       : justify;
	height           : auto;
	padding          : 50px 20px 0;
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	line-height      : 18px;
}
.filtroevento 
{
    float            : right;
    margin           : 10px 15px 6px;
}
.fotoevento 
{
	float            : left;
	margin-top       : 14px;
	width            : 702px;
}
.tamanho-toto 
{
	max-width          : 633px;
	max-height         : 436px;
}
.lista-thumbs 
{
	float            : left;
	width            : 245px;
	margin-top       : 10px;
}
.thumb-horizontal 
{
	cursor           : pointer;
	width            : 99px;
}
.thumb-vertical 
{
	cursor           : pointer;
    float            : right;
    padding-bottom   : 5px;
    padding-right    : 25px;
    padding-top      : 5px;
    width            : 68px;
}
.thumb-checked
{
	background-color : #b1c8d8;
	height           : 80px;
}
.thumb-not-checked
{
	height           : 80px;
}
.foto-atual-lado-esquerdo
{
	height           : 436px;
	margin-left      : 27px;
	position         : absolute;
	width            : 316px;
	/*border: 1px solid #FF0000;*/
}
.foto-atual-lado-direito
{
	height           : 436px;
	margin-left      : 344px;
	position         : absolute;
	width            : 316px;
	/*border: 1px solid #0000FF;*/
}
.seta-esquerda
{
	background-image    : url('../imagens/tn3.png');
	background-position : -4px -2px;
	height              : 31px;
	left                : 20px;
	top                 : 187px;
	position            : absolute;
	width               : 30px;
	cursor              : pointer;
}
.seta-direita
{
	background-image    : url('../imagens/tn3.png');
	background-position : -39px -2px;
	height              : 31px;
	position            : absolute;
	right               : 20px;
	top                 : 187px;
	width               : 30px;
	cursor              : pointer;
}
.seta-esquerda:hover
{
	background-position : -4px -39px;
}
.seta-direita:hover
{
	background-position : -39px -39px;
}
/******************** EVENTO FOTOS **********************************/

/******************** EVENTO ****************************************/
.eventos 
{
	padding-right    : 20px;
}
.eventos-listagem 
{
	height           : 80px;
	padding          : 20px 0 20px 0;
	border-top       : 1px solid #1791e6;
}
.thumbs-listagem-eventos 
{
	float            : left;
	width            : 99px;
	height           : 68px;
	padding-right    : 20px;
}
.eventos-titulo
{
	font-size        : 14px;
	font-weight      : bold;
}	
/******************** EVENTO ****************************************/

/******************** NOTAS *****************************************/
.notas 
{
	padding-right    : 20px;
}
.notas-titulo 
{
	font-size        : 14px;
	font-weight      : bold;
}	
.notas-listagem 
{
	height           : 80px;
	padding          : 10px 0 20px 0;
	border-top       : 1px solid #9617e6;
	margin-top       : 10px;
}
.notas-infos
{
	width            : 650px;
	height           : auto;
	position         : relative;
	text-align       : center;
}
.notas-thumbs-listagem
{
	float            : left;
	width            : 99px;
	height           : 68px;
	padding-right    : 20px;
}
/******************** NOTAS *****************************************/

/******************** EQUIPE ****************************************/
.equipemembro 
{
	float            : left;
	height           : auto;
	position         : relative;
	width            : 50%;
	padding-bottom   : 40px;
}
.equipe-spacer
{
	clear            : left;
	margin           : 10px 0 30px 0;
	width            : 658px;
	border-bottom    : 1px solid #90ad1c;
}
.fotomembro 
{
	float            : left;
	width            : 90px;
	height           : 100px;
	padding          : 10px 10px 10px 0;
}
.contatomembro 
{
	float            : left;
	height           : auto;
	position         : relative;
}
.contatomembro table td 
{
	height           : 20px;
}
.info 
{
	padding          : 4px 0 4px 0;
}
.equipeinfo 
{
	font-weight      : bold;
	padding-right    : 10px;	
}
.info a  
{
	color            : #90ad1c;
}
.info a:hover  
{
	text-decoration  : underline;
}
.equipbold 
{
	color            : #90ad1c;
	font-weight      : bold;
}
.equipbold a  
{
	color            : #90ad1c;
}
.equipbold a:hover   
{
	color            : #90ad1c;
	text-decoration  : underline;
}
/******************** EQUIPE ****************************************/

/******************** PARCEIROS *************************************/
.tipoparceria 
{
	clear            : left;
	font-size        : 14px;
	font-weight      : bold;
	height           : 20px;
	margin           : 0 20px 20px 0;
	padding          : 10px 0 10px 0;
	border-top       : 1px solid #e69617;
	border-bottom    : 1px solid #e69617;
	color            : #e69617;
}
.parceiro 
{
	float            : left;
	padding          : 0 30px 20px 0;
}
.logoparceiro 
{
	border           : 1px dashed #e69617;
	padding          : 3px;
}
.campoparceiro 
{
	padding          : 5px 0 5px 0;
}
.texto-sessao-parceiro 
{
	clear            : left;
	position         : relative;
	width            : 62%;
	height           : auto;
	padding          : 0 20px 20px 0;
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	line-height      : 18px;
}
.fotoparceiro 
{
    float            : right;
    border           : 1px dashed #e69617;
    margin-right     : 45px;
    padding          : 3px;
}
/******************** PARCEIROS *************************************/

/******************** CONTATO ***************************************/
#contato 
{
	clear            : left;
	height           : auto;
	padding-bottom   : 50px;
}
#contato label 
{
	padding-right    : 20px;
}
#contato input.field, #contato select.field, #contato textarea.field 
{
	clear            : left;
	color            : #c21717;
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 11px;
	width            : 420px;
}
#contato .botao 
{
	float            : right;
	background-color : #000000;
	border           : 1px solid #999999;
	color            : #FFFFFF;
	padding          : 2px;
	cursor           : pointer;
}
#contato .botao:hover
{
	background-color : #c21717;
	cursor           : pointer;
}
#endereco 
{
	clear            : left;
	text-align       : center;
	padding          : 20px 0 20px 0;
	font-weight      : bold;
	color            : #c21717;
}
#contatook 
{
	padding          : 80px;
}
.contato-foto
{
	max-width        : 200px;
}
/******************** CONTATO ***************************************/

/******************** RODAPÉ ****************************************/
.footer-space 
{
	clear            : left;
	padding-top      : 50px;
	width            : 100%;
	text-align       : center;
}
.banner-footer
{
	float            : left;
	width            : 100%;
}
.footer
{
	clear            : left;
	padding-top      : 20px;
	height           : 64px;
	width            : 100%;
	text-align       : center;
	border-top       : 5px solid #181818;
}
.mondoweb 
{
	clear            : left;
	background-color : #181818;
	height           : 20px;
	text-align       : right;
	margin-top       : 20px;
	padding-top      : 10px;
	padding-right    : 10px;
}
/******************** RODAPÉ ****************************************/

