﻿body {
    margin: 10px;
    padding: 0;
}


.conteudo {
    float: left;
    background-color: white;
    width: 100%;
}


.conteudo1 {
    float: left;
    background-color: white;
    width: 100%;
}

.iconeposicaodia {
    height: 14px;
    width: 14px;
    background-image: url('Imagens/clipart1078713.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}


.right {

    right: 0px;
}

.headergrid {
    background-color: #5e5e5e;
    text-align: center;
}

.headergrid a {
        color: white;
 }

.footergrid {
    background-color: #c2ebfc;
    font-weight: bold;

}



.footergrid a{
  
    border-width: 2px;
    border-bottom-style: solid;
    border-top-style: solid;
}

.negrito {
    font-weight: bolder;
    text-align: right;
}

.borda {
    border-bottom: 1px solid #000000 !important;
}

