﻿body
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #000;
    background-image: url(../Images/Master/Background.png);
}

.divMasterContenedor
{
    position: absolute;
    width: 990px;
    height: auto;
    left: 50%;
    margin-left: -495px;
    top: 0px;
    bottom: 0px;
    line-height: 20px;
    font-size: 12px;
    font-family: tahoma;
    text-decoration: none;
    color: #EEE;
    background-color: #FFF;
}

.divMasterBanner
{
    position: absolute;
    top: 0px;
    width: 960px;
    height: 120px;
    left: 50%;
    margin-left: -480px;
    background-image: url(../Images/Master/Banner.png);
    background-color: #FFFFFF;
}

.divMasterLogoProd
{
    position: absolute;
    top: 40px;
    width: 300px;
    height: 70px;
    left: 30px;
    background-image: url(../Images/Master/LogoProducto.png);
    background-repeat: no-repeat;
}

.divMasterMenuHoriz
{
    position: absolute;
    top: 120px;
    width: 960px;
    height: 40px;
    left: 50%;
    margin-left: -480px;
    background: #AAAAAA;
    background: -moz-linear-gradient(#AAAAAA,#DDDDDD);
    background: -webkit-linear-gradient(#AAAAAA,#DDDDDD);
    background: -o-linear-gradient(#AAAAAA,#DDDDDD);
    background: -ms-linear-gradient(#AAAAAA,#DDDDDD);
    background: linear-gradient(#AAAAAA,#DDDDDD);
}

.divMasterFondo
{
    position: absolute;
    top: 168px;
    width: 960px;
    height: auto;
    left: 50%;
    bottom: 38px;
    margin-left: -480px;
    background-color: #FFF;
    overflow: visible;
    overflow-x: hidden;
}

.divMasterFondoLeft
{
    position: absolute;
    width: 15px;
    height: auto;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #FFF;
    background-image: url('../Images/Master/BGBodyIzq.png');
}

.divMasterFondoRight
{
    position: absolute;
    width: 15px;
    height: auto;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #FFF;
    background-image: url('../Images/Master/BGBodyDer.png');
}

.divMasterFooter
{
    font-size: 14px;
    color: #000;
    position: absolute;
    width: 960px;
    height: 38px;
    left: 50%;
    margin-left: -480px;
    bottom: 0px; /*padding-top: 10px;*/
    text-align: center;
    background-color: #AAAAAA;
    background: #AAAAAA;
    background: -moz-linear-gradient(#DDDDDD,#AAAAAA);
    background: -webkit-linear-gradient(#DDDDDD,#AAAAAA);
    background: -o-linear-gradient(#DDDDDD,#AAAAAA);
    background: -ms-linear-gradient(#DDDDDD,#AAAAAA);
    background: linear-gradient(#DDDDDD,#AAAAAA);
}
