html,body {
    height:100%;
}
@font-face {
    font-family: 'Kozuka Gothic Pro';
    src: url('/design/css/kozgopro.eot');
    src: url('/design/css/kozgopro.eot?#iefix') format('embedded-opentype'),
         url('/design/css/kozgopro.woff') format('woff'),
         url('/design/css/kozgopro.ttf') format('truetype'),
         url('/design/css/kozgopro.svg#VisitorTT1BRKRegular') format('svg');
		 font-style:normal;
		 font-weight:50;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFF01;
	text-decoration: none;
	font-weight: normal;

}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}


#barramenu { background-image:url(/design/images/bg_conteudo.png); background-repeat:repeat-x}
#barrarodape { background-image:url(/design/images/bg_rodape.png); background-repeat:repeat-x}

#titulos {FONT-SIZE: 22px; COLOR: #989898; font-family: "Kozuka Gothic Pro", Arial, Helvetica; TEXT-ALIGN: left;}



.home_bot_out {
	width:32px;
	height:34px;
	background:url(/design/images/home_bot.png) no-repeat;
	cursor:pointer;
}
.home_bot_over {
	width:32px;
	height:34px;
	background:url(/design/images/home_bot.png) no-repeat;
	cursor:pointer;
    opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

.facebook_bot_out {
	width:30px;
	height:34px;
	background:url(/design/images/facebook_bot.png) no-repeat;
	cursor:pointer;
}
.facebook_bot_over {
	width:30px;
	height:34px;
	background:url(/design/images/facebook_bot.png) no-repeat;
	cursor:pointer;
    opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
.contactosbot_out {
	width:33px;
	height:34px;
	background:url(/design/images/contactos_bot.png) no-repeat;
	cursor:pointer;
}
.contactosbot_over {
	width:33px;
	height:34px;
	background:url(/design/images/contactos_bot.png) no-repeat;
	cursor:pointer;
    opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
/***********************************************************************************************************************
MENU TOPO
*************************************************************************************************************************/
.menu_topo_out {
	font-family: "Century Gothic", Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	COLOR: #FFFFFF;
	text-align:right;
	margin:0 auto;
	margin-right:30px;
	display:block;
	position:relative;
	float:left;
	cursor:pointer;
}
.menu_topo_over {
	font-family: "Century Gothic", Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	COLOR: #FFFF01;
	text-align:right;
	margin:0 auto;
	margin-right:30px;
	display:block;
	position:relative;
	float:left;
	cursor:pointer;
}

.jqueryslidemenu{
background:none;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
color: #ffffff;
padding: 0px 0px;
border-right: 0px solid #DDDDDE;
text-decoration: none;
background-color:#FFFFFF;	filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;
cursor:pointer;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display:  inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
background-color:#ffffff;
color: #333333;
filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;
}

.jqueryslidemenu ul li a:hover{
background-color:#;	filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
color: #0DB5ED;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: bold 11px Verdana;
width: 220px; /*width of sub menus*/
padding: 0px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid #cccccc;

}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #cccccc;
color: #333333;
}

#rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	margin-top:5px;
	color: #9E9E9E;
	text-decoration: none;
}


.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:60px;
    display:none;
    text-indent:-9999px;
	cursor:pointer;
    background: url('/design/images/icon_top.png') no-repeat;
}
/*****************************************************************************************************************
GALERIAS
******************************************************************************************************************/
.album_caixa1 {	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; COLOR: #3a3a3a; FONT-SIZE: 11px; height:11px; TEXT-DECORATION: none}
.album_caixa {	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND: #C60F0F; COLOR: #ffffff; FONT-SIZE: 11px; height:11px; TEXT-DECORATION: none }
.album_vermelho {FONT-SIZE: 10px; FONT-WEIGHT: bold; COLOR: #C10909; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.album_nomealbum {	FONT-SIZE: 10px; COLOR: #666666; font-weight:bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left;}
.album_textos {	FONT-SIZE: 11px; COLOR: #333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-align:justify}

.div_album_out {
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
position:relative;
display:block;
float:left;
text-align:center;
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}
.div_album_over {
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
position:relative;
display:block;
float:left;
text-align:center;
cursor:pointer;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

.div_foto_out {
position:relative;
display:block;
float:left;
text-align:center;
margin-left:3px;
margin-right:3px;
margin-bottom:5px;
cursor:pointer;
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}
.div_foto_over {
position:relative;
display:block;
float:left;
text-align:center;
margin-left:3px;
margin-right:3px;
margin-bottom:5px;
cursor:pointer;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
/*****************************************************************************************************************
NOTÍCIAS
******************************************************************************************************************/
.noticiastitulo {	FONT-SIZE: 11px; COLOR: #333333; font-weight:bold; FONT-FAMILY: Verdana, Arial, Helvetica;}
.noticiastitulodest {	FONT-SIZE: 14px; COLOR: #DCDCDC; font-weight:bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;}
.noticiasdatadest {	FONT-SIZE: 10px; COLOR: #959494; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left;}
.noticiastexto1 {	FONT-SIZE: 11px; COLOR: #949494; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left;}
.noticiastexto2 {	FONT-SIZE: 10px; COLOR: #333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left;}
.noticiastextodestaque {FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-align:justify}
a.noticias:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}

a.noticias:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	font-weight: normal;

}

a.noticias:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;

}

a.noticias:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	font-weight: normal;

}
a.noticiasdestaque:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0DB5ED;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}

a.noticiasdestaque:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #0DB5ED;
	text-decoration: none;
	font-weight: normal;

}

a.noticiasdestaque:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;

}

a.noticiasdestaque:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #0DB5ED;
	text-decoration: none;
	font-weight: normal;

}
.formulario_caixa1 {
	FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	padding:2px;
	text-align:left;
	width: auto;
	height:24px;
	-moz-box-shadow:0 0 5px #eee inset;
	-webkit-box-shadow:0 0 5px #eee inset;
}
.formulario_caixa {
	FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	background-color:#CCCCCC;
	padding:2px;
	text-align:left;
	width: auto;
	height:24px;
	-moz-box-shadow:0 0 5px #eee inset;
	-webkit-box-shadow:0 0 5px #eee inset;
}
.formulario_caixatexto1 {
	FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	padding:2px;
	text-align:left;
	width: auto;
	-moz-box-shadow:0 0 5px #eee inset;
	-webkit-box-shadow:0 0 5px #eee inset;
}
.formulario_caixatexto {
	FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	background-color:#CCCCCC;
	padding:2px;
	text-align:left;
	width: auto;
	-moz-box-shadow:0 0 5px #eee inset;
	-webkit-box-shadow:0 0 5px #eee inset;
}
.formulario_titulos {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration:none;
	}
.formulario_vermelho {	FONT-SIZE: 11px; COLOR: #BD0926; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
}
.formulario_branco {	FONT-SIZE: 11px; COLOR: #0AA8E7; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
}

.buttomsubmit_out
{
width:180px;
padding: 10px 15px 11px !important;
font-size: 18px !important;
background-color: #21A8E1;
font-weight: bold;
text-shadow: 1px 1px #21A8E1;
color: #ffffff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #21A8E1;
cursor: pointer;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.buttomsubmit_over
{
width:180px;
padding: 10px 15px 11px !important;
font-size: 18px !important;
background-color: #37B6ED;
font-weight: bold;
text-shadow: 1px 1px #37B6ED;
color: #ffffff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #37B6ED;
cursor: pointer;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
