body { font-size: 12px; font-family: Verdana,Arial,sans-serif; }

.dialog { display: none; }

/* contenido */
#wrapper { margin: 0 auto; width: 956px; }

/* header */
.headerLogin { background: none; text-align: center; }
.headerLogin img { width: 200px; height: 162px; }

/* info usuario */
.infoUsuario { text-align: right; padding: 5px; }
.infoUsuario .emergencia { color: red; font-weight: bold; font-size: 14px; padding-right: 40px; }

/* menu */
#menu { height: 35px; font-weight: normal; margin: 15px auto 0px auto; width: 50%; }
#menu ul { height: 35px; }
#menu ul, #menu ul li { float: left; list-style-type: none; margin: 0; padding: 0; font-size: 13px; line-height: 32px; }
#menu ul li:first-child { border-left: 1px solid #AAA; }
#menu ul li { border: none; border-right: 1px solid #AAA; }
#menu ul li a { float: left; display: block; height: 35px; padding: 0 18px; color: #000; text-decoration: none; }
#menu ul li a:hover { background: white; background: #777 url(smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; }

#menu ul.notificaciones { float: right; }
#menu ul.notificaciones li { border-left: 1px solid #AAA; border-right: 0; }

/* alarmas */
#menu ul li#notificaciones { width: 125px; text-align: center; }
#menu ul li#notificaciones a { width: 100%; text-align: center; padding: 0; }
#menu ul li#notificaciones.ui-state-error a { color: red; font-weight: bold; width: 100%; text-align: center; padding: 0; }
.alarma-overlay { background: yellow; }

/* footer */
#footer { width: 100%; height: 50px; margin: 20px 0; border: 1px solid #AAA; }
#footer p { text-align: center; margin: 5px; }

/* login */
#login { margin: 5px auto 0 auto; width: 280px; }
#login form { margin: 2em; }
#login form table { width: 100%; }

/* error */
.contenido-error { margin: 30px; }
.contenido-btn-error { text-align: center; margin: 20px; }

/* tooltip */
#tooltip { position: absolute; z-index: 3000; border: 1px solid #111; background-color: #eee; padding: 5px; opacity: 0.85; }
#tooltip h3, #tooltip div { margin: 0; }
.tipd { display: none; }

/* inicio */
#home { margin-top: 10px; width: 100%; }
#home .ui-widget-content { min-height: 300px; }
#home .ui-widget-content h1 { font-size: 1.5em; font-weight: normal; }
#home .ui-widget-content .tracktec { text-align: center; }


