.bgmmh{
position:relative;
width:150px;
height:10px;
}
.bgmmh_leftcola{
float:left;
background-image:url(../jimg/mm_leftcurva.gif);
background-repeat:no-repeat;
background-position:left top;
width:10px;
height:10px;
}
.bgmmh_texto{
float:left;
background-image:url(../jimg/mm_center.gif);
background-repeat:repeat-x;
width:130px;
height:10px;
}

.bgmmh_rightcola{
float:left;
background-image:url(../jimg/mm_rightcurva.gif);
background-repeat:no-repeat;
background-position:right top;
width:10px;
height:10px;
}

.bgmm{
position:relative;
width:150px;
height:20px;
border-bottom:1px dotted #bbbec2;
}
.bgmm_leftcola{
float:left;
background-image:url(../jimg/mm_leftcola.gif);
background-repeat:no-repeat;
background-position:left top;
width:10px;
height:20px;
}
.bgmm_texto{
float:left;
background-color:#FFFFFF;
width:130px;
height:20px;
text-align:center;
font-size:12px;
font-weight:bold;
color:#3F5296;
}

.bgmm_rightcola{
float:left;
background-image:url(../jimg/mm_rightcola.gif);
background-repeat:no-repeat;
background-position:right;
width:10px;
height:20px;
}
/* Base de BG Menu*/
.bgmm_base{
position:relative;
width:150px;
height:10px;
}
.bgmm_leftbase{
float:left;
background-image:url(../jimg/mm_left_base.gif);
background-repeat:no-repeat;
background-position:left top;
width:10px;
height:10px;
}
.bgmm_centerbase{
float:left;
background-image:url(../jimg/mm_center_base.gif);
background-repeat:repeat-x;
width:130px;
height:10px;
}

.bgmm_rightbase{
float:left;
background-image:url(../jimg/mm_right_base.gif);
background-repeat:no-repeat;
background-position:right;
width:10px;
height:10px;
}



/*Menu Principal*/

.vemenu{
	list-style-type:none;
	width:148px; /*WIDTH OF MAIN MENU ITEMS*/
	/*border:1px solid #BBBEC2;*/
border-left:1px solid #BBBEC2;
	border-right:1px solid #BBBEC2;
	background-color:#FFFFFF;
}

.vemenu li{
/*background-color:#FFFFFF;*/
position:relative;
width:148px;
height:25px;
/*border:1px 1px 1px 0px solid #888888;*/

}

.vemenu li a{
font-size:12px;
font-weight:bold;
color:#627EB7;
display:block;
width:138px;
padding:0px 2px 0px 8px;
text-decoration:none;
line-height:24px;
text-align:left;

border-bottom:1px dotted #bbbec2;

}

.vemenu li ul{ /*SUB MENU STYLE*/
background-color:#FFFFFF;
list-style:none;
position:absolute;
width:240px; /*WIDTH OF SUB MENU ITEMS*/
display:none;
padding:0px 0px 0px 2px;
border:1px dotted #999999;
left:0;
top:-1px;

}

.vemenu li ul li{
float: left;
height:24px;
/*background:#FFFFFF;*/

}

.vemenu li ul li a{
/*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
font-size:12px;
font-weight:bold;
color:#627EB7;
display:block;
width:230px;
padding:0px 2px 0px 8px;
text-decoration:none;
line-height:25px;
text-align:left;

/*background:#FFFFFF;*/



}

/*.vmenu .arrowdiv{
position: absolute;
right: 0px;
background: transparent url(../img/arrow.gif) no-repeat center right;
} */

.vemenu li a:visited, .vemenu li a:active{
color:#627EB7;

}

.vemenu li a:hover{
/*background-image: url(../img/glossyback2.gif);*/
background-color:#E2EBF4;
line-height:24px;

}

/* Holly Hack for IE \*/
* html .vemenu li { float: left; height: 12px; z-index:50 }
* html .vemenu li a { height: 12px; z-index:50 }
/* End */



/*enlaces*/
.enlaza{
float:left;

}

.orenlaces{
background-color:#6BA2CC;
width:146px;
height:46px;
border:2px solid #FFFFFF;

}

.orenlaces a:hover img{
/*background-color:#E2EBF4;*/
border-left:1px solid #000000;
}

.orenlaces img{
position:relative;
/*top:7px;*/
}

