@import url("framework/reset.css");
@import url("framework/tools.css");
@import url("framework/layout-nav.css");
@import url("framework/layout.css");

/* SITE SPECIFIC LAYOUT */
body {
background: #d1d1d1 url(../images/page-bg.jpg) center top no-repeat;
}
#page {
text-align: center; /* center layout on IE5 */
}

    #header {
    border-top: 1px solid #5C8D3E;
    background: #5ba729 url(../images/header-bg.gif) left top repeat-x;
    color: #fff;
    }
        #branding {
        width: 708px; /*height: 180px;*/
        margin: 0 auto;
        background: url(../images/header.jpg) left top no-repeat;
        text-align: right;
        }
            #branding object, #branding embed {
            display: inline;
            }
    
    #content {
    width: 708px;
    margin: 0 auto;
    background: #899a7d;
    color: #222;
    text-align: left;
    }
    
        #main {
        padding-bottom: 1em;
        background: #fff;
        color: #222;
        }
            #main * { margin-right: 10px; margin-left: 10px; }
            #main * * { margin-right: 0; margin-left: 0; }

        #sub {
        background: #899a7d;
        color: #222;
        }
            #sub * { margin-right: 10px; margin-left: 10px; }
            #sub * * { margin-right: 0; margin-left: 0; }
            
        #local {
        padding: .7em 10px .5em; 
        background: #e3e3e3;
        color: #444;
        }

    #footer {
    width: 708px;
    margin: 0 auto;
    padding: 1em 0;
    border-top: 1px solid #aaa;
    background: #ccc;
    color: #666;
    text-align: center;
    }
        #footer ul.nav {
        }
            #footer ul.nav li {
            display: inline;
            padding: 0 .25em;
            }
/* END SITE SPECIFIC LAYOUT */


/* ESTILOS DE CONTENIDOS */

    /* titulos de seccion */
    #content h2 {
    clear: both;
    font-family: Arial, Helvetica, Garuda, sans-serif;
    letter-spacing: 1px;
    text-transform: capitalize;
    }
        #content #main h2 {
        color: #358606;
        margin: 0;
        padding: 15px 10px 20px;
        background: url(../images/main-h2-bg.gif) left bottom repeat-x;
        }
        #content #sub h2 {
        color: #272727;
        margin: 0;
        padding: 15px 10px 25px;
        background: url(../images/sub-h2-bg.gif) left bottom repeat-x;
        }
        #content #local h2 {
        margin-top: 0; margin-right: 0; margin-left: 0;
        }
        
    #content h3 {
    margin-top: 1em;
    font-family: Arial, Helvetica, Garuda, sans-serif;
    }
        #content #main h3 {
        color: #358606;
        }
        #content #sub h3 {
        color: #333;
        }
        #content #local h3 {
        color: #333;
        }
            #content #local h3 a:link, #content #local h3 a:visited {
            color: #333;
            border-bottom: 0 none;
            }
            #content #local h3 a:focus, #content #local h3 a:hover {
            color: #333;
            border-bottom: 2px solid #666;
            }
    
    #content h4 {
    font-family: Arial, Helvetica, Garuda, sans-serif;
    }
        #content #main h4 {
        margin-top: .8em;
        color: #358606;
        }
        #content #sub h4 {
        color: #333;
        }
        
    #content h5 {
    font-family: Arial, Helvetica, Garuda, sans-serif;
    }
        #content #main h5 {
        color: #358606;
        }
        #content #sub h5 {
        color: #333;
        }
    
    #content h6 {
    font-family: Arial, Helvetica, Garuda, sans-serif;
    }
        #content #main h6 {
        color: #358606;
        }
        #content #sub h6 {
        color: #333;
        }
    
    /* formatos de textos varios */
    p.bajada {
    font-weight: bold;
    font-size: 1.2em !important;
    }
    p.copete, ul.copete {
    margin-bottom: 1em;
    font-weight: normal;
    font-size: 1.2em !important;
    }
    
    p.firma, address.firma {
    margin-top: 2em; margin-bottom: 2em;
    padding-top: 1em;
    border-top: 1px solid #ddd;
    text-align: right;
    font-size: 1.2em !important;
    }
        .firma cite, cite.autor {
        font-weight: bold;
        }
    
    p.nota-al-pie {
    margin-top: 2em;
    color: #666;
    }
    
    h2 .nota {
    font-weight: bold;
    font-size: .6em;
    }
    h3 .nota {
    font-weight: bold;
    font-size: .8em;
    }
    p .nota, li .nota, dd .nota {
    color: #999;
    letter-spacing: -1px;
    }
    
    /* breadcrumbs */
    .breadcrumbs {
    color: #b8bfb3;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: normal;
    }
    #sub .breadcrumbs { display: none; }
        .breadcrumbs a {
        padding-left: 3px;
        border: 0 none;
        color: #c7cfc2; 
        }
        .breadcrumbs a:link,
        .breadcrumbs a:visited {
        color: #c7cfc2;
        }
        .breadcrumbs a:focus,
        .breadcrumbs a:hover {
        text-decoration: underline;
        color: #b8bfb3;
        }
    
    /* navegacion listas */
    #content ul.nav {
    }
        #content ul.nav li {
        }
            #content ul.nav li ul {
            list-style: disc outside;
            padding-left: 1.5em;
            }
                #content ul.nav li ul li {
                margin: 0;
                }

    /* banners */
    ul.banners {
    list-style: none;
    padding-left: 0;
    }
        ul.banners li {
        display: inline; /* IE float fix */
        float: left;
        margin-right: .9em;
        line-height: 1;
        }
            ul.banners li a {
            padding: 0 !important;
            border-bottom: 0 none;
            background: none !important;
            }
                ul.banners li a img {
                vertical-align: top;
                }

    /* galeria de fotos */
    ul.galeria {
    list-style: none;
    padding-left: 0;
    }
        ul.galeria li {
        display: inline; /* IE float fix */
        float: left;
        width: 100px; height: 65px; overflow: hidden;
        margin: 0 .8em .8em 0 !important;
        border: 1px solid #505050;
        line-height: 1;
        }
            ul.galeria li a,
            ul.galeria li a:focus {
            border-bottom: 0 none;
            }
                ul.galeria li a img {
                display: block;
                min-width: 100px; min-height: 65px;
                }

    /* indice alfabetico */
    ol.indice-alfabetico {
    margin-bottom: 1em;
    }
        ol.indice-alfabetico li {
        display: inline;
        padding-right: .5em;
        }

    /* definiciones */
    #content dl.definiciones {
    }
        #content dl.definiciones dt {
        display: inline; /* IE float fix */
        float: left;
        width: auto;
        padding-right: .5em;
        color: #333 !important;
        font-weight: bold !important;
        }
        #content dl.definiciones dd {
        display: block;
        }

    /* paginado */
    .paginado {
    text-align: center;
    font-size: 1.1em;
    }

    /* banners destacados */
    #content .destacado {
    margin: 0em 0px 0em;
    }
    #content #main .destacado {
    width: 452px;
    overflow: hidden;
    }
    #content #sub .destacado {
    width: 256px;
    overflow: hidden;
    }
        #content .destacado a {
        border: 0 none !important;
        }
    
    /*
    Hyperlink Cues 
    http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html
    */
    
        /* external links @ www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html#comment-735 */
        a[href ^="http://"] {
        padding-right: 11px;
        background: url(../images/icons/link-external.gif) right top no-repeat;
        }
            a[href ^="http://"]:link { background-image: url(../images/icons/link-external.gif); }
            a[href ^="http://"]:visited { background-image: url(../images/icons/link-external.gif); background-position: right -100px; }
            a[href ^="http://"]:hover { background-image: url(../images/icons/link-external.gif); background-position: right -200px; }
    
        a[href *="www.agrarias.unlz.edu.ar"], #content a[href *="m-sistemas.com.ar/froma/facultad"] {
        padding-right: 0px !important;
        background: none !important;
        }
        
        /* link a paginas de detalle varias */
        #content p a[href *="detalle.php"] {
        padding-left: 12px;
        white-space: nowrap;
        background: url(../images/icons/documentsmall.gif) left top no-repeat;
        }
        #content p a[href *="detalle.php"]:focus,
        #content p a[href *="detalle.php"]:hover { background-image: url(../images/icons/documentsmall-hover.gif); }
            /* visitados @ http://webdesign.maratz.com/lab/visited_links_styling/ */
            #content p a[href *="detalle.php"]:visited { background-image: url(../images/icons/documentsmall-read.gif); }
            #content p a[href *="detalle.php"]:visited:hover { background-image: url(../images/icons/documentsmall-read-hover.gif); }
        
        /* link a pagina de noticia */
        #content p a[href *="noticia.php"] {
        padding-left: 12px;
        white-space: nowrap;
        background: url(../images/icons/documentsmall.gif) left top no-repeat;
        }
        #content p a[href *="noticia.php"]:focus,
        #content p a[href *="noticia.php"]:hover { background-image: url(../images/icons/documentsmall-hover.gif); }
            /* visitados @ http://webdesign.maratz.com/lab/visited_links_styling/ */
            #content p a[href *="noticia.php"]:visited { background-image: url(../images/icons/documentsmall-read.gif); }
            #content p a[href *="noticia.php"]:visited:hover { background-image: url(../images/icons/documentsmall-read-hover.gif); }
        
        /* link a pagina de docente o autoridad */
        #content p a[href *="docentes/detalle.php"],
        #content p a[href *="autoridades"] {
        padding-left: 12px;
        white-space: nowrap;
        background: url(../images/icons/documentsmall.gif) left top no-repeat;
        }
        #content p a[href *="docentes/detalle.php"]:focus,
        #content p a[href *="docentes/detalle.php"]:hover,
        #content p a[href *="autoridades"]:focus,
        #content p a[href *="autoridades"]:hover { background-image: url(../images/icons/documentsmall-hover.gif); }
            /* visitados @ http://webdesign.maratz.com/lab/visited_links_styling/ */
            #content p a[href *="docentes/detalle.php"]:visited,
            #content p a[href *="autoridades"]:visited { background-image: url(../images/icons/documentsmall-read.gif); }
            #content p a[href *="docentes/detalle.php"]:visited:hover,
            #content p a[href *="autoridades"]:visited:hover { background-image: url(../images/icons/documentsmall-read-hover.gif); }
        
        /* emails */
        a[href ^="mailto:"] {
        padding-left: 13px;
        background: url(../images/icons/link-mail.gif) left top no-repeat;
        }
            a[href ^="mailto:"]:hover { background-image: url(../images/icons/link-mail-hover.gif); }
    
    
    /* formularios */
    #content fieldset dl {
    }
        #content fieldset dl dt {
        }
        #content fieldset dl dd {
        }
            #content fieldset dl dd input,
            #content fieldset dl dd textarea,
            #content fieldset dl dd select {
            border: 1px solid #385819;
            background: #fff;
            color: #385819;
            }
    
    #content .botones {
    margin: .5em 10px;
    text-align: right;
    }
        #content .botones input {
        border: .2em solid #3d511c;
        background: #3d511c;
        color: #fff;
        }
        
        
    /* formularios en la columna derecha ( LOGIN y BUSCADOR ) */
    #content #sub form {
    margin: 0;
    padding-bottom: 1px; /* avoid margin-collapse */
    background: #549b25;
    color: #000;
    }
        #content #sub form h2 {
        padding-bottom: 29px;
        background-image: url(../images/login-h2-bg.gif);
        color: #fff;
        }
        #content #sub form fieldset {
        }
            #content #sub form fieldset dl {
            margin: 0em 10px;
            }
                #content #sub form fieldset dl dt {
                font-weight: normal;
                }
                #content #sub form fieldset dl dd {
                margin: 0 0 4px;
                }
                    #content #sub form fieldset dl dd input,
                    #content #sub form fieldset dl dd select {
                    width: 232px; /*236px;*/
                    }
        
        #content #sub form .botones {
        margin-right: 10px; margin-left: 10px;
        }


/* ESTILOS DE PAGINAS PARTICULARES */

    /* HOME */
    body#inicio_index #content #main { min-height: 420px; }
    /* hide from IE-Mac \*/ * html body#inicio_index #content #main { height: 415px; } /* end hide */
    
        body#inicio_index #content #sub form#login {
        padding-bottom: 0px;
        height: 176px;
        }
    
    /* MAPA DEL SITIO */
    body#inicio_mapa-del-sitio #content #main ul {
    margin-top: 0; margin-bottom: 0;
    }
        body#inicio_mapa-del-sitio #content #main ul li {
        clear: both;
        margin: 0;
        border-top: 1px solid #ececec;
        font: normal 1.8em Georgia, "Times New Roman", Times, serif;
        }
            body#inicio_mapa-del-sitio #content #main ul li li {
            float: left; clear: none;
            width: 144px;
            margin: 0em 0 .6em;
            border-top: none;
            font: bold .65em/1.3 Arial, Helvetica, Garuda, sans-serif !important;
            }
                body#inicio_mapa-del-sitio #content #main ul li li ul {
                margin-right: .9em;
                padding: .3em .5em;
                background: #f3f6f3;
                }
                    body#inicio_mapa-del-sitio #content #main ul li li li {
                    float: none;
                    width: auto;
                    margin: 0 0 .3em; padding-left: 6px;
                    background: url(../images/icons/flecha-gris.gif) 0px -2px no-repeat;
                    font-weight: normal !important; font-size: 1em !important;
                    }
                        body#inicio_mapa-del-sitio #content #main ul li li li ul {
                        display: none;
                        }
                    
        body#inicio_mapa-del-sitio #content #main ul li a {
        border-bottom: none;
        color: #333;
        line-height: 1.8;
        }
            body#inicio_mapa-del-sitio #content #main ul li li a {          
            color: #308202;
            line-height: 1; 
            }
            body#inicio_mapa-del-sitio #content #main ul li li a:hover { 
            border-bottom: 1px solid #308202;
            }
                body#inicio_mapa-del-sitio #content #main ul li li li a {
                border-bottom: 1px solid #aaa;
                color: #666;
                }
                body#inicio_mapa-del-sitio #content #main ul li li li a:hover {
                border-bottom: 1px solid #999;
                color: #333;
                }
    
    /* NOTICIAS */
    
    /* noticias */
    #content dl.noticia {
    margin-top: .5em;
    margin-bottom: 1.5em;
    }
        #content dl.noticia dt {
        margin-bottom: 0;
        color: #43601e;
        font-weight: normal;
        font-size: 1.1em;
        }
        #content dl.noticia dd {
        margin-top: 0;
        }
            #content #main dl.noticia dd h3 {
            margin: 0; padding: 0;
            background: none;
            color: #111;
            font: normal 1.6em Georgia, "Times New Roman", Times, serif !important;
            }
                #content .noticia dd h3 a {
                border-bottom: 0 none;
                color: #111;
                }
            #content dl.noticia dd img {
            display: block;
            margin-top: .5em;
            border: 1px solid #505050;
            }
                #content #main dl.noticia dd img {
                max-width: 430px; /*max-height: 100px;*/
                }
            #content dl.noticia dd p.copete {
            margin-bottom: 1.5em;
            padding: 1em 0 .5em;
            border-bottom: 1px solid #ccc;
            }
            #content dl.noticia dd p {
            }
    
    
    /* ACADEMICA / CARRERAS */
    body.academica.carreras #content #main { min-height: 290px; }
    /* hide from IE-Mac \*/ * html body.academica.carreras #content #main { height: 290px; } /* end hide */
    
    
    /* CATEDRAS / pagina de detalle */
    body#catedras_detalle #content #main { min-height: 280px; }
    /* hide from IE-Mac \*/ * html body#catedras_detalle #content #main { height: 280px; } /* end hide */
    
    
    /* DOCENTES */
    
    /* listado docentes */
    #content #main dl.docente {
    clear: both;
    margin-bottom: 1.5em;
    }
        #content #main dl.docente dt {
        margin-left: 85px;
        color: #666;
        }
        #content #main dl.docente dd.foto {
        display: inline; /* IE float fix */
        float: left;
        width: 85px;
        margin-top: -1.2em;
        }
            #content #main dl.docente dd.foto a {
            border-bottom: 0 none;
            }
            #content #main dl.docente dd.foto img {
            display: block;
            width: 70px;
            border: 1px solid #505050;
            }
        #content #main dl.docente dd {
        }
            #content #main dl.docente dd h3 {
            margin-top: 0; padding: 0;
            background: none;
            color: #111;
            font: normal 1.6em Georgia, "Times New Roman", Times, serif !important;
            }
                #content #main dl.docente dd h3 a {
                border-bottom: 0 none;
                color: #111;
                }
    
    /* detalle docente */
    body#docentes_detalle #content #main { min-height: 355px; }
    /* hide from IE-Mac \*/ * html body#docentes_detalle #content #main { height: 355px; } /* end hide */
    
    /* detalle docente - listado catedras */
    ul.listado-catedras {
    list-style: none;
    padding-left: 0;
    }
    
    /* detalle docente - listado publicaciones */
    #content #main .listado-publicaciones {
    margin-top: 2em; margin-bottom: 1em;
    padding: 1em .7em;
    background: #358707 url(../images/gradiente-verde.jpg) left top repeat-x;
    color: #fff;
    }
        #content #main .listado-publicaciones h3 {
        color: #fff;
        margin-top: 0;
        }
        #content #main .listado-publicaciones dl {
        margin-top: 1em; margin-bottom: 0;
        }
            #content #main .listado-publicaciones dl dt {
            float: left;
            width: auto;
            padding-right: .25em;
            font-weight: bold;
            }
            #content #main .listado-publicaciones dl dd {
            display: block;
            }
    
    /* detalle docente - listado proyectos */
    #content #main .listado-proyectos {
    margin-top: 2em; margin-bottom: 1em;
    padding: 1em .7em;
    background: #6b845d url(../images/gradiente-verde-gris.jpg) left top repeat-x;
    color: #fff;
    }
        #content #main .listado-proyectos h3 {
        color: #fff;
        margin-top: 0;
        }
        #content #main .listado-proyectos dl {
        }
            #content #main .listado-proyectos dl dt {
            color: #fff !important;
            }
            #content #main .listado-proyectos dl dd {
            }
        #content #main .listado-proyectos ul {
        margin-bottom: 0;
        }
            #content #main .listado-proyectos ul li {
            /*font-weight: bold;*/
            }
                #content #main .listado-proyectos ul li a {
                }
                #content #main .listado-proyectos ul li a:link,
                #content #main .listado-proyectos ul li a:visited {
                color: #fff;
                border-bottom-width: 0;
                }
                #content #main .listado-proyectos ul li a:focus,
                #content #main .listado-proyectos ul li a:hover {
                border-bottom-width: 1px;
                border-bottom-color: #e6efe0;
                }
            
    /* detalle docente - foto destacada */
    #content #sub .foto {
    margin: 2em 20px 1em;
    text-align: center;
    }
        #content #sub .foto a {
        border-bottom: 0 none;
        }
        #content #sub .foto img {
        display: block;
        margin: 0 auto;
        width: 196px;
        border: 10px solid #fff;
        }
    
    /* detalle docente - botones columna derecha */
    #content dl.boton {
    clear: both;
    margin: .2em 20px .7em;
    background: #fff;
    color: #333;
    }
        #content dl.boton dt {
        display: inline; /* IE float fix */
        float: left;
        width: 35px;
        margin: 0; padding: .8em 0;
        background: #405d1d url(../images/icons/info.gif) center no-repeat;
        text-indent: -999em; /* ocultar el texto para que solo se vea el icono */
        line-height: 1;
        }
            #content dl.boton-telefono dt { background-image: url(../images/icons/phone.gif); }
            #content dl.boton-email dt { background-image: url(../images/icons/mail.gif); }
            #content dl.boton-documento dt { background-image: url(../images/icons/document.gif); }
        #content dl.boton dd {
        display: inline; /* IE float fix */
        float: left;
        margin: 0; padding: .8em 1em;
        line-height: 1;
        }
            #content dl.boton dd a {
            display: block;
            padding: 0;
            border: 0 none;
            background: none;
            color: #333;
            }
    
    /* INVESTIGACION / CUADERNOS DEL CEAGRO */
    body#investigacion_cuadernos-del-CEAgro_indice-tematico-acumulado #content #main h4 {
    padding-top: .7em;
    font-size: 1.5em;
    }
    
    /* EXTENSION / CAPACITACION */
    body.extension.capacitacion #content #main { min-height: 340px; }
    /* hide from IE-Mac \*/ * html body.extension.capacitacion #content #main { height: 340px; } /* end hide */