/* ocultar IE en Mac \*/
html {
    height: 100%;
}

#flash {
    height: 100%;
    overflow: hidden;
}
/* fin */

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #333333 url(fondo.gif);
}

a:link , a:visited , a:active {
    text-decoration : none; 
    color : #A20000; 
}

a:hover {
    text-decoration : none; 
    color : #7D7D7D; 
}

#noFlash {
    font : 10px verdana, arial, sans-serif;
    color: #743725;
    margin: 20px 0px 0px 40px;
    text-align: center;
}
#quienesSomos {
    display: none;
    text-align: center;
}