/*
    Estilo   : plmedidas.css
    Medio    : Screen
    Fecha    : 14/Oct/2013
    Generador: Manual
    Notas    : Capa para dimensionar y ubicar a los DIVs del método "Perfect Layout".
               Desarrollo SBS.
*/

/*  -----------------------------------------------------------------------------  */
#marco
    {
        max-width: 960px;
        margin   : 0 auto;
    }
/*  -----------------------------------------------------------------------------  */
body,
.colmask,
.colmid,
.colleft,
.colright
    {
        width: 100%;
    }
/*  -----------------------------------------------------------------------------  */
.threecol   .colmid  {right:  25%;}
.threecol   .colleft {right:  50%;}
.threecol   .col1    {width:  46%;  left : 102%;}
.threecol   .col2    {width:  21%;  left :  31%;}
.threecol   .col3    {width:  21%;  left :  85%;}
/*  -----------------------------------------------------------------------------  */
.blogstyle  .colmid  {right:  25%;}
.blogstyle  .colleft {right:  25%;}
.blogstyle  .col1    {width:  46%;  left :  52%;}
.blogstyle  .col2    {width:  21%;  left :  56%;}
.blogstyle  .col3    {width:  21%;  left :  60%;}
/*  -----------------------------------------------------------------------------  */
.leftmenu   .colleft {right:  75%;}
.leftmenu   .col1    {width:  71%;  left : 102%;}
.leftmenu   .col2    {width:  21%;  left :   6%;}
/*  -----------------------------------------------------------------------------  */
.rightmenu  .colleft {right:  25%;}
.rightmenu  .col1    {width:  71%;  left :  27%;}
.rightmenu  .col2    {width:  21%;  left :  31%;}
/*  -----------------------------------------------------------------------------  */
.doublepage .colleft {right:  50%;}
.doublepage .col1    {width:  46%;  left :  52%;}
.doublepage .col2    {width:  46%;  left :  56%;}
/*  -----------------------------------------------------------------------------  */
.fullpage   .col1    {width: 100%;  left :   0%;}     /* Originales:  96% y 2%.    */

/*  -----------------------------------------------------------------------------  */
.col1,
.col2,
.col3
    {
        min-height: 1px;            /* Evita el desarmado si un DIV está vacío.    */
    }
/*  -----------------------------------------------------------------------------  */
