html{
    background: transparent url('../../images/background/smartroom_002.png');
    background-color: white;
    background-repeat: repeat;
    background-size: auto;
    min-width: 600px;
}

.CaixaPoliticas{    
    margin-top: 100px;
    width: 90%;
    font-family: sansation_lightlight;
    color: #555555;
    border-radius: 10px;
    background-color: rgba(55,150,198,0.2);
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.2);
    box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.2);
}

.CaixaPoliticas h1{
    color: #555555;
}

.CaixaPoliticas p{
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
    font-size: 1.4em;
}