﻿body
{
    margin: 0px;
    padding: 0px;
    background: #000;
}

img
{
    border: 0px;
    margin: 0px;
}

#bg
{
    position: fixed;
    z-index: 1;
    overflow: hidden;
}

.topweb, .lupaweb, .fbweb, .emailweb
{
    position: relative;
    z-index: 10;
    display: block;
}

.lupaweb
{
    background-image: url('../img/pixel.png');
    background-repeat: no-repeat;
    cursor: pointer;
    width: 22px;
    height: 22px;
    top: -25px;
    left: 76px;
}

.fbweb
{
    background-image: url('../img/pixel.png');
    background-repeat: no-repeat;
    cursor: pointer;
    width: 216px;
    height: 53px;
    top: -200px;
    left: 120px;
}

.emailweb
{
    background-image: url('../img/pixel.png');
    background-repeat: no-repeat;
    cursor: pointer;
    width: 36px;
    height: 27px;
    top: -55px;
    left: 355px;
}

.contenido
{
     background-image: url('../img/p2_contenido.png');
    background-repeat: no-repeat;
    display: block;
     z-index: 5;
     width:452px;
     height:604px;
    }


    .ContenedorCentrado
{
    width: 452px;
    height: 604px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    }

.Centrado
{
    position: absolute;
    z-index: 10;
    display: block;
    width: 452px;
    height: 604px;
     display:  none;
}
