/*
	--- Versionamento ---
	14/07/2021 - Karine - Primeira Versão
    20/07/2021 - Karine - contenedor_diario_oficial
	--- Fim Versionamento ---
*/

#contenedor_diario_oficial{
	width: 95%;
}
.contenedor_calendario{
    width: 100%;
}
.calendario_mes{
    width: 100%;
    background-color: #fff;
    font-size: 1em;
}
.contenedor_calendario td{
    vertical-align: top;
}


.calendario_data_hoje{
    font-weight: bold;
    border-radius: 15px;
}

.calendario_mes td:hover{
    background-color: #DDDDCC;
    font-weight: bold;
    color: #000;
}

.calendario_mes td{
    border: 1px none;
    cursor: pointer;
    border-radius: 15px;
    text-align: center;
}

.calendario_mes th{
    font-weight: bold;
    border: 0px solid;
}

.calendario_data_selecionada{
    font-weight: bold;
    border-radius: 15px;
}

.calendario_titulo_mes{
    font-weight: bold;
}

.tableDiario{
    margin: auto;
    margin-bottom: 20px;
}

.temDiario{
    font-weight: bold;
}

#contenedor_diario_oficial > span{
    font-size: 24px;
    font-weight: bold;
}
.botao-diario{
    padding: 5px;
    float: right;
    text-decoration: none;
    color: #000;
}