﻿/* Para pre */
#mainWithoutBar
{
    padding-top: 15px;
    float: right;
    width: 100%;
    height: 100%;
    left: 20px;
}

#textWithoutBar
{
    padding-left: 20px;
    width: 45%;
    float: left;
    text-align: justify;
    font-size: large;
}

p
{
    margin-bottom: 20px;
}
#flyerWithoutBar
{
    width: 45%;
    float: right;
}

#logoWithoutBar
{
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}


/* Fin Para pre */