﻿
#corpo {
    padding: 50px 0;
    background: #F7F7F7;
}

.titulo-pagina {
    background-color: #E9E9E9;
    clear: both;
    min-height: 30px;
    padding: 20px 0px 10px 0px;
    border-bottom: 1px solid #b2b2b2;
}


.imagem {
    border: 2px solid #64686d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 10px 10px 10px #404040;
    -moz-box-shadow: 10px 10px 10px #404040;
    box-shadow: 10px 10px 10px #404040;
}

.label {
    font-family: 'Roboto', sans-serif;
    color: #64686d;
    font-size: 15px;
    font-weight: normal;
}

.label-cadastro {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.label-titulo-pagina {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
}

.label-subtitulo-pagina {
    font-family: 'Roboto', sans-serif;
    color: #707070;
    font-size: 22px;
}