/* geral */

body {
    background-color:#ffffff;
    margin-top:0;
    margin-bottom:0;
    font-family:tahoma;
    font-size:12px
}

h1 {
    font-weight:bold;
    font-size:13px;
    padding:0px;
    margin:0px;
}

h3 {
    font-weight:bold;
    font-size:14px;
    padding:0px;
    margin:0px;
}

/* principal */

#principal {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

#header_top {
    height:77px;
    margin-bottom:12px;
}

#banner {
    width:276px;
    background-image:url('../images/back_banner.jpg');
    background-repeat:no-repeat;
    height:77px;
    padding-top:15px;
    padding-left:72px;
    float:left;
   
}

#logo {
    width:150px;
    text-align:left;
    float:left;
}

#menu {
    float:left;
	margin-left:-40px;
}

#noticias_home {
    background-color:#E0F0B2;
    width:234px;
    float:left;
}

#noticias_home ul {
    list-style:none;
    padding:0px;
    margin:0px;
    width:230px;
}

#noticias_home ul li{
    margin-bottom:5px;
    width:230px;
    background-color:#d1ec93;
}


a.noticias_home:link, a.noticias_home:visited  {
    display:block;
    padding:5px 13px 5px 13px;
    color:#000;
    text-decoration:none;
    width:209px;
    height:100%;
}

a.noticias_home:hover {
    display:block;
    background-color:#fff;
    padding:5px 13px 5px 13px;
    color:#000;
    text-decoration:none;
    width:209px;
    height:100%;
}



#content_left {
    width:347px;
    float:left;
}

#noticias {
    width:347px;
    background-color:#E0F0B2;
}

#noticias ul {
    list-style:none;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:1px;
    padding-top:0px;
    margin:0px;
    width:343px;
}

#noticias ul li{
    margin-bottom:5px;
    width:343px;
    background-color:#d1ec93;
}

a.noticias:link, a.noticias:visited {
    display:block;
    padding:15px;
    color:#000;
    text-decoration:none;
    width:314px;
    height:100%;
}

a.noticias:hover {
    display:block;
    background-color:#fff;
    color:#000;
    padding:15px;
    text-decoration:none;
    width:314px;
    height:100%;
}

a.noticias_actual:link, a.noticias_actual:visited  {
    background-color:#F20800;
    color:#fff;
    display:block;
    padding:15px;
    text-decoration:none;
    width:314px;
    height:100%;
}

a.noticias_actual:hover {
    background-color:#ff211c;
    color:#fff;
    display:block;
    padding:15px;
    text-decoration:none;
    width:314px;
    height:100%;
}

#content_home {
    width:715px;
    float:right;
    padding-left:25px;
    padding-right:25px;
    padding-top:30px;
    color:#666666;
    padding-bottom:60px;
}

#content {
    width:652px;
    float:right;
    text-align:justify;
    margin-bottom:60px;
    color:#666666;
    z-index:0;
}



#content_title {
    height:107px;
    background-color:#eaf5cc;
    border-bottom:1px solid #be0400;
}

#content_body{
    padding-left:14px;
    padding-right:14px;
    padding-top:18px;
}

#content_galeria{
    position:relative;
    padding-top:60px;
   
}

#content_galeria #prev {
    background-image:url('../images/prev.jpg');
    background-repeat:no-repeat;
    height:397px;
    width:52px;
    display:block;
}



#content_galeria #next {
    background-image:url('../images/next.jpg');
    background-repeat:no-repeat;
    height:397px;
    width:52px;
    display:block;
}



#content_galeria ul{
    float:left;
    list-style:none;
    margin:0px;
    margin-left:15px;
    padding:0px;
    width:500px;
    position:relative;
}

#content_galeria ul li{
    float:left;
    height:80px;
    width:80px;
    margin-left:20px;
    margin-bottom:20px;
}

#content_galeria ul li div{
    position:relative;
}

#content_galeria ul li a:link, a:hover{
    cursor:hand;
    cursor:pointer;
}

#sub_title {
    background-color:#f2f2f2;
    height:47px;
    margin-bottom:20px;
    font-size:14px;
}

#sub_title #txt {
    background-color:#be0400;
    height:20px;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:3px;
    padding-left:3px;
    padding-right:3px;
}

#sub_title  a:link {
    background-color:#be0400;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;

}

#sub_title  a:visited {
    background-color:#be0400;
    color:#fff;
    text-decoration:none;
}

#sub_title  a:hover {
    background-color:#be0400;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
}



#title {
    padding-top:37px;
    padding-left:17px;
    height:49px;
    background-color:#94cc00;
    background-image:url('../images/back_title_content.jpg');
    background-position:top right;
    background-repeat:no-repeat;
    color:#fff;
    font-size:25px;
}

#footer {
    position: relative;
    background-color:#94cc00;
    height:47px;
    margin-top:6px;
    background-image:url('../images/img_footer.jpg');
    background-position: top left;
    background-repeat:no-repeat;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

#footer ul {
    list-style:none;
    margin:0px;
    padding:0px;
    float:right;
}

#footer ul li {
    float:left;
    margin-left:10px;
}



#box_body {
    position:relative;
    background-color:#f1f3eb;
    background-image:url('../images/box_back.jpg');
    background-position:right bottom;
    background-repeat:no-repeat;
    padding-bottom:11px;
    border-bottom:1px solid #f20800;
    margin-right:12px;
    height:115px;
	overflow:hidden;
    float:left;
}

#box_body .box_top_left {
    position:absolute;
    top:0;
    left:0;
}

#box_body .box_top_right {
    position:absolute;
    top:0;
    right:0;
}

#box_body #title_box {
    background-color:#eff8d9;
    height:22px;
    padding-left:22px;
    padding-right:12px;
    padding-top:7px;
    text-align:right;
    font-weight:bold;
    font-size:13px;
    text-transform:uppercase;
    border-bottom:2px solid #fff;
}

#box_body #box_img {
    float:left;
    width:118px;
}

#box_body #box_content {
    float:left;
    width:87px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
}

#box_body .box_back_white {
    background-image:url('../images/box_back_white.jpg');
    background-position:left;
    background-repeat:repeat-y;
    padding-top:5px;
    height:90px;
    overflow:hidden;
}

#box_body2 {
    position:relative;
    background-color:#f1f3eb;
    background-image:url('../images/box_back2.jpg');
    background-position:right bottom;
    background-repeat:no-repeat;
    padding-bottom:11px;
    border-bottom:1px solid #f20800;
    margin-right:12px;
    float:left;
	height:85px;
	overflow:hidden;
}

#box_body2 .box_top_left {
    position:absolute;
    top:0;
    left:0;
}

#box_body2 .box_top_right {
    position:absolute;
    top:0;
    right:0;
}

#box_body2 #title_box {
    background-color:#eff8d9;
    height:18px;
    padding-left:22px;
    padding-right:12px;
    padding-top:4px;
    text-align:right;
    font-weight:bold;
    font-size:13px;
    text-transform:uppercase;
    border-bottom:2px solid #fff;
}

#box_body2 #box_img {
    float:left;
    width:80px;
}

#box_body2 #box_content {
    float:left;
    width:65px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
}

#box_body2 .box_back_white {
    background-image:url('../images/box_back_white.jpg');
    background-position:left;
    background-repeat:repeat-y;
    padding-top:5px;
    height:65px;
    overflow:hidden;
}

#box {
    position:relative;
    float:left;
    margin-bottom:15px;
    margin-right:8px;
}

#pop_up {
    display:none;
    position:absolute;
    background-image:url('../images/back_pop_up.jpg');
    background-position:left;
    background-repeat:no-repeat;
    background-color:#f20800;
    height:12px;
    width:100%;
    color:#fff;
    font-size:10px;
    text-align:right;
}

#pop_up a.pop_up_a:link, a.pop_up_a:visited {
    height:10px;
    display:block;
    padding:0px;
    margin:0px;
    
}

#pop_up a.pop_up_a:hover {
    height:10px;
    display:block;
    padding:0px;
    margin:0px;
}


#box a:link, a:visited {
    color:#666666;
    text-decoration:none;
    cursor:pointer;
}

#box a:hover {
    color:#666666;
    text-decoration:none;
    cursor:pointer;
}

#menu {
    margin-top:35px;
    margin-right:30px;
    z-index:999;
}

#menu .menus {
    font-weight:bold;
    float:left;
    list-style:none;
    padding:0;
    margin:0;
    background-image:url('../images/bottom_menu.jpg');
    background-position:top;
    background-repeat:repeat-x;
    color:#333333;
    position:relative;
    margin-right:10px;
    display:inline;
    
}

#menu a.menu:link, a.menu:visited {
    background-image:url('../images/back_menu.jpg');
    background-position:top right;
    background-repeat:no-repeat;
    height:14px;
    display:block;
    padding-top:21px;
    color:#333333;
    text-decoration:none;
    margin-bottom:2px;
    float:left;
    font-size:8px;
    text-transform:uppercase;
	font-family:verdana;
}

#menu a.menu:hover {
    background-image:url('../images/back_menu_hover.jpg');
    background-position:top right;
    background-repeat:no-repeat;
    height:14px;
    display:block;
    padding-top:21px;
    color:#333333;
    text-decoration:none;
    margin-bottom:2px;
    float:left;
    font-size:8px;
	font-family:verdana;
}

#menu .sub_menu {
    padding:0;
    margin:0;
    padding-top:0px;
    position:absolute;
    display:none;
    width:100px;
    z-index:9999;
    
}

#menu .sub_menu li {
    font-weight:normal;
    list-style:none;
    padding-left:0;
    padding-right:0;
    margin:0;
    color:#282f16;
    background-color:#94cc00;
    background-image:url('../images/back_li_menu.jpg');
    background-position:top;
    background-repeat:repeat-x;
    border-top:1px solid #8fa43b;
    border-top:1px solid #c4da57;
    font-size:11px;
    width:100px;
    text-align:center;
}

#menu  a.sub_menu_a:link, a.sub_menu_a:visited {
    height:14px;
    display:block;
    width:100px;
    color:#282f16;
    padding-bottom:3px;
    padding-top:3px;
    text-decoration:none;
}

#menu  a.sub_menu_a:hover {
    padding-bottom:3px;
    padding-top:3px;
    height:14px;
    display:block;
    width:100px;
    color:#282f16;
    background-color:#e8ff79;
    text-decoration:none;
}

#menu a.no_link:link, a.no_link:visited {
    height:14px;
    display:block;
    width:100px;
    color:#fff;
    padding-bottom:3px;
    padding-top:3px;
    background-color:#c60000;
    cursor:default;
    text-decoration:none;
}

#menu a.no_link:hover {
    height:14px;
    display:block;
    width:100px;
    color:#fff;
    padding-bottom:3px;
    padding-top:3px;
    background-color:#c60000;
    cursor: default;
    text-decoration:none;
}

a.voltar:link, a.voltar:visited {
    display:block;
    background-image:url('../images/voltar.jpg');
    background-repeat:no-repeat;
    width:45px;
    height:15px;
    margin-left:15px;
}

a.voltar:hover{
    display:block;
    display:block;
    background-image:url('../images/voltar_over.jpg');
    background-repeat:no-repeat;
    width:45px;
    height:15px;
    margin-left:15px;
}

a.pdf:link {
  display:block;
  height:35px;
  border-top:#BE0400;
  background-color:#f5f5f5;
  float:left;
  padding:10px;
}

a.pdf:visited {
  display:block;
  height:35px;
  border-top:#BE0400;
  background-color:#f5f5f5;
  float:left;
  padding:10px;
}

a.pdf:hover {
  display:block;
  height:35px;
  background-color:#e5e5e5;
 border-top:#BE0400;
  float:left;
  padding:10px;
}

/* Novo template Eventos começa aqui*/

#centar
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	margin-top:20px;
	margin-bottom:20px;
}

#cabecalho
{
	height:227px;
}
#logotipo
{
	width:246px;
	height:227px;
	float:left;
}

#imagem_principal_pagina
{
	height:227px;
	width:754px;
	background-color:black;
	float:right;
	margin-left:246px;
	position:absolute;
	z-index:-1;
}

#conteudo
{
	/*background-color:green;*/
	height:500px;
}

#menus2
{
	margin-top:40px;
	/*background-color:red;*/
	width:310px;
	float:left;
}

.menus2_img
{	
	position:absolute;
	margin-top:-5px;
	left:422px;
}

#img_haeder
{
	float:right; 
	margin-top:40px;
	margin-right:-10px;
	position:relative;
}

#img_haeder img
{
	padding-left:10px;
	padding-right:10px;
}

#img_haeder span
{
	position:absolute;
	top:-20px;
	right:10px;
	color:gray;
	font-size:12px;
	font-weight:bold;
}

#titulo_pagina
{
	text-align:right;
	font-size:30px;
	margin-top:40px;

}

#botoes
{
	text-decoration:none;
	background-color:#8ED026;
	margin-top:5px;
	margin-bottom:5px;
	width:280px;
	height:26px;
	vertical-align:middle;
	padding:5px;
}

a.botoes
{
	text-decoration:none;
	font-size:17px;
	color:black;
	line-height:23px;
}

#conteudo_botao
{
	display:none;
	position:absolute;
	z-index:2;
	left:422px;
}


#botoes:hover #conteudo_botao
{
	display:inline;
	vertical-align:middle;
}

#botao_detalhes
{
	padding-top:5px;
	padding-bottom:5px;
	margin-top:-10px;
	margin-left:-132px;
}


#botao_detalhes table tr td
{
	width:142px;
	height:36px;
	text-align:center;
}


#sub_menu_hover
{
	height:40px;
}

#sub_menu_hover:hover .hora, #sub_menu_hover:hover .local, #sub_menu_hover:hover .tema
{
	background-color:#CCC;
}

#sub_menu_hover .hora
{
	background-color:#BCE376;
	font-size:11px;
	border-bottom:1px dotted gray;
}

#sub_menu_hover .local
{
	background-color:#CEE3A0;
	font-size:11px;
	border-bottom:1px dotted gray;
}

#sub_menu_hover .tema
{
	background-color:#8ED026;
	font-size:11px;
	border-bottom:1px dotted gray;	
}

.detalhes_sub_menu
{
	display:none;
	position:absolute;
	width:270px;
	height:330px;
	left:430px;
	padding:5px;
	background-color:red;
	margin-left:-132px;
	background-color:white;
}

#sub_menu_image
{
	left: 0px;
	text-align:center;
	width: 200px;
	height:240px;
}

#sub_menu_texto
{
	margin-top:5px;
	background-color:gray;
	font-size:12px;
	background-color:#8ED026;
	padding:5px;
}

#sub_menu_links, #sub_menu_links a, #sub_menu_links:active
{
	font-size:11px;
	text-align:right;
	color:black;
	font-weight:bold;
	background-color:#8ED026;
	padding-right:5px;
	padding-bottom:5px;
}

#sub_menu_links a:hover
{
	text-decoration:underline;
}

#destaques
{
	position:absolute;
	right:0px;
	width:377px;
	height:264px;
	top:402px;
}

#destaques img
{
	width:377px;
	height:264px;
	position:absolute;
}

#destaques .destaques_titulo
{
	position:absolute;
	right:131px;
	width:200px;
	height:35px;
	top:-35px;
	left:0px;
	font-size:15px;
	background-color:#D61E26;
	padding:5px;
}

#destaques .destauqes_text
{
	position:absolute;
	margin-top:264px;
	width:368px;
	height:50px;
	font-size:15px;
	background-color:#8ED026;
	padding:5px;
}

#rodape
{
	margin-top:80px;
	clear:both;
	height:90px;
	background-color:#8ED024;
	position:relative;
	/*background-color:#A4C716;*/
}


#link_rodape
{
	right:0px;
	font-size:14px;
	padding:5px;
	position:absolute;
	z-index:200;
}

#link_rodape a
{
	color:red;
}

/* estilo das conclusões*/

#imagens
{
	margin-top:19px;
	width:200px;
	height:440px;
}

#texto
{
	width:550px;
	height:430px;
	padding:5px;
	overflow:auto;
	position:absolute;
	left:330px;
	top:347px;
	margin-left:-130px;
	margin-top:20px;
	background-color:#8ED026;
}

#consclusao_links
{
	width:543px;
	margin-left:200px;
	margin-bottom:30px;
	position:absolute;
	margin-top:-31px;
}

/* Formularios de inscrição*/

#form_incricao
{
	margin-top:50px;
}

#form_incricao input
{
	background-color:#CEE3A0;
	border:0px;
	height:23px;
	font-size:15px;
}

#form_incricao div
{
	background-color:#8ED026;
	padding:5px;
	padding-top:6px;
	vertical-align:middle;
	width:80px;	
}

.botao_voltar
{
	margin-top:10px;
	display:block;
	background-image:url('../images/voltar.png');
	width:126px;
	height:36px;
	font-size:15px;
	background-repeat:no-repeat;
	text-align:center;
	line-height: 36px
}

.botao_voltar:hover
{
	margin-top:10px;
	display:block;
	background-image:url('../images/voltar_hover.png')!important;
	width:126px;
	height:36px;	
}

.botao_voltar:link
{
	background-image:url('../images/voltar.png');	
}

