﻿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: 40px;
    height: 35px;
    top: -55px;
    left: 40px;
     /*     border:1px;
     border-color:White;
     border-style:solid;*/
}

.fbweb
{
    background-image: url('../img/pixel.png');
    background-repeat: no-repeat;
    cursor: pointer;
    width: 300px;
    height: 80px;
    top: -260px;
    left: 80px;
    /*border:1px;
     border-color:White;
     border-style:solid;*/
}

.emailweb
{
    background-image: url('../img/pixel.png');
    background-repeat: no-repeat;
    cursor: pointer;
    width: 50px;
    height: 40px;
    top: -95px;
    left: 345px;
    /*border:1px;
     border-color:White;
     border-style:solid;*/
}

.contenido
{
     background-image: url('../img/p2_iph_contenido.jpg');
    background-repeat: no-repeat;
    display: block;
     z-index: 5;
     width:537px;
     height:925px;

    }
    
    
    .ContenedorCentrado
{
/*    width: 452px;
    height: 604px;
*/
     width:537px;
     height:925px;

    display:block;
    margin-left:auto;
    margin-right:auto;
    }

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