/* ============================================================================================= */
/* estilos para todas las paginas */
@media all {
    img                     { border:0; }
    body                    { language:es-AR; width:100%; height:100%; margin:0px; padding:0px; }
    h1, h2, h3, h4, h5, h6  { font-family:Calibri,Arial,sans-serif; margin-top:0; }
    h1                      { display:block; font-size:2em; font-style:normal; font-variant:normal; font-weight:400;
                              letter-spacing:-1px; line-height:140%; margin:0; }
    p, li, th, td           { font-family:Calibri,Arial,sans-serif; }
    img                     { border:0px; }
    body                    { background-color:rgb(242,242,242) }
                            /* background-image:url("fondoHome5.png"); background-position:0% 0%; background-attachment:fixed; background-repeat:no-repeat; */
     
    /* header de todas las paginas */
    #PHeader                { margin-bottom:1.5em; min-width:750px;}
    #PHeader h1             { margin-top:0px; margin-bottom:0px; }
    #PHeader p              { margin:0px; }
    #PHeader td             { vertical-align:top; padding:0px; padding-top:.7em; padding-left:1em; padding-right:0.5em; }
    .PTitulo                { font-weight:700; } 

    /* layout: 10em para la columna de navegacion */
    #contenido              { margin-left:11em; min-width:25em; }  
    /* .layoutTable            { width:100%; } */
    .layoutTable td         { vertical-align:top; }

    /* columna de navegacion */
    #nav                    { float:left; width:10em; position:fixed; top:108px; left:0; padding-bottom:.5em; 
                              background-color:rgb(220, 220, 220); opacity:70%; border-radius:12px; -moz-border-radius:12px; }
    #nav ul                 { list-style-image:none; list-style-type:none; padding-left:0; padding-right:0em; margin-bottom:1ex;
                              border-bottom:1px solid white; }
    #nav li                 { line-height:150%; font-weight:bold; font-size:110%; color:rgb(128,128,128); padding-left:0.5em;
                              border-top:1px solid rgb(240,240,240); }
    #nav a                  { display:block; text-decoration:none; color:rgb(128,128,128); }
    #nav a:hover            { background-color:rgb(240,240,240); }
    #nav .linkActivo        { color:rgb(40,40,40); cursor:default; }
    #nav ul .navNivel2 li   { font-size:90%; font-weight:normal; color:rgb(40,40,40); line-height:95%; border:0; }
    #nav ul .navNivel2 a    { color:rgb(40,40,40); }

    /* columna de contenido */
    .texto                  { max-width:50em; min-width:15em; padding:1em 1em; margin-right:1em; background-color:rgb(255,255,255); opacity:70%;
                              -moz-border-radius:12px; border-radius:12px; }

    /* imagenes ilustrativas a la derecha del contenido */
    .ilustracion            { width:400px; height:auto; float:right; margin-left:1.5em; }

    /* @group rounded-corners imgs para img con esquinas redondas */
    .rounded_wrapper                { position: relative; } 
    .rounded_wrapper img            { border-width: 0; border-style: none; } 
    .rounded_wrapper div            { height: 7px; position: absolute; width: 100%; } 
    .rounded_wrapper .tl            { top: 0; left: 0; background: url(tl.png) no-repeat left top; } 
    .rounded_wrapper .tr            { top: 0; right: 0; background: url(tr.png) no-repeat right top;    } 
    .rounded_wrapper .br            { bottom: 0; right: 0; background: url(br.png) no-repeat right bottom; } 
    .rounded_wrapper .bl            { bottom: 0; left: 0; background: url(bl.png) no-repeat left bottom; } 
    /* IE6 fix */
    .ie6_width .tr                  { right: -1px; } 
    .ie6_width .br                  { right: -1px; } 
    .ie6_height .br                 { bottom: -1px; } 
    .ie6_height .bl                 { bottom: -1px; } 
    /* @end rounded-corners */

    /* contenido de las tablas de medidas */
    table.medidas           { border-collapse:collapse; border-color:rgb(224,224,224); background-color:transparent;
                              font-family:Calibri,Arial,sans-serif; }
    .medidas                { background-color:rgb(248,248,248); margin:0 1em 2ex 1em; }
    .medidas table          { background-color:transparent; border-collapse:collapse; }
    .medidas td             { text-align:center; border:0px solid rgb(224,224,224); padding:6px 1.5em; background-color:transparent; }
    .medidas th             { text-align:center; font-size:80%; background-color:rgb(240,240,240); border:0px solid rgb(240,240,240);
                              border-color:rgb(240,240,240); }
} /* end of @media all */
/* ============================================================================================= */
@media print {
    .noPrint                { display:none; }
    .siPrint                { display:block; }
    .texto              { max-width:inherit; }
} /* end of @media print */
/* ============================================================================================= */
