/*
	MENU TOP
*/
#menutopDIV {
	position:			relative;
	width:			756px;
	height:			100px;
	background-color:	#1E5212;
	border-bottom:	2px solid #FFFFFF;
}
#mtlogoIMG {
	position:			absolute;
	left:				12px;
	top:				20px;
}
#mtbolaIMG {
	position:			absolute;
	right:			1px;
	top:				6px;
}
#mtbannerDIV {
	position:			absolute;
	right:			190px;
	top:				0px;
}
#mtfondoIMG {
	position:			absolute;
	right:			0px;
	bottom:			0px;
}
#mthomeDIV {
	position:			absolute;
	right:			303px;
	top:				87px;
}
#mtmenuDIV {
	position:			absolute;
	right:			1px;
	top:				87px;
}
/*
	MENU LEFT
*/
#menuleftDIV {
	position:			absolute;
	left:				0px;
	top:				75px;
	width:			190px;
	padding-bottom:	20px;
}
#mlpalaIMG, #mldestIMG,
#mlbot0ROLL, #mlbot1ROLL, #mlbot2ROLL, #mlbot3ROLL, #mlbot4ROLL {
	display:			block;
	border-bottom:	1px solid #FFFFFF;
}
#mlpalaIMG { margin-top: 30px; }
#accesoDIV {
	padding-left:		0px;
	font-size:		9px;
	color:			#DBE3D9;
}
/*
	MENU DESPLEGABLE
*/
#menuDIV {
	position: 			absolute;
	left: 			0px;
	top: 			103px;
	width: 			190px;
	visibility: 			hidden;
}
#desp1MENU, #desp2MENU, #desp3MENU,
#desp4MENU, #desp5MENU, #desp6MENU {
	overflow:			hidden;
}
/*
USUARIO REGISTRADO
*/
#accesoDIV { width: 184px; height: 100px; margin: 2px; background: #99B791; border: 1px solid #1E5212; color: #1E3900; }
#accesoDIV div.titulo { padding: 4px 0 0 8px; font-weight: bold; }
#accesoDIV form { margin: 8px; }
#accesoDIV form { text-align: center; }
#accesoDIV table { text-align: left; margin: 8px 0 8px 0; }
#accesoDIV input { margin: 0; padding: 0; font-size: 9px; color: #000; background: #D7E0CD; border: 1px solid #2E6025; }
#accesoDIV a { float: left; color: #1D3900; line-height: 20px; }
#accesoDIV button { float: right; margin: 0; padding: 0; background: #99B791; border: 0 none; }

#usuarioDIV {
	position: 			absolute;
	left: 			210px;
	top: 			87px;
	width: 			325px;
}
.linkmenu {
	display:			block;
	font-weight:		bold;
	color:			#0C3503;
	background-color: 	#9BB993;
	border-bottom:	1px solid #567D4D;
	text-decoration:	none;
}
.linksubmenu {
	display:			block;
	color:			#0C3503;
	background-color: 	#E4F2E1;
	border-bottom:	1px solid #567D4D;
	text-decoration:	none;
}
.linkmenutop {
	padding-left:		4px;
	padding-right:		4px;
	margin-left:		2px;
	font-size:		9px;
	color:			#104304;
	background-color:	#709168;
	text-decoration:	none;
}
.linkmenutop:hover {
	color:			#FFFFFF;
	text-decoration:	none;
}
.linkmenutop2 {
	padding-left:		4px;
	padding-right:		4px;
	margin-left:		2px;
	font-size:		9px;
	font-weight:		bold;
	color:			#FFFFFF;
	background-color:	#709168;
	text-decoration:	none;
}
.linkmenutop2:hover {
	color:			#104304;
	text-decoration:	none;
}
/*
	BANNERS
*/
#banner2DIV { height: 67px; overflow: hidden; }
/*
	PIE
*/
#pieDIV {
	padding-top:			25px;
	padding-bottom:		25px;
	padding-right:			10px;
	background-color:		#1E5212;
	background-image:		url("../images/fondo_pie.gif");
	background-repeat:	repeat-x;
	text-align:			right;
}