*{
    font-family: Arial;
    font-size: 30px;
    color: #444;
}

body {
    background-color: #008080;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 30px;
}

.tblLayout{
    border-collapse: collapse;
}

.tblMenu td{
    font-size: 50px;
    padding: 10px;
    background-color: #efefef;
    text-align: center;
    width: 100%;
    float: right;
    border: 1px solid #008080;
    color: #008080;
}

.tblMenu td:hover{
    padding: 10px;
    background-color: #c0c0c0;
    text-align: center;
    width: 100%;
    float: right;
    border: 1px solid gray;
    cursor: pointer;
    font-weight: bold;
}

#imgBanner{
    border-radius: 10px;
}

div.pics { 
    width: 100%;
}
#galeria1{
    width:750px;
    height:155px;
    margin:0 auto;
    overflow:hidden;
}

div.pics img {
    height: 155px;
    width: 99%;
    overflow:hidden;
}

#tdLogo{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#tdRodape{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #555;
    font-size: 20px;
}

#tdTitulo{
    padding: 10px;
    color: #008080;
    font-weight: bold;
    font-size: 50px;
}

.spanTitulo{
    font-weight: bold;
    color: #008080;
    margin-left: 5px;
    
}

p{
    text-indent: 30px;
    text-align: justify;
    line-height: 35px;
}

li{
    line-height: 35px;
    text-align: justify;
}

li.liTomografia:hover{
    cursor: pointer;
    text-decoration: underline;
}

.divDetalhes{
    width: 95%;
/*  height: 100px;*/
    border: 3px solid #c0c0c0;
    background-color: #555;
    display: none;
    padding: 5px;
    color: #fff;
    border-radius: 0 10px 0 10px
}

.imgConvenio{
    /*width: 110px;
    height: 70px;
    background-color: white;*/
}

.tblConvenios{
    width: 99%;
}

.tblConvenios td{
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    font-weight: bold;
}

#tdConteudo{
    padding: 10px;
}

