@charset "utf-8";
body {
    background-color: #f5f0f0;
    overflow-x: hidden;
    overflow-y: hidden;

}
#ContenedorPrincipal main iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;
    opacity: 1;
}
main a #LogoARRIBA {
    cursor: pointer;
    transition: 500ms;
    z-index: 999;
    position: fixed;
    right: 40px;
    bottom: 60px;
    transform: scale(0.8);
}
main a #LogoARRIBA:hover  {
    right: 40px;
    bottom: 60px;
    position: fixed;
    transform: scale(1);
}
