/*-------------------------------------MENU IZQUIERDO-------------------------------------*/
/*
.menu
{	width:170px; height:33px; text-align:right;
	border:0; border-collapse:separate; vertical-align:middle;
	background-image:url('../imagen/bg_bt.jpg');
	font-family: Arial, Helvetica; font-size: 12px; text-decoration:none; text-align:left;
}

.texto_menu
{	text-align:left; color: #0047b6;
	border:0; border-collapse:separate; vertical-align:middle;
	font-family: Arial, Helvetica; font-size: 12px; text-decoration:none; text-align:left; font-weight: bold;
}

.submenu
{	width:160px; text-align:right;
	border:0; border-collapse:separate; vertical-align:middle; margin-left:10px;
	font-family: Arial, Helvetica; font-size: 12px; text-decoration:none; text-align:left;
}

.texto_menu_interno A:link
{	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none;
	color: #c60821;
}

.texto_menu_interno A:visited
{	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none;
	color: #c60821;
}

.texto_menu_interno A:hover
{	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none;
	color: #0047b6;
}

.flecha_menu
{	width:20px; text-align:center;}
*/

.menu_list
{	width: 170px;
	background-image: url(../imagen/fondo.jpg);
}

.menu_head
{	padding: 10px 5px;
	/*cursor: pointer;*/
	position: relative;
	margin:1px;
	font-weight:bold;
	text-align: left;
	/* [disabled]background: #eef4d3; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
	height: 15px;
	background-image: url(../imagen/fondo.jpg);
	color: #036;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-color: #CCCCCC;
}

.menu_body
{	background-image: url(../imagen/fondo.jpg);
	/*display:none;*/
	background-repeat: no-repeat;
}

.menu_body a
{	display:block;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
	padding-left:10px;
	font-weight:lighter;
	text-decoration:none;
	line-height: 22px;
	text-align: left;
}

.menu_body a:hover
{	background-color:#F4FAFF;
	color:#036;
	text-decoration:none;
}

.menu_head  a
{	color: #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu_head  a:hover
{	color: #09F;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}