﻿#previsaoDoTempo{    
    background-color:#18344F;
    width: 100%;
    height: 25%;
    top:0;
    left: 0;
}

.divPrevisao{
    background-color:#18344F;
    color:white;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
}

.divPrevisaoPrincipal{
    width: 100%;
    height: 70%;
    float: left;
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
}

.divDias {    
    width: 33.33%;
    height:30%;
    float:left;
    font-size: 16px;
    vertical-align: middle;
    display: table-cell;
}

.imgPrevisaoDoTempo{
    width:60%;
    height:70%;
}

.imgPrevisaoDoTempoPrincipal{
    width:65%;
    height:50%;
}

#divCidadePrevisao{    
    width: 100%;
    left: 0;    
    background-color:#F0F0F0;
    color:#18344F;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align:central;
    margin-top:0.4vw;
    margin-bottom:0.4vw;
}