/************************** *     Primer Nivel  **************************/
/* Estilo para la tabla*/
.TM0t0 { 
	font-size:13px;
}
/* Estilo para el div que contiene cada opcion del menu, estado:normal */
.TM0o0 {
	border:none;
	text-align:center;
}
/* Estilo para el div que contiene cada opcion del menu, estado:hover */
.TM0o1 {
	background-image:url(images/bg_item_menu.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
/* Estilo solo para el texto, estado:normal */
.TM0i0 { 
	border:none;
	color:#eef0f4;
	text-align:center;
}

/* Estilo solo para el texto, primer nivel, estado:hover */
.TM0i1 {
	color:#88add5;
}

/***************************     Segundo Nivel  **************************/
/* Estilo para la tabla */
.TM1t0{ 
	border:1px solid #9fc2ff;
	background-color:#d8ebfd;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/bg_menu_table.jpg);
	
			
}
/* Estilo para el div que contiene cada opcion, estado:normal */
.TM1o0 {
	width:185px;
	background-repeat:no-repeat;
	border-bottom:1px solid #9fc2ff;
	background-position:left;
	background-position-y:center;
	background-image:url(../images/bullet.gif);
	padding-left:25px;
	padding-right:10px;
}
/* Estilo para el div que contiene cada opcion, segundo nivel estado:hover */
.TM1o1 {
	width:185px;
	background-image:url(../images/bg_submenu_hover.jpg);
	background-color:#ffffff;
	background-repeat:no-repeat;
	border-bottom:1px solid #9fc2ff;
	padding-left:25px;
		}
/* Estilo solo para el texto, estado:normal */
.TM1i0 {
	
}
/* Estilo solo para el texto, estado:hover */
.TM1i1 {
	padding-right:10px;

}


/************************* MENU PERSONALIZADO *******************************/
/*-***************************** WRAPER *************************************/

.c_content_op{
	height:47px;
	text-align:center;
}

.c_content_op_over{
	height:47px;
	background:url(../images/bg_item_menu.jpg) repeat-x;
	text-align:center;
}

.c_text_op{
	height:32px;
	text-align:center;
	display:block;
	padding-top:15px;
	
}

.c_text_op_over{
	height:32px;
	background:url(../images/bg_item_menu.jpg) repeat-x;
	text-align:center;
	display:block;
	padding-top:15px;
}

.c_text_op_in{
	text-align:center;
	padding-top:15px;
}

.c_text_op_in_over{
	text-align:center;
	padding-top:15px;
}
