/* white */
a:link, a:visited {
	color: #135cae;
}

a:hover {
	color: #0b3768;
}

#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/white/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, div.module_menu h3, .componentheading, table.moduletable th {
  color: #666;
}

h3, .componentheading, table.moduletable th {
  color:#EC0000;
}

div.module_menu {
	background: url(../images/white/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/white/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/white/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/white/mw_box_tl.png) 0 0 no-repeat;
}
/*sub clase de menu azul cielo vicelado*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link, #rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link  {
background:url("../images/menu_row.jpg") no-repeat scroll left center transparent;
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
height:20px;
line-height:20px;
margin:0;
padding:0 0 0 14px;
text-decoration:none;
}