/* CSS Document &PC& */


/*********************
 *  para el banner
 *********************/


.middleBanner{
   background-image: url(../images/portal/bannermiddle.jpg);
   background-repeat: repeat-x;
   width: 100%;
} 

.menuBar{
   background-image: url(../images/portal/barmenu.jpg);
   background-repeat: repeat-x;
   width: 100%;
height: 12px;
	
} 



#menu{
    float: left;
    width: 175px;
    height: 275px;
    border: 3px solid #ececff;
    padding: 5px;
    padding-left: 5px;
    border-right-color: #D4D4F7;
	font-size: @css.font.small@; 
}

#menu td.menu{
	background-image: url(../images/toolbox/right_corner.gif);
	/*background-color: #9999CC;*/
	color: white;/*#D6D7E0;*/
}

#o_container {
	background: #FFFFFF;
	height: 95%;
	min-height: 95%;
	text-align: left;
	margin: 0px auto;
	margin-bottom: -80px;
	border-left: 0;
	border-right: 0;
	position: relative;
	top: 5px;
	left: 0px;
	width: 90%;
}

#contenidos{
    float:left;
    width:68%;
    min-height: 450px;
    /*border: 3px solid grey;*/
    margin-left: 10px;
    padding: 3px;
    padding-bottom: 4px;
    background-color: #fff;
	height: 90%;
	
	position: relative;	
	
}

* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
    height: 400px;
}

