
/* S E C C I O N E S*/
#menu{
	width: 	 250px;
	clear:	 none;
	float: 	 left;
	display: table-cell;

	vertical-align: top;
	min-height:	320px;
	padding: 0px 0px 0px 10px;
}

* html #menu{
	height:      1px;
	min-height:  10px;
}

#centro{
	width: 		685px;
	clear: 		none;
	display: 	table;
	
	padding: 	0px 5px 5px 10px;
	min-height:	520px;
}
#migas{
	width: 	100%;
	clear: 	both;
	display: table;
	padding: 10px 10px 10px 10px;
}

#contenido{
	width: 	100%;
	clear: 	both;
	display: table;
	padding: 0px 0px 0px 10px;

}

#contenidoCentro{
	width: 	100%;
	clear: 	both;
	display: table;
	padding: 0px 0px 0px 10px;

}

/* 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 div.menuIzq{
	width:   100%;
	clear:   both;
	display: table;
	
	margin:  0px 0px 0px 0px;
}

#menu_izq div.head{
	width: 100%;
	height: 30px;
	display: table;
	
	margin: 0px;
	
	background-color: #013E99;
}
#menu_izq div.title{
	width: auto;
	display: table;
	clear: none;
	float: left;
	
	padding: 8px 8px 5px 5px;
}

#menu_izq div.image{
	width: 100%;
	height: 39px;
	display: block;
	overflow: hidden;
	
	margin: 0px 0px 1px 0px;
}
#menu_izq div.body{
	width: 100%;
	height: 30px;
	overflow: hidden;
	
	margin: 0px 0px 1px 0px;
	/*padding: 8px 12px 12px 12px;*/
	
	background-color: #799bd3;
}

#menu_izq div.body2{
	width: 100%;
	height: 30px;
	overflow: hidden;
	
	margin: 0px 0px 1px 0px;
	/*padding: 8px 12px 12px 12px;*/
	
	background-color: #f4f4f4;
}

#menu_izq div.body ul li{
	width: 100%;
	height: 30px;
	display: block;	
	
	padding: 0px 0px 0px 25px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url("../../../../../../export/system/modules/com.clickasesor.web/resources/images/dblflecha_azul_secciones.gif");
	background-position: 5px center;
}

#menu_izq div.body2 ul li{
	width: 100%;
	height: 30px;
	display: block;		
	
	padding: 0px 0px 0px 10px;

	/*
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url("/portal/export/system/modules/com.clickasesor.web/resources/images/dblflecha_azul_secciones.gif");
	background-position: 5px center;
	*/
}

/* M I G A S */
.migas, .migas a{
	
}



