﻿body
{
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    color: #666666;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: small;
    background-color: #CCCCCC;
}
#DivPrincipal
{
    margin: 0px auto 0px auto;
    width: 800px;
    background-color: #FFFFFF;
}
#BarraSuperior
{
    width: 100%;
    height: 150px;
}
.ImagenBarraSuperior_ES
{
    background-image: url(  '../Resources/ES_BarraSup.png' );
    width: 100%;
    height: 100%;
}
.ImagenBarraSuperior_EN
{
    background-image: url(  '../Resources/EN_BarraSup.png' );
    width: 100%;
    height: 100%;
}

#BarraMenu
{
    width: 100%;
    height: 28px;
    
    background-image: url( '../Resources/MenuSup.png' );
    background-repeat: repeat-x;
}
#BarraMenuInferior
{
    width: 800px;
    height: 28px;
    margin: 0px auto 0px auto;
    background-image: url(   '../Resources/MenuInf.png' );
    clear: both;
}

#FirmaSite
{
    width: 800px;
    height: 28px;
    margin: 0px auto 0px auto;
    clear: both;
    text-align: right;
}

#ColumnaContenido_ColumnaDerecha
{
    
    width: 100%;
    
}
#ColumnaContenido
{
    padding: 25px 15px 25px 15px;
    width: 545px; /* 575 - 2*15  (Restarle el pading)*/
    float: left;
}
#ColumnaDerecha
{
    width: 225px;
    
    float: left;
}
.ClearBoth
{
    clear: both;
}

#MenuLateralIzquierdo
{
    width: 225px;
    height: 218px;
    
    float: left;
    background-image: url(  '../Resources/MenuLado.png' );
    background-repeat: no-repeat;
}
#FlashSuperior
{
    width: 575px;
    height: 218px;
    
    float: left;
    clear: right;
}   

.SoporteIdiomas
{
    position: relative;
    top: 115px;
    left: 225px;
}

.LogoInicio
{
    width: 200px;
    height: 145px;
    position: absolute;
}
