/************************** *     Primer Nivel  **************************/
/* Estilo para la tabla*/
.TM0t0 {
	border:none;
}

/* Estilo para el div que contiene cada opcion del menu, estado:normal */
.TM0o0 {
	height:40px;
}

/* Estilo para el div que contiene cada opcion del menu, estado:hover */
.TM0o1 {
	height:40px;
}

/* Estilo solo para el texto, estado:normal */
.TM0i0 { 
	height:40px;
	color:#5574aa;
}

/* Estilo solo para el texto, primer nivel, estado:hover */
.TM0i1 {
	height:40px;
	color:#00829c;
}

/***************************     Segundo Nivel  **************************/
/* Estilo para la tabla */
.TM1t0{
	border:1px solid #dfe8f1;		
}

/* Estilo para el div que contiene cada opcion, estado:normal */
.TM1o0 {
	background:#ffffff;
	border-bottom:1px solid #ebebec;
}

/* Estilo para el div que contiene cada opcion, segundo nivel estado:hover */
.TM1o1 {
	background:#ffffff;
	border-bottom:1px solid #ebebec;
}

/* Estilo solo para el texto, estado:normal */
.TM1i0 {
	text-align:center;
	color:#5574aa;
}
/* Estilo solo para el texto, estado:hover */
.TM1i1 {
	text-align:center;
	color:#5574aa;
}


/************************* MENU PERSONALIZADO *******************************/
/*-***************************** WRAPER *************************************/

.c_content_op{
	
	height			: 30px;
	display			: block;
	overflow		: hidden;
	padding-top		: 10px;
	padding-left	: 25px;
	text-align		: center;
	background-repeat:no-repeat;
	background-image: url(../images/menu_normal_left.jpg);
	}

.c_content_op_over{
	
	
	height			: 40px;
	display			: block;
	overflow		: hidden;
	text-align		: center;
	padding-left	: 25px;
	background-repeat:no-repeat;
	background-image: url(../images/menu_hover_left.jpg);
}

.c_text_op{
	text-align		: center;
	height			: 30px;
	padding-top		: 10px;
}

.c_text_op_over{
	height			: 30px;
	display			: block;
	padding-top		: 10px;
	text-align		: center;
	background-position:right;
	background-repeat:no-repeat;
	background-image: url(../images/menu_hover_right.jpg);
}

.c_text_op_in{
	text-align		: center;
	height			: 30px;
	padding-top		: 10px;
	overflow		: hidden;
}

.c_text_op_in_over{
	text-align		: center;
	height			: 30px;
	padding-top		: 10px;
	overflow		: hidden;
}

/*-------------------------------------------*/

#bottom_menuimage{
	 background:#EBEBEC;
	 width:162px;
	 height:10px;
 }
