/* CSS du menu horizontal, bieler batiste */

#menu{
	display:block;
	margin:0;
	padding:0;
	width:auto;

    }
#contenedorMenu {
	width: 100%;
	height: 25px;
	background-color: #ECE9D8;
	vertical-align: super;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #ECE9D8;
	font-size: 14px;	
}



#menu ul{
	position:absolute;
	display:block;
	width:124px;
	/*margin:0;*/
    padding:0px;
	margin: 0px;
    }
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #ECE9D8;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Trebuchet MS", Arial;
}
html {
	margin: 0px;
	height: 100%;
	width: 100%;
}

    
#menu li ul{
    visibility:hidden;
    }

#menu li li ul{
    position:absolute;
    margin-left:124px;
    margin-top:-23px;
    }
    
#menu li{
    list-style:none;
    width:124px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    }
    
#menu li li{
    display:block;
    float:none;
    }
    
/* correct a little IE bug */
* html #menu li li{
    display:inline;
    }

#menu a{
	text-align:center;
	/*background-color: #9cf;*/
    border:1px outset #FF9900;
	color:#000;
	display:block;
	width:120px;
	text-decoration:none;
	padding:2px 0;
	margin:0px;
	background-image: url(../img/fondo_botonera_trans.png)!important;
	background-image: url(../img/fondo_botonera.gif);
	
    }
    
#menu a:hover{
    border:1px #aaa solid;
	background-image: url(../img/fondo_botonera_on.gif);
    }
    
/* for a mozilla better display with key nav */
#menu a:focus{
    background-color: #FFF2AA;
}

a.linkOver{
    background-color: #D99922;
    }

.cabeceraPrograma {
	background-image: url(../img/fondo_cabecera_programa.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 90%;
}
#contenedorTrabajo {
	
	min-height:50%;
	height: auto !important;
	height: 50%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C7C1A7;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #C7C1A7;
	margin-top: 5px;
	background-image: url(../img/fondo_areatrabajo_trans.png)!important;
	background-image: url(../img/fondo_areadetrabajo.gif);
}
