﻿body
{
    background-image: url('Imagenes/backGround.jpg');
    text-align: center;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

body
{
    background-image: url('Imagenes/backGround.jpg');
    text-align:-moz-center;
     font-family: Arial, Helvetica, sans-serif;
    color:#000000;
}

.PnlContenido
{
    background-position: center center;
    background-image: url('Imagenes/backGroundContenido.jpg');
    background-repeat: repeat-y;
    width: 865px;
    text-align:left;
}

.pnlFoot
{

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Imagenes/Foot.png', sizingMethod='scale');
    background-image: url('Imagenes/Foot.png');
    background-repeat: no-repeat;
    width: 865px;
    height: 147px;
    text-align:left;
    vertical-align:top;
    
}

a{
    color:#000000;
}

.pnlFotoAmpliada{
    position: fixed;
    left: 25%;
    top: 15%;
    padding:10px;
    width:600px;
    text-align:center;
    z-index:999;
}