﻿.gradient
{
    filter: none;
}

.BG_Mid_Left
{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:71px;
    background: #949496 url(../images/bg-mid-left.png) top left repeat-x;
    z-index:-1;
}

.BG_Bot_Left
{
    position:absolute;
    top:278px;
    left:0;
    display:block;
    width:100%;
    height:100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e4ed', endColorstr='#fefefe',GradientType=0 );
}

.BG_Mid_Right
{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:71px;
    background: #949496 url(../images/bg-mid-right.png) top left repeat-x;
    z-index:1;
}


.BG_Bot_Right
{
    position:absolute;
    top:276px;
    left:0;
    display:block;
    width:100%;
    height:100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e4ed', endColorstr='#fefefe',GradientType=0 );
}


.BG_Content_LB
{
    filter:none;
}

.BG_Content_RB
{
    filter:none;
}

.BG_Footer
{
    background:#fefefe url(../images/bg_footer_ie.png) left top repeat-x;
}

/*.Corner
{
    width:20px;
    height:20px;
    display:block;
    position:absolute;
}

.Corner_TL
{
    top:0;
    left:0;
}

.Corner_TR
{
    top:0;
    right:0;
}

.Corner_BL
{
    bottom:0;
    left:0;
}

.Corner_BR
{
    bottom:0;
    right:0;
}

.bl_extended
{
    background: url(../fallback/images/bl_extended.png) bottom left no-repeat;
}

.br_extended
{
    background: url(../fallback/images/br_extended.png) bottom right no-repeat;
}

.tl_DarkGray
{
    background: url(../fallback/images/tl_quemsomos.png) top left no-repeat;
}

.tr_DarkGray
{
    background: url(../fallback/images/tr_quemsomos.png) top right no-repeat;
}

.bl_DarkGray
{
    background: url(../fallback/images/bl_quemsomos.png) bottom left no-repeat;
}

.br_DarkGray
{
    background: url(../fallback/images/br_quemsomos.png) bottom right no-repeat;
}

.tl_Prod
{
    background: url(../fallback/images/tl_prod.png) top left no-repeat;
}

.tr_Prod
{
    background: url(../fallback/images/tr_prod.png) top right no-repeat;
}

.bl_Prod
{
    background: url(../fallback/images/bl_prod.png) bottom left no-repeat;
}

.br_Prod
{
    background: url(../fallback/images/br_prod.png) bottom right no-repeat;
}
*/