
html
{
    height: 100%;
}

body
{
    background-color: #FFFFFF;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

a:link , a:visited , a:active
{
    color : #A20000;
    text-decoration : none;
}

a:hover
{
    color : #7D7D7D;
    text-decoration : none; 
}

#flash
{
    height: 100%;
    overflow: hidden;
}

#noFlash
{
    color: #7D7D7D;
    font : 10px verdana, arial, sans-serif;
    margin: 20px 0px 0px 40px;
    text-align: center;
}

#quienesSomos
{
    display: none;
}