
/* S E C C I O N E S*/
#menu{
	width: 	 170px;
	clear:	 none;
	float: 	 left;
	display: table-cell;

	vertical-align: top;
	min-height:	320px;
}

* html #menu{
	height:      1px;
	min-height:  10px;
}

#centro{
	width: 		520px;
	clear: 		none;
	display: 	table;
		
	padding: 	5px 20px 0px 20px;
	vertical-align: top;
	min-height:	320px;
}

#migas{
	width: 	100%;
	clear: 	both;
	display: table;
}

#contenido{
	width: 	100%;
	clear: 	both;
	display: table;
	padding: 10px 0px 0px 0px;

}

#contenido ul{
	width: 	auto;
	clear: 	both;

	padding: 0px 0px 0px 0px;
}
#contenido li{
	width: 	auto;
	clear: 	both;

	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 2px;
}

/* M E N U - I Z Q U I E R D O */
#menu_izq{
	width:   100%;
	clear:   both;
	display: table;
	
	margin:  0px;
	padding: 0px;
}

#menu_izq *{
	height: 	auto;
	
	margin: 	0px;
	padding: 	0px;
	border: 	0px;

	background-repeat:   no-repeat;
	background-position: left center;
}

#menu_izq ul li{
	display: block;
	
	padding: 0px 0px 0px 10px;
	
	list-style-type: none;
	background-image: url("/portal/export/system/modules/com.agresso.ebusiness.ready/resources/images/dblflecha_gris.gif");
	background-position: left center;
}
#menu_izq div.menuIzq{
	width:   100%;
	clear:   both;
	display: table;
	margin:  0px 0px 0px 0px;
}

#menu_izq div.head{
	width: 100%;
	height: 40px;
	display: table;
	
	margin: 0px;
	
	background-color:    #DEDEDE;
	background-repeat:   no-repeat;
	background-image:    url("/portal/export/system/modules/com.agresso.ebusiness.ready/resources/images/fondo_cab_secciones.gif");
	background-position: 0px 0px;
}
#menu_izq div.title{
	width: auto;
	display: table;
	clear: none;
	float: left;
	
	padding: 8px 8px 5px 10px;
}

#menu_izq div.image{
	width: 100%;
	height: 39px;
	display: block;
	overflow: hidden;
	
	margin: 0px 0px 1px 0px;
}
#menu_izq div.body{
	overflow: hidden;
	
	margin: 0px 0px 1px 0px;
	padding: 8px 12px 12px 12px;
	
	background-color: #DEDEDE;
	background-repeat:   no-repeat;
	background-image: url("/portal/export/system/modules/com.agresso.ebusiness.ready/resources/images/fondo_bottom_secciones.gif");
	background-position: bottom;
}

#menu_izq div.body ul li{
	display: block;
	
	list-style-type: none;
	background-image: url("/portal/export/system/modules/com.agresso.ebusiness.ready/resources/images/dblflecha_gris.gif");
	background-position: left center;
}

/* M I G A S */
.migas, .migas a{
	
}


