/* CSS Reset =============================================== */
body, h1, h2, h3, h4, h5, h6, form, div, span, dl, ul, ol,li, dt, dd, p, address,a, blockquote{margin:0;padding:0;border:none;}/*agrupei todos esses elementos entre virgulas e apliquei essa formatacao*/
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
hr{display:none;}/*aqui nao ira mais aparecer as linhas horizontais*/
p{margin-bottom:1.1em;}
ul li{list-style:none;}

/* CSS Document */
    /*
    Alpha PNG support for IE
    ------------------------------
    Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
    O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
    \*/
img {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

#Banner{
	width: 649px;
	height: 146px;
	margin-left: 19px;
}

body{
    background-color: #b1cedd;
	margin:0px;
    padding: 0px;
	font-family: sans-serif, Arial, Helvetica;
    font-size: 13px;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
    width: 900px; /* Bruno */
}

/*#FundoMenu{
    background-image: url(../imagens/estrutura/menuLateral/tituloSimples-a.gif);
    width: 148px;
    height: 21px;
    padding-left: 5px;
}

.FontTitMenu{
    font-family: Georgia;
    color: #A24030;
    font-weight: bolder;
    vertical-align: middle;
    font-size: 17px;
}*/


#ConteudoGeral{
    /*background-color: #000;*/
    width: 1200px;
    margin-top: 25px;
    z-index: -1;
}

#logoMarca{
    margin-bottom: 15px;
}

#FundoSiteGeral{
        background-image: url(../imagens/estrutura/subFundo.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 100%;
	float: left;
}

#ConteudoLateral{
    width: 195px;
    z-index: 5;
}

#MenuLateralLaranja{
    *margin-top: -4px;
    width: 185px;
    background-color: transparent;
    z-index: 5;
}


#MenuLaranjaConteudo{
    background-color: transparent;
    width: 185px;
    *margin-top: -4px;
    *margin-bottom: -3px;
}

#MenuLaranjaSubConteudo{
    width: 141px;
    margin-left: 20px;
}

ul#menu {
    margin: 0; /* retira o recuo para alguns browsers */
    padding:0; /* retira o recuo para outros browsers */
    list-style-type: none; /* retira o marcador de listas*/
    margin-bottom:20px;
}

ul#menu li{
    margin: 0 0 0 0; /* retira o recuo para alguns browsers */
    padding:0 0 0 0; /* retira o recuo para outros browsers */
}

ul#menu li:hover{
    width: 122px;	
	/*background-color: #006699;*/
    background-color: #006699;
}

ul#menu li a{
    width: 122px;	
    margin: 0; /* retira o recuo para alguns browsers */
    padding:0; /* retira o recuo para outros browsers */
    text-decoration: none;
    color:#003368; /* define a cor da fonte */
    margin-left: 5px;
}

ul#menu li a:hover{
    /*text-decoration: underline;*/
   
}

#QuadradoMenuLaranja{
    margin: 0;
    padding:0;
    vertical-align: middle;
    margin-left: 5px;
}

.fonte_menu{
	font-family:Arial;
	font-size:12px;
   /* font-weight: bold;*/
}

.LinhaHorizontalMenuLaranja{
    background-image: url(../imagens/estrutura/menuLateral/linha_horizontal_menu.gif);
	background-repeat:repeat-x;
	background-position:center;
    width: 122px;
    height: 1px;
    line-height: 1px;
    margin: 0;
    padding:0;
    _margin-top: -7px;
    _margin-bottom: -7px;
}

#ConteudoMeio{
    /*background-color: pink;*/
    width: 700px;
	margin-left: -25px;    
  /*  margin-left: 210px;
    _margin-left: 210px; */ /*Bruno*/
    float: left;
}

#ConteudoLateral{
    float: left;
}

.MenuSupImg{
    border: 0;
    margin: 0;
    padding: 0;
}

#SubMenuSimples{
    margin-top: 10px;
}

#SubMenuComplexo{
    margin-top: 10px;
    width: 726px; /*643px*/
    background-image: url(../imagens/estrutura/menuSuperior/vinhetas_busca.png);
    /*margin-bottom: 10px;*/
    height: 89px;
}

#ConteudoPrincipal{
    /*background-color: blue;*/
    width: 615px;
    margin-top: 0;
    *margin-top: -4px;

}

#ConteudoCentral{
	background-image: url(../imagens/estrutura/borda_conteudo_meio.png);
    background-color: #FFF;
/*    width: 680px; */
    width: 690px;
    /*background-color: green;*/
    float: left;
    z-index: -1;
    padding-left: 14px;
    padding-right: 22px;
}


#RodapeFlutuante{
    /*background-color: red;*/
    width: 690px;
    margin: 15px 0 15px 0;
    text-align: center;
    color: #808080;
}

#RodapeFlutuante span{
    background-color: #FFF;
}


#RodapeFlutuante a{
    color: #808080;
    text-decoration: none;

}

#RodapeFlutuante a:hover{
    color: #808080;
    text-decoration: underline;
}



#Conteudo{
   /* background-color: #AAA; Bruno*/
   /*background-color: blue;*/
    float: left;
    /*width: 526px;*/ /* 480 */
/*    width: 501px;*/
    width: 481px; /* 480 */
    _width: 481px; /* 480 */
    /*margin-left: 10px;*/
    margin-left: 20px;
    /*_margin-left: 6px;*/
    _margin-left: 10px;
    margin-right: -10px;
    z-index: -1;
}

#ConteudoBranco{
    z-index: -1;
}



#ColunaLateralFixa{
    /*background-color:red;*/
    width: 155px;
    float: right;
    margin-left: 10px;
    _margin-left: -50px;
    margin-right: 13px;
    _margin-right: 6px; /*Bruno*/
    padding-right: -10px;
    padding-left: -15px;
}

#Newsletter{
    background-color: #E7E7E8;
    margin-bottom: 10px;
	width:154px;
	_width:150px;	
	border-color: #F58220;
	border-top-color: #E7E7E8;
	border-style: solid;
	border-width: 0.1em 0.1em 0 0.1em;
}

#Boletim{
    background-color: #E7E7E8;
    margin-bottom: 10px;
	width:154px;
	_width:150px;	
	border-color: #C00;
	border-top-color: #E7E7E8;
	border-style: solid;
	border-width: 0.1em 0.1em 0 0.1em;
	
	font-size:11px;
	color: #494949;
}


.TextMiddle{
    /*background-color: green;*/
	text-align:left;
	width:135px;
    _width:135px;
	font-size:11px;
    margin-top:5px;
    margin-left: 10px;
    margin-right: 10px;
    _margin-right: 0px;
    margin-bottom: 5px;
    color: #222;
/*    font-weight: bold;*/
}

.InputNoFormat{
    margin-left: 7px;
    border: 0;
    text-decoration: none;
    text-transform: lowercase;
    color: #667;
}

.btnEnvio, .btnEnvioBoletim{
    margin-left:92px;
    _margin-left:70px;
    color: #FF9900;
    margin-top:5px;
    cursor:pointer;
    background: url(../imagens/estrutura/botoes/btn_form_enviar.png);
    background-repeat: no-repeat;
    /*background-color: #000000;*/
    border:0;
    font-size: 9px;
    margin-bottom: 5px;
}

.btnEnvioBoletim{
	background: url(../imagens/estrutura/botoes/btn_form_enviar-boletim.png);
	background-repeat: no-repeat;
}

.btnEnvioContato{
    margin-left:92px;
    _margin-left:70px;
    color: #FF9900;
    margin-top:5px;
    cursor:pointer;
    background: url(../imagens/estrutura/botoes/btn_form_enviar_azul.png);
    background-repeat: no-repeat;
    border:0;
    font-size: 9px;
    margin-bottom: 5px;
}


/*
.btnPrevia{
    //margin-left:10px;
    margin-left:10px;
    margin-right: 6px;
    margin-top:5px;
    cursor:pointer;
    background: url(../imagens/estrutura/botoes/btn_form_previa.gif);
    background-repeat: no-repeat;
    border:0;
    font-size: 8px;
    margin-bottom: 5px;
}                      */

.btnBuscar{
    cursor:pointer;
    background: url(../imagens/estrutura/botoes/btnBuscar.gif);
    background-repeat: no-repeat;
    border:0;
    font-size: 9px;
    float: right;
}

.btnVotar{
    margin-left:92px;
    _margin-left:70px;
    margin-top:2px;
    /*margin-bottom: 5px;*/
    cursor:pointer;
    background: url(../imagens/estrutura/botoes/btn_form_votar_1.png);
    background-repeat: no-repeat;
    border:0;
    font-size: 9px;
}

#Enquete{
    background-color: #E7E7E8;
	width:154px;
	_width:150px;
	border-color: #43B97D;
	border-top-color: #E7E7E8;
	border-style: solid;
	border-width: 0.1em 0.1em 0 0.1em;	
}

#Contato{
    margin-top: 10px;
    background-color: #E7E7E8;
	width:154px;
	_width:150px;
	border-color: #0095DA;
	border-top-color: #E7E7E8;
	border-style: solid;
	border-width: 0.1em 0.1em 0 0.1em;	
}

#Contato span{
    color: #494949;
	text-align:left;
	width:105px;
	font-size:11px;
    margin-left: 10px;
    font-weight: bold;
}

#Boletim span{
    color: #494949;
	text-align:left;
	width:105px;
	font-size:11px;
    margin-left: 10px;
    font-weight: bold;
}

.TituloTopo{
    font-family: Georgia;
    color: #003399;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: left;
}


.VinhetaTexto{
    float: left;
    font-family: Georgia;
    color: #ffffff;
    font-size: 20px;
    background-color: #0090d5;
}


.VinhetaSecundaria{
    float: left;
    width: 458px;
    font-family: Georgia;
    color: #0090d5;
    font-size: 17px;
    background-color: #FFF;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    /*background-color: green;*/
}

#VinhetaSecEsq{
    background-image: url(../imagens/estrutura/vinhetas/vinheta-secundaria.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 19px;
    float: left;
    margin-right: 2px;
    margin-top: 3px;
    margin-bottom: -3px;
    /*background-color: red;*/
}

#VinhetaSecDir{
    background-image: url(../imagens/estrutura/vinheta_direita.gif);
    background-repeat: no-repeat;
    /*background-color: blue;*/
    width: 24px;
    height: 24px;
    float: left;
}

#VinhetaEsq{
    background-image: url(../imagens/estrutura/vinheta_esquerda.gif);
    background-repeat: no-repeat;
    width: 31px;
    height: 24px;
    float: left;
}

#VinhetaDir{
    background-image: url(../imagens/estrutura/vinheta_direita.gif);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    /*clear: both;*/
}

.limpaVinhetaSec{
    clear: both;
    margin-bottom: -5px;
}

.limpaVinheta{
    clear: both;
    margin-bottom: 10px;
}




#NoticiaJornal{
    width: 225px;
    height: 135px;
    _height: 184px;
    /* background-color: #D4EFFD; */
    background-color: #E7E7E8; 
}

#JornalDigital{
    width: 480px;
  /*  background-color: yellow;*/
}


#NoticiasSubSite{
   /* background-color: pink; */
    margin-top: 25px;
    clear: both;
}


.titulo{
    color: #003399;
}


#TituloJornal{

}

#AlinhaJornal{

}


#ImagemJornal{
    float: left;
    margin: 0 5px 0 0;
    width:100px;
    height:133px;
    background-color:#CCC;
}

.SubTitulo{
    color: #003399;
    font-weight: bold;
    margin-bottom: 5px;
}



.TituloData{
    font-size: 11px;
    font-weight: bolder;
    color: #666;
}

.LinkLaranja{
    text-decoration: none;
    color: #000080;
}

.link{
    text-decoration: none;
    color: #666666;
}

.link:hover{
    text-decoration: underline;
}



.LinkLimpo a{
    text-decoration: none;
    color: #000;
}

.LinkLimpo a:hover{
    text-decoration: underline;
}

#NoticiaModelo{
    /*background-color: #FFFF00;*/
    clear: right;
}


#NoticiaModeloEsquerdo{
    float: left;
    vertical-align: middle;
}


#NoticiaModeloConteudo{
    width: 480px;
    /*width: 382px;*/
    /*background-color: red;*/
    margin-bottom: 10px;
}

#ConteudoNoticiaGeral{
    /*background-color:yellow;*/
    width: 450px;
    *width: 442px;
}

#teste32{
    /*background-color: green;*/
    width: 500px;
}


#VejaMais{
    float: right;
    vertical-align: middle;
    /*height: 100%;
    width:20px;*/
    /*background-color: blue;*/
    /*color: #FF8C00;
    font-weight: bolder;*/
}
/*
#VejaMais a{
    color: #FF8C00;
    font-weight: bolder;
    text-decoration: none;
}*/
/*
#VejaMais a:hover{
    color: #FF8C00;
    text-decoration: none;
    font-weight: bolder;
}*/


.SubTituloPagina{
    color: #003399;
    font-weight: bold;
}


#CamadaMembro{
    width: 110px;
    height: 165px;
/*    background-color: red;*/
    float: left;
    margin-left: 10px;
    _margin-left: 5px;
    font-size: 9px;
    /*margin-bottom: 25px;*/
}

#CamadaGaleria{

    /*background-color: red;*/
    float: left;
    font-size: 9px;
    /*margin-bottom: 25px;*/
}

#CamadaGaleInterna{
    border: 1px;
    border-style: double;
    border-color: #CCC;
    /*background-color: blue;*/
    padding: 0 4px 0 4px;
}

#aaa{
  clear: both;
}

#teste{
    border: 1px;
    border-style: double;
    border-color: #CCC;
    /*background-color: blue;*/
    padding: 5px 0 5px 0;
    width: 70px;
}

#ConteudoJornal{
    margin-top: 5px;
    text-align: left;
}

#SubNotPontilhado{

    background-image: url(../imagens/estrutura/noticias/pontilhadoHorizontalBlack.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
    margin-bottom: 4px;
    _margin-bottom: -13px;
    margin-top: -5px;
}

#SubPontilhado{
    background-image: url(../imagens/estrutura/noticias/pontilhadoHorizontalBlack.gif);
    width: 100%;
    height: 1px;
    background-repeat: repeat-x;
    margin-top: 3px;
    _margin-top: 2px;    
    margin-bottom: 3px;
    _margin-bottom: -12px;
}

#SubPontilhadoCont{
    background-image: url(../imagens/estrutura/noticias/pontilhadoHorizontalBlackCont.gif);
    width: 100%;
    height: 1px;
    background-repeat: repeat-x;
    margin-top: 3px;
    margin-bottom: 10px;
    _margin-bottom: -5px;
}

.PontilhadoH{
    background-image: url(../imagens/estrutura/noticias/pontilhadoHorizontalBlack.gif);
    width: 100%;
    height: 1px;
    background-repeat: repeat-x;
    margin-bottom: 10px;
    margin-top: 10px;
}

.TituloSupMenu{
    font-family: Georgia;
    font-size: large;
    color: #FFF;
}

.TituloSupMenu a{
    color: #FFF;
    text-decoration: none;
}

.TituloSupMenu a:hover{
    text-decoration: underline;
}

#TituloJornal{
    text-align: left;
}

.marginEsqTexto{
    margin-left:30px;
}

.marginEsqCpap{
    margin-left:15px;
    margin-top: -12px;
}

.marginEsqCpapRealizacoes{
    margin-left:15px;
    margin-top: -11px;	
    _margin-top: -15px;    
}

.marginEsqTextoSobe{
    margin-left:30px;
    margin-top:-12px;
}


#MenuBusca{
    margin-top: 6px;
    margin-left: 160px;
    width: 556px;
    height: 56px;
    /*background-color: blue;*/
}

.LinhaVerticalSup{
    float: left;
    width: 1px;
    height: 52px;
    background-image: url(../imagens/estrutura/menuSuperior/linhaVertical.gif);
    margin-right: 3px;
    margin-top: 3px;
}

.tituloMenu{
    font-family: Georgia;
    font-weight: bolder;
    font-size: 11px;
}

.descMenu{
    font-size: 9px;
}

#TituloCl{
    font-family: Georgia;
    font-weight: bold;
}

.Ciclo1Tit{
	background-color: #00A651;
	color: #FFF;
	width: 480px;
	height: 19px;	
	padding-left: 5px;
	margin-bottom: 10px;
}

.Ciclo2Tit{
	background-color: #0082CC;
	color: #FFF;
	width: 480px;
	height: 19px;
	padding-left: 5px;
	margin-bottom: 10px;			
}

.Ciclo3Tit{
	background-color: #F68D2D;
	color: #FFF;
	width: 480px;
	height: 19px;	
	padding-left: 5px;
	margin-bottom: 10px;		
}

.Ciclo4Tit{
	background-color: #F16535;
	color: #FFF;	
	width: 480px;
	height: 19px;	
	padding-left: 5px;
	margin-bottom: 10px;	
}

.Ciclo5Tit{
	background-color: #83CAF5;
	color: #FFF;	
	width: 480px;
	height: 19px;	
	padding-left: 5px;
	margin-bottom: 10px;		
}


.Ciclo1{
    color: #00A651;
}

.Ciclo2{
    color: #0082CC;

}

.Ciclo3{
    color: #F68D2D;

}

.Ciclo4{
    color: #F16535;

}

.Ciclo5{
    color: #83CAF5;
}

#BoxCiclo1{
    border: solid;
    border-color: #00A651;
    border-width: 1px;
    font-weight: bolder;
    width: 80px;
    font-size: 10px;
    float: left;
}

#BoxCiclo2{
    border: solid;
    border-color: #0082CC;
    border-width: 1px;
    font-weight: bolder;
    width: 80px;
    font-size: 10px;
    float: left;
}

#BoxCiclo3{
    border: solid;
    border-color: #F68D2D;
    border-width: 1px;
    font-weight: bolder;
    width: 80px;
    font-size: 10px;
    float: left;
}

#BoxCiclo4{
    border: solid;
    border-color: #F16535;
    border-width: 1px;
    font-weight: bolder;
    width: 80px;
    font-size: 10px;
    float: left;
}

#BoxCiclo5{
    border: solid;
    border-color: #83CAF5;
    border-width: 1px;
    font-weight: bolder;
    width: 80px;
    font-size: 10px;
    float: left;
}


#SubBox{
    float: left;
}


#BoxCiclo{
    float: left;
    width: 85px;
    _width: 80px;
    /*background-color: #CCC;*/
}


#ConteudoGalGer{
    float: left;
}


#ConteudoGaleriaGeral{
    float: left;
    /*background-color:yellow;*/
    width: 372px;
    margin-left: 5px;
    margin-bottom: 2px;
}


#FundoDataAg{
    background-image: url(../imagens/cpap/fundoAgenda.png);
    width: 53px;
    height: 53px;
    float: left;
}

#FundoDataCal{
    background-image: url(../imagens/comunicacao/calendario/fundoCalendario.png);
    width: 53px;
    height: 53px;
    float: left;
}

.FontDataAg{
    font-family: Georgia;
    font-size: 17px;
    color: #FFF;
    font-weight: bolder;
    font-style: italic;
}

.FontDataCal{
    font-family: Georgia;
    font-size: 22px;
    color: #006699;
    font-weight: bolder;
    font-style: italic;
}

#SetaLaranja{
	vertical-align: bottom;
	margin-left: 5px;
}


#TabelaPadrao{
	border-spacing: 3px;
}


#tableLinhaTitulo{
	background-color: #0074C5;
	color: #FFF;
	font-weight: bolder;
	margin-left: 15px;
}


#tableLinhaAzul{
	background-color: #C8DCE8;
	color: #555555;
	padding-left: 5px;
}

#tableLinhaCinza{
	background-color: #DDDDDC;
	color: #555555;
	padding-left: 5px;
}

.TextoEspaco{
	text-align: left;
	padding-left: 10px;
}

.tarja_verde {	
	font-weight: bold;
	background-color: #F1F6DE;	
	font-size: 12px;
	border-left: #009900 2px solid;
	color: #009900;
	padding: 0 5px 0 5px;
}

.tarja_azul {	
	font-weight: bold;
	background-color: #E1F4FD;
	font-size: 12px;
	border-left: #00AEEF 2px solid;
	color: #00AEEF;
	padding: 0 5px 0 5px;
}

.tarja_verm {	
	font-weight: bold;
	background-color: #FEE7DC;
	font-size: 12px;
	border-left: #ED1C24 2px solid;
	color: #ED1C24;
	padding: 0 5px 0 5px;	
}


.tarja_laranja {
	font-weight: bold;
	background-color: #FFEFE1;
	font-size: 12px;
	border-left: #FF9933 2px solid;
	color: #FF9933;
	padding: 0 5px 0 5px;	
}

.tarja_laranja_titulo{
	font-weight: bold;
	background-color: #FFEFE1;
	font-size: 17px;
	border-left: #E77817 2px solid;
	color: #E77817;
	padding: 0 5px 0 5px;	
}

.tarja_laranja_tit_men{
	font-weight: bold;
	background-color: #FFEFE1;
	font-size: 12px;
	border-left: #FF9933 2px solid;
	color: #FF9933;
	padding: 0 5px 0 5px;	
}

.tarja_laranja_marcador{

	background-color: #FFEFE1;
	font-size: 14px;
	border-right: #FF9933 2px solid;
	color: #FF9933;
	padding: 0 5px 0 5px;	
}

.tarja_laranja_limpo{
	font-weight: bolder;
	font-size: 14px;
	color: #FF9933;
	padding: 0 5px 0 5px;	
}

.link_laranja{
	font-weight: bolder;
	text-decoration: none;
	color: #AFAFAF;
}

.link_laranja:hover{
	text-decoration: underline;
	color: #FF9933;	
}

#tbCalendario{
	border-style: solid;	
	border-width: thin;
	color: #FF9900;
	_border-style: solid;	
	_border-width: 1px;
	_color: #FF9900;	
}

.tarja_azul_titulo{
	font-weight: bold;
	background-color: #E1F4FD;
	font-size: 17px;
	border-left: #00AEEF 2px solid;
	color: #00AEEF;	
	padding: 0 5px 0 5px;	
}

.DivSubir{
	margin-top: -12px;
}


#iconeNoticia{
    background-image: url(../imagens/estrutura/noticias/icone_noticia.gif);
    width: 15px;
    height: 17px;
    float: left;	
    margin-right: 5px;
}

#iconeGaleria{
    background-image: url(../imagens/estrutura/noticias/icone_galeria.gif);
    width: 15px;
    height: 17px;
    float: left;
    margin-right: 5px;		
}

#iconeTexto{
    background-image: url(../imagens/estrutura/noticias/icone_texto.gif);
    width: 15px;
    height: 17px;
    float: left;
    margin-right: 5px;	    	
}


.cotidianoAba{
    background-image: url(../imagens/estrutura/cotidianoAbaOff.gif);
  /*  width: 21px;
    height: 18px;	 */
    width: 23px;
    height: 19px;	
	padding-top: 3px;
	text-align: center;
	font-weight: bold;   	
	color: #0090D5;
	float: left;
	margin-right: 4px;
	cursor: pointer;
}

.imgLink{
	cursor: pointer;
	border: 0;	
}


.TituloBlack{
	font-size: 15px; 
	font-weight: bolder; 
	font-family: Georgia;
	color: #0090D5;
	text-align: center;
    text-decoration: none;
}

.TituloBlack a{
	font-size: 17px; 
	font-weight: bolder; 
	font-family: Georgia;
	color: #0090D5;
	text-align: center;
	cursor: pointer;
    text-decoration: none;	
}

#CaixaCiclo1{
    border-color: #00A651;
	border-width: 3px;
    border-style: solid;
    padding: 0;	
}

#CaixaCiclo2{
    border-color: #0082CC;
	border-width: 3px;
    border-style: solid;
    padding: 0;	
}

#CaixaCiclo3{
    border-color: #F68D2D;
	border-width: 3px;
    border-style: solid;
    padding: 0;	
}

#CaixaCiclo4{
    border-color: #F16535;
	border-width: 3px;
    border-style: solid;
    padding: 0;	
}

#CaixaCiclo5{
    border-color: #83CAF5;
	border-width: 3px;
    border-style: solid;
    padding: 0;		
}

.ColorTitBox1{
    color: #00A651;
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	text-align: center;
    text-decoration: none;	
}

.ColorTitBox1 a{
    color: #00A651;
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	text-align: center;
	cursor: pointer;
    text-decoration: none;	
}

.ColorTitBox2{
    color: #0082CC;
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	text-align: center;
    text-decoration: none;	
}

.ColorTitBox2 a{
    color: #0082CC;
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	text-align: center;
	cursor: pointer;
    text-decoration: none;	
}

.ColorTitBox3{
    color: #F68D2D;
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	text-align: center;
    text-decoration: none;	
}

.ColorTitBox3 a{
    color: #F68D2D;
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	text-align: center;
	cursor: pointer;
    text-decoration: none;	
}

.ColorTitBox4{
    color: #F16535;
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	text-align: center;
    text-decoration: none;	
}

.ColorTitBox4 a{
    color: #F16535;
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	text-align: center;
	cursor: pointer;
    text-decoration: none;	
}

.ColorTitBox5{
    color: #83CAF5;
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	text-align: center;
    text-decoration: none;	
}

.ColorTitBox5 a{
    color: #83CAF5;
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	text-align: center;
	cursor: pointer;
    text-decoration: none;	
}


#CamadaGaleriaListar{
    float: left;
}

#CamadaGaleInternaListar{
    border: 1px;
    border-style: double;
    border-color: #CCC;
    margin-right: 8px;
    padding: 0;
}

.ConteudoListaGalTit a{
	color: #0090D5;
	font-size: 11px; 
	font-weight: bolder; 
	text-align: center;
	cursor: pointer;
    text-decoration: none;	
	float: left;
	margin-left: 5px;
}

.ConteudoListaGalTit a:hover{
	color: #0090D5;
	font-size: 11px; 
	font-weight: bolder; 
	text-align: center;
	cursor: pointer;
    text-decoration: underline;	
	float: left;
	margin-left: 5px;
}

/*#ConteudoComNot{
	background-color: #CCC;
	
{
	font-size: 19px; 
	font-weight: bolder; 
	font-family: Georgia;
	color: #0090D5;
	text-align: center;
}
	
	
}*/



/*#tableEsqCalend{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	color: #FF9900;
}

#tableDirCalend{
	border-top-width: inherit;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-style: solid;
	color: #FF9900;	
}*/

/*
.titulo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF9900}
.texto {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000}
a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #999999; text-decoration: none}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #999999; text-decoration: underline}
.sublinhado { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold ; text-decoration: underline; color: #000000}
.style4 {font-size: 10}
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; } */