html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
  position: relative;
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;  
	line-height: 1;
	background-color: #eee;
  background-image: url('../images/patron.jpg');
}

ul {
	list-style: none;
}

ol {
  padding-left: 40px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

p {
  line-height: 22px;
  margin-bottom: 15px;
}

br {
  clear: both;
  line-height: 22px;
}

h1 {
  font-weight: bold !important;
  margin-bottom: 15px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
  clear: both;
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #aaa;
  padding: 0;
}

input, select, textarea {
  border: solid 1px #aaa;
  font-size: 11px;
  font-family: inherit;
}

fieldset input {
  padding-left: 2px;
}

fieldset select {
  padding-left: 2px;  
}

fieldset textarea {
  padding-left: 2px;  
}

input[type="submit"] {
  font-weight: bold;
  padding: 0 10px;
  border-radius: 2px;
  border-style: outset;
  height: 18px;
  background-image: url('../images/fondo-barra.jpg');
}

input[type="button"] {
  font-weight: bold;
  padding: 0 10px;
  border-radius: 2px;
  border-style: outset;
  height: 18px;
  background-image: url('../images/fondo-barra.jpg');
}

input[type="checkbox"] {
  margin-left: 0;
}

input[readonly="readonly"] {
  border-color: #ddd;
  background-color: #f5f5f5;
}

input[type="file"] {
  visibility: hidden;
  width: 0;
  margin: 0 0 0 -5px;
  padding: 0;
}

input[type="image"] {
  padding: 0;
  border-style: none;
  height: 18px;
  vertical-align: top;
}

select {

}

label {
  font-weight: bold;
}

form {
  float: left;
  margin-bottom: 10px;
}

form fieldset p {
  clear: both;
  line-height: 15px;
  vertical-align: top;
  margin: 10px 0 0 0;
  padding: 0;
}

fieldset p * {
  margin-right: 5px;
}

fieldset p input,  fieldset p select {
  margin-right: 10px;
}

form a {
  color: #36d;
}

form h1 {
  clear: both;
  margin: 10px -10px;
  background-color: #eee;
  text-align: center;
  padding: 5px 0;
}

form h2 {
  clear: both;
  margin: 10px -10px;
  background-color: #ccc;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
}

form h3 {
  font-weight: bold;
  text-align: center;
}

form h4 {
  font-weight: bold;
  text-align: left;
  margin: 10px 0;
}

form hr {
  float: left;
  width: 100%;
  margin: 10px 0;
}

form p label {
  display: inline-block;  
  line-height: 16px;
  vertical-align: top;
}

form p label.columna {
  float: left;
  text-align: right;
  width: 170px;
}

form fieldset {
  border: solid 1px #555;
  padding: 18px 10px 10px 10px;
  min-width: 350px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  overflow: hidden;
}

form fieldset legend {
  padding: 5px 10px;
  border: solid 1px #555;
  font-weight: bold;
  background-color: #888;
  color: #fff;
  margin-bottom: -10px;
  
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;  
}

form fieldset .error, form fieldset .mensaje {
  margin: 10px 0;
}

form fieldset h1 {
  margin: 0 -10px 15px -10px;
  padding: 7px;  
  background-color: #ddd;
  text-align: center;
}

strong {
  font-weight: bold;
}

a {
  color: #36d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#base {
  width: 980px;
  margin: 10px auto;
  overflow: hidden;
  background-color: #bbb;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 6px 15px rgba(50, 50, 50, 0.75);
  border: solid 1px #555;
}

#cabecera {
  position: relative;
  width: 980px;
  height: 88px;
  background-image: url('../images/cabecera.jpg');
  background-position: -10px 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #666;
}

#logo {
  position: absolute;
  top: 5px;
  left: 240px;
}

#umaza {
  position: absolute;
  top: 5px;
  right: 40px;
}

#contacto {
  display: block;
  position: absolute;
  top: 66px;
  right: 170px;
}

#contacto a {
  text-decoration: none;
  font-size: 10px;
  color: #999;
}

#contacto img {
  margin-bottom: -5px;
}

#menu {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #555;
  height: 24px;
  background-color: #fff;
}

#menu * {
  color: #555;  
}

#menu ul {
  list-style: none;
  margin-left: 7px;  
}

#menu ul ul {
  margin: -1px 0 0 0;
  z-index: 30;
}

#menu ul li {
  position: relative;
  float: left;
  display: block;
}

#menu ul li hr {
  margin: 5px 0;
}

#menu li ul li {
  float: none;
}

#menu ul a {
  display: block;
  padding: 7px 10px;  
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
}

#menu ul a:hover {
  background-color: #555;
  color: #fff;
}

#menu li ul a:hover {
  background-color: #fea;
  color: #000;
}

#menu li ul {
  display: none; 
  position: absolute;
  border: solid 1px #555;
  width: auto;
  background-color: #fff;
  box-shadow: 0px 3px 7px #555;
}

#menu li:hover > ul {
  display: block;
}

#menu .item-sel {
  background-color: #000;
  color: #fff;
}

#principal {
  clear: both;
  min-height: 450px;
  background-color: #fff;
  background-image: url('../images/principal.jpg');
  background-repeat: repeat-x;
  overflow: hidden;
  padding: 10px;
}

#pie {
  width: 980px;
  height: 40px;
  background-color: #666;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: #fff;
  padding: 10px;
  box-shadow: inset 2px 2px 30px #555;
}

#pie p {
  margin: 0;
}

#pie a {
  color: #f28955;
}

.amplio {
  width: 100%;
}

.medio {
  min-width: 50%;
}

.listado {
  clear: both;
  margin-top: 10px;
  border: solid 1px #aaa;
  background-color: #fff;
}

.listado th {
  border: groove 1px #eee;
  padding: 2px 5px;
  background-color: #ddd;
  color: #000;
  text-align: center;
  vertical-align: top;
  line-height: 1.63em;
  font-weight: bold;
}

.listado td {
  border: dotted 1px #bbb !important;
  padding: 2px 5px;
  vertical-align: top;
  line-height: 1.63em;
}

.listado td img {
  margin: 0 5px !important;
}

.listado tbody tr:hover {
  border: solid 1px #a76;
}

.listado tbody tr:hover td {
  background-color: #fec;
}

.listado a {
  color: #36d;
}

.listado.totales {
  float: right;
  clear: none;
  margin: -20px 0 10px 0;
  font-size: 10px;
}

.listado .examen-completo {
  background: #dfd;
}

.alerta {
  color: #964;
}

.error {
  clear: both;
  border: solid 1px #964;
  display: block;
  padding: 0 5px;
  background-color: #fff2e3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.error p {
  clear: both;
  color: #933;
  line-height: 20px;
  margin: 0;
}

.mensaje {
  clear: both;
  border: solid 1px #469;
  display: block;
  padding: 0 5px;
  background-color: #f0f5ff;
  margin-bottom: 10px;
}

.mensaje p {
  clear: both;
  color: #339;
  line-height: 20px;
  margin: 0;
}

.ventana {
  position: absolute;
  background-image: none;
  background-color:rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  z-index: 55;
}

.fondo-ventana {
  background-color: transparent;
  background-image: none;
}

.contenido-ventana {
  box-shadow: 0px 6px 15px rgba(50, 50, 50, 0.75);
}

.centrado {
  text-align: center;
}

.numero {
  text-align: right;
}

.login {
  margin: 120px 0 0 270px;
  position: relative;
}

.login fieldset {
  box-shadow: 0px 6px 15px rgba(50, 50, 50, 0.75);  
}

.login h1 {
  background-image: url('../images/fondo-barra.jpg');  
  margin-top: -19px;
}

.login img {
  position: absolute;
  bottom: 55px;
  left: 40px;
  height: 55px;
}

.calendario {
  float: left;
  margin-top: 10px;
  border: solid 1px #000;
  background-color: #fff;
  box-shadow: 0px 6px 15px rgba(50, 50, 50, 0.75);
}

.calendario th {
  border: solid 1px #000;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  background-color: #78b;
  color: #fff;
}

.calendario td {
  border: solid 1px #000;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}

.calendario td a {
  display: block;
  width: 70px;
  line-height: 55px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

.calendario td a:hover {
  font-size: 28px;
}

.calendario .limite {
  background-color: #ddd;
}

.calendario .feriado {
  background-color: #bbb;
}

.calendario .disponible {
  background-color: #9e9;
}

.calendario .parcial {
  background-color: #ee9;
}

.calendario .completo {
  background-color: #e99;
}

.calendario .navegacion {
  margin-top: 20px;
  text-align: center;
}

.calendario .navegacion * {
  float: none;
  margin: 5px 20px;
}

.calendario input.izquierda {
  float: left;
  margin: 5px 0 0 5px;
}

.calendario input.derecha {
  float: right;
  margin: 5px 5px 0 0;
}

.calendario .seleccion {
  font-size: 28px;
  color: #fff;  
  background-color: #888;
  box-shadow: inset 2px 2px 20px #333;
}

.derecha {
  float: right !important;
}

.izquierda {
  float: left !important;
}

.turnos {
  width: 420px;
  float: right;
  margin-top: 10px;
}

.turnos label {
  width: 45px;
  float: left;
  text-align: right;
}

.turnos .scroll {
  height: 248px;
  overflow: auto;
  padding: 0;
  margin-top: 13px;
}

.turnos .scroll .listado {
  margin: 0;
}

.usuario {
  float: right;
  line-height: 22px;
  margin: 0 10px 0 0;
}

.usuario * {
  margin: 0 0 0 10px;
}

.boton {
  font-size: 11px;
  font-family: inherit;
  font-weight: bold;
  line-height: 25px;
  padding: 1px 10px 2px 10px;
  border-radius: 2px;
  border: outset 1px #aaa;;
  text-decoration: none !important;
  background-color: #ece9d8;
  background-image: url('../images/fondo-barra.jpg');
  color: #000;
}

.radiografias {
  margin-left: 168px;
}

.radiografias img {
  height: 100px;
  margin: 5px 5px 5px 10px;
}

.comunicado {
  border: solid 1px #000;
  padding: 8px 10px 10px 10px;
  margin: 25px 0 0 0;
  background-color: #fff;
  font-size: 11px;
  text-align: justify;
}

.comunicado * {
  font-size: 12px;
}

.comunicado p {
  line-height: 14px;
  margin: 10px 0;
}

.comunicado li {
  line-height: 14px;
  margin: 5px 0;
}

.comunicado small {
  font-size: 9px;
}

.paginacion {
  clear: both;
  float: right;
  margin: 0 1px 20px 0;
  
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;  
}

.paginacion a {
  margin: 0;
  padding: 0;
}

.paginacion img {
  margin-bottom: -4px;
}

.paginacion * {
  margin-right: 10px;
}

.espera {
  visibility: hidden;
  margin: 3px 0 0 50px;
}

.no-ajustar {
  white-space: nowrap;
}

.persiana.contraida {
  height: 8px;
}

.persiana.expandida {
  height: auto;
}

.auditoria {
  display: block;
  clear: both;
  background-color: #fff;
  border: solid 1px #aaa;
  padding: 10px;
}

.lista-pasos {
  overflow: hidden;
  padding: 20px;
}

.globo-paso {
  float: left;
  width: 113px;
  height: 100px;
  border-radius: 60px;
  text-align: center;
  border: solid 1px #363;
  box-shadow: 5px 5px 15px rgba(50, 50, 50, 0.75);
  background-color: #4a4;
  color: #fff;
}

.globo-paso:hover {
  background-color: #66b;
  box-shadow: none;
}

.globo-paso p {
  margin-top: 30px;
  font-size: 11px;
  color: #fff;
}

.flecha-paso {
  float: left;
  font-size: 24px;
  margin: 35px 5px 0 5px;

}

.debug {
  display: none;
}