/*
PROGRAMA:   xmn01_04.css
AUTOR:      INTELECSYS
*/




/* CLASES */

.e_menu_contenedores
{
    position:           absolute;

    top:                0px;
    width:              169px;
    height:             32px;

    background-color:   #444;
}


.e_menu_titulos
{
    position:           absolute;

    left:               0px;
    top:                5px;
    width:              169px;
    height:             22px;

    text-align:         center;
    font-family:        Arial, Helvetica;
    font-size:          10pt;
    line-height:        1.6;
    color:              #FFF;
}


.e_menu_titulos:hover
{
    line-height:        .8;
}


.temas
{
    position:           absolute;

    left:               21px;
    width:              138px;
    height:             25px;

    border:             1px solid #FFF;
    background-color:   #333;
    opacity:            .70;
}


.temas_titulos
{
    position:           absolute;

    left:               21px;
    width:              138px;
    height:             25px;

    text-align:         center;
    font-family:        Arial, Helvetica;
    font-size:          10pt;
    line-height:        1.9;
    color:              #FFF;
}


.temas_titulos:hover
{
    font-size:          11pt;
    font-weight:        bold;
}


.cuerpo_texto_01
{
    position:           absolute;

    text-align:         left;
    font-family:        Arial, Helvetica;
    font-size:          11pt;
    font-weight:        bold;
    line-height:        1.6;
    color:              #000;
}


.cuerpo_texto_02
{
    position:           absolute;

    text-align:         left;
    font-family:        Arial, Helvetica;
    font-size:          11pt;
    line-height:        1.6;
    color:              #000;
}


.tn_imagen
{
    width:              20px;
    height:             20px;

    margin:             0 auto;

    background-image:   url(../01_imagenes/check_001.png);
    background-repeat:  no-repeat;
}


.tn_texto
{
    width:              224px;
    height:             20px;

    text-align:         left;
    font-family:        Arial, Helvetica;
    font-size:          11pt;
    line-height:        1.6;
    color:              #444;
}





/* CUERPO */

body
{
    width:              100%;
    height:             100%;

    background-color:   #FFF;
}




/* BARRA TITULO */

#e_titulo
{
    position:           fixed;
    z-index:            993;

    left:               0px;
    top:                0px;
    width:              100%;
    height:             48px;

    background-color:   #444;
}


#e_titulo_contenedor
{
    position:           absolute;
    z-index:            994;

    left:               0px;
    right:              0px;
    top:                0px;
    width:              844px;
    height:             48px;

    margin:             0 auto;

    background-color:   #444;
}


#e_titulo_logo
{
    position:           absolute;

    left:               1px;
    top:                11px;
    width:              195px;
    height:             26px;

    background-image:   url(../01_imagenes/logo_pronom.png);
}


#e_titulo_separador
{
    position:           absolute;

    left:               211px;
    top:                11px;
    width:              1px;
    height:             26px;

    background-color:   #A4A4A4;
}


#e_titulo_nombre
{
    position:           absolute;
    left:               225px;
    top:                14px;
    width:              306px;
    height:             22px;

    text-align:         left;
    font-family:        Arial, Helvetica;
    font-size:          14px;
    line-height:        1.6;
    color:              #FFF;
}




/* BARRA SEPARADOR */

#e_separador
{
    position:           fixed;
    z-index:            995;

    left:               0px;
    right:              0px;
    top:                48px;
    width:              100%;
    height:             1px;

    background-color:   #A4A4A4;
}




/* BARRA MENU */

#e_menu
{
    position:           fixed;
    z-index:            996;

    left:               0px;
    right:              0px;
    top:                49px;
    width:              100%;
    height:             48px;

    background-color:   #FFF;
}


#e_menu_sp
{
    position:           fixed;
    z-index:            997;

    left:               0px;
    right:              0px;
    top:                49px;
    width:              100%;
    height:             32px;

    background-color:   #444;
}


#e_menu_contenedor
{
    position:           absolute;
    z-index:            998;

    left:               0px;
    right:              0px;
    top:                0px;
    width:              844px;
    height:             48px;

    margin:             0 auto;

    background-color:   #FFF;
}


#e_menu_contenedor_m01
{
    left:               0px;
}


#e_menu_contenedor_m02
{
    left:               169px;
}


#e_menu_contenedor_m03
{
    left:               338px;
}


#e_menu_contenedor_m04
{
    left:               507px;
}


#e_menu_contenedor_m05
{
    left:               676px;
}



#e_menu_contenedor_m01_titulo
{
    line-height:        .8;
}


#e_menu_contenedor_sel
{
    position:           absolute;

    left:               72px;
    top:                31px;
    width:              26px;
    height:             9px;

    background-image:   url(../01_imagenes/flecha_mnu.png);
}




/* CONTENEDOR CUERPO */

#cuerpo
{
    position:           absolute;
    z-index:            1;

    left:               0px;
    right:              0px;
    top:                97px;
    width:              844px;
    height:             862px;

    margin:             0 auto;
}


#tema
{
    position:           absolute;

    left:               0px;
    top:                0px;
    width:              844px;
    height:             208px;

    background-image:   url(../01_imagenes/tema_004.png);
}


#tema_01_marco
{
    top:                0px;
}


#tema_02_marco
{
    top:                26px;
}


#tema_03_marco
{
    top:                52px;
}


#tema_04_marco
{
    top:                78px;
    background-color:   #FFF;
}


#tema_05_marco
{
    top:                104px;
}


#tema_06_marco
{
    top:                130px;
}


#tema_07_marco
{
    top:                156px;
}


#tema_08_marco
{
    top:                182px;
}



#tema_01_titulo
{
    top:                0px;
}


#tema_02_titulo
{
    top:                26px;
}


#tema_03_titulo
{
    top:                52px;
}


#tema_04_titulo
{
    top:                78px;

    font-size:          11pt;
    font-weight:        bold;
    color:              #000;
}


#tema_05_titulo
{
    top:                104px;
}


#tema_06_titulo
{
    top:                130px;
}


#tema_07_titulo
{
    top:                156px;
}


#tema_08_titulo
{
    top:                182px;
}


#tema_titulo
{
    left:               0px;
    top:                236px;
    width:              844px;
    height:             22px;
}


#tema_descripcion_01
{
    left:               0px;
    top:                275px;
    width:              844px;
    height:             116px;
}


#separador_01
{
    position:           absolute;

    left:               0px;
    top:                394px;
    width:              844px;

    border-style:       outset;
    border-color:       F0F0F0;     /*#FF6600*/
}


#tema_imagen_descripcion_02
{
    position:           absolute;

    left:               0px;
    top:                493px;
    width:              150px;
    height:             129px;

    background-image:   url(../01_imagenes/folders.png);
}


#tema_descripcion_02
{
    left:               187px;
    top:                435px;
    width:              657px;
    height:             35px;
}


#tema_tabla_01
{
    position:           absolute;

    left:               242px;
    top:                484px;
    width:              295px;
    height:             187px;
}


#tema_descripcion_03
{
    left:               187px;
    top:                673px;
    width:              657px;
    height:             170px;
}





/* PIE DE PAGINA */

#pie
{
    position:           absolute;

    left:               0px;
    top:                961px;
    width:              100%;
    height:             196px;

    background-color:   #444;
}


#pie_contenedor
{
    position:           absolute;

    left:               0px;
    right:              0px;
    top:                0px;
    width:              844px;
    height:             196px;

    margin:             0 auto;

    background-color:   #444;
}


#pie_contenedor_intelecsys_logo
{
    position:           absolute;

    left:               1px;
    top:                16px;
    width:              181px;
    height:             37px;

    background-image:   url(../01_imagenes/logo_intelecsys.png);
}


#pie_contenedor_intelecsys_texto
{
    position:           absolute;
    left:               1px;
    top:                57px;
    width:              261px;
    height:             46px;

    text-align:         left;
    font-family:        Arial, Helvetica;
    font-size:          8pt;
    line-height:        1.6;
    color:              #FFF;
}


#pie_contenedor_separador01
{
    position:           absolute;

    left:               281px;
    top:                16px;
    width:              1px;
    height:             164px;

    background-color:   #A4A4A4;
}


#pie_contenedor_dir_texto
{
    position:           absolute;
    left:               305px;
    top:                16px;
    width:              120px;
    height:             164px;

    text-align:         left;
    font-family:        Arial, Helvetica;
    font-size:          10pt;
    line-height:        1.6;
    color:              #FFF;
}


#pie_contenedor_dir_ubicacion
{
    position:           absolute;

    left:               434px;
    top:                16px;
    width:              104px;
    height:             78px;

    background-image:   url(../01_imagenes/ubicacion.png);
}


#pie_contenedor_separador02
{
    position:           absolute;

    left:               561px;
    top:                16px;
    width:              1px;
    height:             164px;

    background-color:   #A4A4A4;
}


#pie_contenedor_tel_logo
{
    position:           absolute;

    left:               596px;
    top:                16px;
    width:              16px;
    height:             37px;

    background-image:   url(../01_imagenes/tel.png);
}


#pie_contenedor_tel_texto
{
    position:           absolute;
    left:               625px;
    top:                24px;
    width:              116px;
    height:             26px;

    text-align:         left;
    font-family:        Arial, Helvetica;
    font-size:          11pt;
    line-height:        1.6;
    color:              #FFF;
}


#pie_contenedor_correo_logo
{
    position:           absolute;

    left:               583px;
    top:                74px;
    width:              30px;
    height:             22px;

    background-image:   url(../01_imagenes/correo.png);
}


#pie_contenedor_correo_texto
{
    position:           absolute;
    left:               625px;
    top:                73px;
    width:              187px;
    height:             26px;

    text-align:         left;
    font-family:        Arial, Helvetica;
    font-size:          11pt;
    line-height:        1.6;
    color:              #FFF;
}


#pie_contenedor_dr_texto
{
    position:           absolute;
    left:               583px;
    top:                116px;
    width:              261px;
    height:             64px;

    text-align:         center;
    font-family:        Arial, Helvetica;
    font-size:          8pt;
    line-height:        1.6;
    color:              #FFF;
}




