body {
   background-color: #F0F0F0;
   text-align: center;
   font-family:Arial,sans-serif;
   font-size:12px;
   line-height:1.4em;
}

.container {
    background-color: white;
    width: 640px;
    padding: 32px;
    margin: 0 auto;
    margin-top: 100px;
    border: 1px solid #CCC;
    text-align: left;
}

.title h1 {
    border-bottom: 1px solid #CCC;
    font-size:160%;
    padding-bottom: 8px;
}

.balsasContainer {
    background-color: white;
    height: 200px;
    width: 600px;
    margin: 0 auto;
    margin-top: 100px;
    border: 1px solid #CCC;
    text-align: left;
}

.balsasContainer .title {
    font-size: 13px;
    width: 600px;
    height: 29px;
    background-color: #de1922;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.balsasContainer .description {
    border: 1px solid #f0f0f0;
    height: 150px;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
}

.text {
    margin-top: 50px;
}