/* ocultar IE en Mac \*/
html
{
    height: 100%;
}

body
{
    background: #FFFFFF;
    color: #000000;
    font : 10px verdana, arial, sans-serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

a:link , a:visited , a:active
{
    text-decoration: none; 
    color: #DD0067; 
}

a:hover
{
    text-decoration: none; 
    color: #999999; 
}

#flash
{
    height: 100%;
    overflow: hidden;
}

#noFlash
{
    margin: 20px 0px 0px 40px;
    
}

#quienesSomos
{
    display: none;
}