html, body {
    width: 100%; 
    height: 100%;
    font-family: Arial, sans-serif;
    text-align:center;
    color: grey;
    background-color: white;
    border:0;
    margin:0;
}

p{
    font-size: 10px;
    color: grey;
}

h2{
    font-size:14px;
    color: grey;
}
img{
    border:0;
}

a{
    color: grey;
}


#contenedor{
    display: block;
}
