	/* CSS Document ESQUELETO */
	div { margin:0px; padding:0px; }
	
	#PORTAL { overflow: hidden; }
	
	#PORTAL_cabecera { height: 96px; }
	
	#PORTAL_cabecera_logo {
	position: absolute;
	top: 9px;
	z-index: 2000;
	margin-left: 10px;
	float: none;
}
	
	#PORTAL_cabecera_contenido {
	text-align: right;
}
	
	#PORTAL_cabecera_menu {
	height: 34px;
	position: absolute;
	overflow: hidden;
	top: 48px;
	min-width: 578px;
	width: 578px;
	margin-left: 170px;
	}
	
	#PORTAL_cabecera_menu_elementos {
	height: 34px;
	margin-left: 10px;
	margin-right: 10px;
	clear: none;
	}
	
	#PORTAL_cabecera_menu .cabecera_menu_elemento, #PORTAL_cabecera_menu .cabecera_menu_elemento2 {
		width:19%;
		float:left;
		margin-left: 0.2em;
		margin-right: 0.2em;
		position: relative;
		height: 100%;
	}
	#PORTAL_cuerpo { }
	
	#PORTAL_cuerpo_migas {
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 160px;
	margin-bottom: 2px;
	clear: both;
	float: none;
}
	

	
	#PORTAL_cuerpo_contenido {
		margin-top: 0px;
		float: none;
	}
	
	#PORTAL_cuerpo_menu {
	width: 158px;
	float: left;
	background-color: #FFFFFF;

	}	
	
	#PORTAL_cuerpo_contenido_desarrollo {
	padding-left: 168px;
	padding-right:10px;
	width:auto;
	
	}
	

	
	#PORTAL_cuerpo_menu .menu_elemento, #PORTAL_cuerpo_menu .menu_elemento2, #PORTAL_cuerpo_menu .menu_elemento_general, #PORTAL_cuerpo_menu .menu_elemento_general2 {
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
}

	#PORTAL_cuerpo_menu .menu_elemento_sub, #PORTAL_cuerpo_menu .menu_elemento_sub2, #PORTAL_cuerpo_menu .menu_elemento_general_sub, #PORTAL_cuerpo_menu .menu_elemento_general_sub2 {
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 12px;

}
	
	#PORTAL_cuerpo_contenido_desarrollo .contenido_seccion_imagen { margin-bottom: 10px; }
	
	#PORTAL_cuerpo_contenido_menu {
		width: 170px;
		margin-top: 0px;
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 4px;
		float: right;
		clear: none;
		padding-bottom: 10px;
		margin-bottom: 10px;
		display: none;
	}
	
	#PORTAL_pie { clear: both;  padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: center; margin-top:10px; }
