.menu_lateral{
    clear: both;
    float: left;
    margin-left: 5px;
    width: 159px;
    height: 400px;
    background-image: url('../images_layout/menu_lateral_fundo.png');
    background-repeat: no-repeat;
    margin-top:0px;
    margin-bottom: 10px;
    z-index: 10;
}
.menu_lateral a{
    display: block;
    color: white;
    float: inherit;
    clear: both;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 5px;
    text-decoration: none;
    font-family: "Verdana";
    font-weight: bold;
    font-size: 15px;
    word-spacing: -2px;
}
.menu_lateral a:hover{
    color: yellow;
}

.menu_lateral h1{
    width: 132px;
    height: 65px;
    text-align: center;
    font-family: "Verdana";
    font-style: italic;
    padding-top: 10px;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
}
.telefones_contato1{
    width: 132px;
    color: white;
    clear: both;
    margin-left: 15px;
    margin-top: 60px;
    text-decoration: none;
    font-family: "Verdana";
    font-weight: bold;
    font-size: 13px;
    word-spacing: -2px;
    text-align: center;
    float: left;

}
.telefones_contato2{
    float: left;
    width: 132px;
    text-align: center;
    color: white;
    clear: both;
    margin-left: 15px;
    margin-top: 10px;
    text-decoration: none;
    font-family: "Verdana";
    font-weight: bold;
    font-size: 13px;
    word-spacing: -2px;
    text-align: center;

}
.tooltip {
    background-color: #123200;
    border-width:3px;
    padding:10px;
    word-spacing: 0px;
    color: white;
}
.tooltip-text {
    word-spacing: 0px;
    width:350px;
    height:80px;
    font-family: "Verdana";
    border-width:2px;
    text-align:center;
    display: table-cell;
    vertical-align: middle; 
    color: white;
    cursor: arrow;
}
