 @charset "utf-8";
/* CSS Document */
/*Author: Thiago Faria*/
/*DATE:05/12/2007*/
/*body {
 text-align:center;
 }*/

#containerInterno {
    margin: 0 auto;
    width: 680px;
    background: #FFF url(../img/cro_img_css/pagelink_bg.gif) repeat-y center;
}

.topoInterno {
    background-color: #FFF;
    width: 680px;
    height: 80px;
    margin: 0 auto;
}

.topoInterno span {
    display: none;
}

.bannerInterno {
    width: 650px;
    margin: 0 auto;
}

.bannerInterno h1 {
    font: Geneva, Arial, Helvetica, sans-serif small-caps bold 14px;
    color: #999999;
    border-bottom: 1px dotted #c9c9c9;
    text-indent: 30px;
    text-align: left;
    margin: 10px;
}

.bannerInterno span {
    display: none;
}

#contentInterno {
    margin: 0 auto;
    width: 100%;
}

#conteudoInterno {
    margin: 0 auto;
    width: 95%;
}

.colunaUmInterno {
    margin: 0 auto;
    width: 98%;
    padding: 5px;
    margin: 2px;
    float: left;
    text-align: left;
}

.colunaUmInternoPeq {
    margin: 0 auto;
    width: 50%;
    padding: 5px;
    margin: 2px;
    float: left;
    text-align: left;
}

.colunaUmInterno h2 {
    text-indent: 15px;
    border-bottom: 1px dotted #CCCCCC;
    font: 12px normal Geneva, Arial, Helvetica, sans-serif bolder;
    color: #006600;
}

.colunaUmInternoPeq {
    text-indent: 15px;
    border-bottom: 1px dotted #CCCCCC;
    font: 12px normal Geneva, Arial, Helvetica, sans-serif;
    color: #669900;
}

.colunaUmInternoPeq li {
    background: #F6F4F4 url(../img/cro_img_css/cro_seta_gray.gif) no-repeat left top;
    list-style: none;
}

.colunaUmInterno li {
    background: #F6F4F4 url(../img/cro_img_css/cro_seta_gray.gif) no-repeat left top;
    list-style: none;
    line-height: 15px;
    margin-top: 15px;
}

.colunaDoisInterno {
    margin: 0 auto;
    width: 95%;
    padding: 3px;
    float: left;
}

.colunaDoisInternoPeq {
    margin: 0 auto;
    width: 45%;
    padding: 3px;
    float: right;
}

.colunaDoisInternoPeq span {
    display: none;
}

.colunaDoisInterno table {
    text-align: left;
}

.colunaDoisInterno table tr td {
    padding: 5px;
}
/*MINIATURAS DE FOTOS NOS SETORES DA HOME*/
.miniSetores {
    width: 120px;
    height: 120px;
    float: left;
    padding: 5px;
    border: 2px solid #999999;
}

.fotoAlpha {
    position: absolute;
    width: 630px;
    height: 450px;
    filter: alpha( opacity = 15 );
    opacity: 0.15;
    -moz-opacity: 0.15;
    left: 313px;
    *left: 300px;
    top: 290px;
    *top: 350px;
}
/*---------------------------------------*/
.rodapeInterno {
    margin: 0 auto;
    height: 80px;
    clear: both;
    background: #FFF url(../img/cro_img_css/pagelink_bottom_bg.gif) no-repeat top;
}

.rodapeInterno span {
    display: none;
}

.formata_txt {
    font: 12px small-caps Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    text-align: justify;
    padding: 0px 15px 5px 10px;
    text-indent: 15px;
}

.formataDois_txt {
    font: 14px small-caps Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    text-align: justify;
    padding: 0px 15px 5px 10px;
}

.formataTRES_txt {
    color: #333333;
    font-size:10px;
	text-align: justify;
    padding: 0px 2px 5px 2px;
}
/*GALERIA*/
#galeria {
    width: 95%;
    margin: 0 auto;
}

#galeriaConteudo {
    width: 100%;
    margin: 0 auto;
}

.photo_grande {
    float: left;
    width: 65%;
    height: 290px;
    background-color: #CCCCCC;
    padding: 5px;
    border: 2pt solid #99CC00;
}

.mini_photos {
    float: right;
    width: 30%;
    height: 290px;
    padding: 5px;
}

.mini_photoItem {
    background-color: #CCCCCC;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0px 2px 2px 2px;
    border: 2pt solid #99CC00;
}

.botoesMini {
    float: right;
    width: 25px;
    height: 25px;
    padding: 1px;
    margin-top: 5px;
}

.footer_photo {
    margin-top: 5px;
    height: 25px;
    float: left;
    width: 100%;
}

.footer_photo p {
    font: 12px normal Geneva, Arial, Helvetica, sans-serif;
    color: #99CC00;
    text-align: left;
}
/*FINAL DE GALERIA*/
/*VÍDEOS*/
.video {
    margin: 0 auto;
    width: 90%;
}

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

.video li {
    display: block;
    float: left;
    width: 289px;
    height: 241px;
    margin: 15px;
    padding: 5px;
    border: 1px solid #ccc;
}

.video li.legenda {
    display: block;
    width: 425px;
    height: 25px;
    margin-top: 5px;
    padding: 0px 3px 15px 3px;
    font: Geneva, Arial, Helvetica, sans-serif small-caps 12px;
    text-align: left;
    color: #666666;
    float: left;
    border: none;
}
/*FINAL DE VÍDEOS*/
/*STREAM/MESCLADO COM OUTRA CLASS*/
.stream {
    display: block;
    width: 600px;
    height: 450px;
    padding: 5px;
    margin: 3px;
}
/*FINAL DE STREAM*/