/* Estilos generales */
body { 
	font: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	margin:0px;
	padding:9px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

/* -- INICIO ESTILOS PARA EL MENU -- */
.myAltRowClass { background-color: #F0F0F0; background-image: none; }
/* -- FIN ESTILOS PARA EL MENU -- */
 
/* -- ESTILOS PARA EL MENU -- */
.ui-menu { width: 300px; position: absolute; outline: none; z-index: 9999 }
.ui-menu .ui-icon { float: right }
.ui-menubar .ui-button { float: left; 
                         border-top-width: 0 !important; 
                         border-bottom-width: 0 !important; 
                         margin: 0; outline: none}
.ui-menubar .ui-menubar-link { border-right: 0px dashed transparent; 
                               border-left: 0px dashed transparent }
.ui-menubar {
	list-style: none;
	margin: 0;
	padding-left: 0
}
.ui-menubar-item {
	float: left
}
#enlacesSuperior .ui-widget-header { border: 0px;
                                     font-weight:normal;
                                     background: #e3e9ee url(jquery/custom-theme/images/ui-bg_gloss-wave_55_e3e9ee_500x100.png) 50% 50% repeat-x; 
                                     color: #2875a4}
#enlacesSuperior .ui-state-focus{
  background: #e3e9ee url(jquery/custom-theme/images/ui-bg_gloss-wave_55_e3e9ee_500x100.png) 50% 50% repeat-x
}
/* -- FIN ESTILOS PARA EL MENU -- */