﻿body {
    background-color:#023a6b;
    
}

#TituloDetails {
    min-width:1000px;
    max-width:1000px;
    min-height:50px;
    max-height:50px;
    background-color:#ffff00;
    border-top-left-radius:2em;
    border-top-right-radius:2em;
    border:2px solid #fff;
    line-height:50px;
    vertical-align:middle;
    text-align:center;
    margin:0 auto;
}

#corpoDetails {
    min-width:1000px;
    max-width:1000px;
    min-height:1000px;
    max-height:1000px;
    border: 2px solid #fff;
    background-color:#dedada;
    border-bottom-left-radius:2em;
    border-bottom-right-radius:2em;
    margin:0 auto;
}
#imgDetails {
    margin-left: 10px;
    margin-top:10px;
    background-color:#fff;
    max-width:600px;
    height:auto;
    float:left;
}
#descricaoDetails {
    float:right;
    max-width:380px;
    /*margin-right:100px;*/
    margin-top:10px;
}

#descricaoAux {
    clear: both;
    text-align: justify;
    font-family: calibri;
}