
body{
    background: url('../asset/general/fondoPEC.jpg');
    padding:0; 
    margin: 0; 
}

.contenedorGeneral{
    position:relative;
    margin:0 auto;
    top:20px;
    width: 800px;
}

.imagenHeader{
    width:800px;
    margin-bottom:-5px;
}

.botonesNavegacion{
    position: relative;
    background-color: white;
    height: 100px;
    margin-top: -5px;
    margin-bottom: 10px;
    width: 800px;
}

.btnIzq{
    position: absolute;
    top:20px;
    background: url('../asset/general/miNavIzq.png');
    width: 71px;
    height: 50px;
    left:250px;
}
.btnIzq:hover{
    background: url('../asset/general/miNav_prev.png');
}

.btnArr{
    position: absolute;
    top:20px;
    background: url('../asset/general/miNavArr.png');
    width: 71px;
    height: 50px;
    left:365px;
}
.btnArr:hover{
    background: url('../asset/general/miNav_init.png');
}

.btnDer{
    position: absolute;
    top:20px;
    background: url('../asset/general/miNavDer.png');
    width: 71px;
    height: 50px;
    left:479px;
}
.btnDer:hover{
    background: url('../asset/general/miNav_next.png');
}

.footer{
    position: relative;
    background-color: white;
    height: 115px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 800px;
}
.tableFooter{
    position: relative;
    height: 100%;
    width: 100%;
    top:-5px;
    left:-3px;
}

.inputPixi{
    position: absolute;
}