@import url('http://fonts.googleapis.com/css?family=Dosis');
#contenedorLegal {
    width: 100%;
    max-width: 980px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: 'Dosis', sans-serif;
    font-size: 12px;
    text-align: justify;
}
#contenedorLegal h1 {
    text-align: center;
}
#contenedorLegal img{
    width: 33%;
    height: auto;
    float: right;
}