/** GLOBAL RESETS **/
:link,:visited{text-decoration:none}

body {
    font-family: "Open Sans", Helvetiva, Arial, sans-serif;
    color: #444;
    font-size: 16px;
    line-height: 150%;
    background-color: #eee;
}
.wrapper {
    width: 100%;
    max-width: 970px;
    min-width: 320px;
    margin: 0 auto;
    padding: 1em;
    background-color: #fff;
    text-align: center;
}
h1
{
    font-size: 1.5em;
}

h2
{
    font-size: 1em;
    line-height: 150%;
    text-align: center;
}

.mi_URL
{
    color: #000;
}

.logo
{
    text-align: center;
}

h3
{
    font-size: .9em;
}

/* FIN CSS */