File: /home/iestorre/www2/proyectointegrado/2bachA/determinantes/nav.css
/* ==========================================
Copyright University of Auckland 2004
Created by Brent Simpson, brent.simpson@auckland.ac.nz
Centre for Flexible and Distance Learning
Modificado: Aníbal de la Torre /Juan Diego Pérez
============================================= */
#header {
color: #006699;
background-color: #FFFFFF;
height: 100px;
padding-left: 20px;
font-size: 2.2em;
}
#navcontainer {
z-index:1000;
width: 220px;
float: left;
text-align:left;
font: 1em;
padding-right: 5px;
border: 1px solid #FFF;
position: fixed !important;
*position: fixed !important;
*position: absolute;
top: 5px;
left: 5px;
}
#navcontainer ul {
margin-left: 0px;
padding-left: 0px;
margin-top: 0px;
list-style-type: none;
font-family: Verdana,Arial, Helvetica, sans-serif;
}
#navcontainer a {
display: block;
padding: 4px 0px 4px 18px;
border-bottom: 0px;
}
#navcontainer a:link, #navlist a:visited {
color: #627796;
font-weight: bold;
background-color: #FFFFF;
text-decoration: none;
width: 202px;
}
#navcontainer a:hover {
color: #627796;
background-color:#F5F5F5;
border: 1px dashed #CCCCCC;
}
/* Hide from IE5-mac. Only IE-win sees this. Fixes the peek-a-boo bug!!! */
* html #navcontainer {
margin-right: 10px;
}
* html p {
height: 1%;
margin-left: 0;
}
/* End hide from IE5/mac */
/* nodes with children get expandable icon */
.withChild {
background-image: url(collapse.gif);
background-repeat: no-repeat;
background-position: 2px 9px;
}
#active.withChild {
padding: 4px 0px 4px 18px;
background-color: #627796;
background-image: url(collapse.gif) !important;
background-repeat: no-repeat;
color: #FFFFFF;
}
#active.withoutChild {
padding: 4px 0px 4px 18px;
background-color: #627796;
color: #FFFFFF;
}
/* subnav is for displaying sections and units */
#subnav div
{
font-size: 0.9em;
}
#subnav a {
width: 190px;
border: 0 !important;
padding: 4px 0px 4px 30px;
}
#subnav a:hover {
color: #627796;
background-color: #F5F5F5;
font-weight: bold;
padding: 4px 0 4px 30px;
border: 1px dashed #CCCCCC !important;
}
#subnav #active {
background-color: #627796;
color: #FFFFFF;
padding: 4px 0 4px 30px;
}
div > #subnav .withChild {
background-image: url(collapse.gif) !important;
background-repeat: no-repeat !important;
background-position: 14px 9px !important;
}
#subnav div.withChild {
background-image: url(collapse.gif) !important;
background-repeat: no-repeat !important;
background-position: 14px 9px !important;
}
#subnav .withoutChild div {
padding-left: 12px;
width:190px;
}
#subnav .withoutChild #active {
width:180px;
margin-left: 0px;
padding-left: 40px;
}
#subnav .withoutChild div a:hover {
width:178px;
margin-left: -12px;
padding-left: 42px;
}
/* MAIN CONTENT STYLES */
#container {
border-top: 0px solid #CCC;
position:absolute;
}
#main {
padding: 18px;
padding-top: 0px;
margin: 0px 10px 10px 180px;
margin-left: 230px;
margin-top: 10px;
text-align:left;
width: 72% !important; /* Para que se vea en IE6 bien, dentro de lo que cabe */
*width: 72% !important;
*width: 95%;
border-left: 1px dashed #627796;
}