
/* Layout */
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  color: #112233;
}
#All {
  width: 750px;
  margin: 0 auto;
  padding: 0 10px;
  background: url('img/lr.gif') 50% 0 repeat-y;
}
#Top {
  width: 750px;
  height: 195px;
  background: url('img/omegalia.jpg') 0 0 no-repeat;
  overflow: hidden;
}
#Main {
  padding: 10px;
  width: 730px;
  overflow: hidden;
  background: #aabbcc;
}
#Bottom {
  padding: 25px 0 5px 0;
  text-align: center;
  font: 70% Tahoma, sans-serif;
  background: #aabbcc;
}
#shadowtop {
  width: 770px;
  height: 10px;
  margin: 0 auto;
  background: url('img/t.gif') 0 100% repeat-x;
  margin-top: 10px;
  font-size: 1px;  /* IE */
}
#shadowbottom {
  width: 770px;
  height: 10px;
  margin: 0 auto;
  background: url('img/b.gif') 0 0 repeat-x;
  margin-bottom: 10px;
  font-size: 1px;  /* IE */
}
#shadowtop #tl {width:10px; height:10px; float:left; background:url('img/tl.gif') 100% 100% no-repeat;}
#shadowtop #tr {width:10px; height:10px; float:right; background:url('img/tr.gif') 0 100% no-repeat;}
#shadowbottom #bl {width:10px; height:10px; float:left; background:url('img/bl.gif') 100% 0 no-repeat;}
#shadowbottom #br {width:10px; height:10px; float:right; background:url('img/br.gif') 0 0 no-repeat;}
div.contenido {
  width: 500px;
  float: right;
}
div.menu_contenido {
  width: 200px;
  float: left;
}
div.menu_contenido a {
  line-height: 25px;
}
div.menu_contenido img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 5px 10px 0;
}
div.resultado {
  width: 300px;
  padding: 10px;
  border: #112233 1px solid;
  background-color: #e0e0e0;
  text-align: center;
  margin: 0 auto;
}

/* Estilos */
h1 {
  font: 200% bold Times, serif;
  text-align: center;
}
h2 {
  font: 150% bold Times, serif;
}

h3 {
  font: 120% bold Times, serif;
}
a {
  color: #556677;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #112233;
  text-decoration: none;
}
strong {
  color: #112233;
}
div.center {
  text-align: center;
}
div.center * { margin: auto; }
div.right {
  text-align: right;
}
img { border: 0; }
input.i, textarea {
  color: #112233;
  background: #ddeeff;
  border: #556677 2px inset;
}
input.b {
  color: #112233;
  background: #ddeeff;
  border: #556677 2px outset;
}
.tabla_configuracion {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin-left: 50px;
}
.tabla_configuracion td {
  width: 200px;
  vertical-align: top;
}
.select_color {
  vertical-align: top;
  margin: 3px 0 0 2px;
  width: 15px;
  height: 15px;
  border: #112233 1px solid;
  cursor: pointer;
}

/* Opción Inicio */
a.opcioninicio {
  display: block;
  float: left;
  width: 150px;
  padding: 10px;
  border: #aabbcc 1px solid;
  text-align: center;
}
a.opcioninicio:hover {
  border: #ddeeff 1px solid;
}

/* WebShot */
a.webshot {
  display: block;
  float: left;
  padding: 12px;
  border: #aabbcc 1px solid;
}
a.webshot:hover {
  border: #112233 1px solid;
}

/* Calendario */
#cal {}
#cal .fecha {
  color: #556677;
  font: bold 14px Tahoma, sans-serif;
}
#cal .calendario {
  float: left;
  margin: 10px;
  border: #aabbcc 2px outset;
  background-color: #e0e0e0;
  cursor: default;
}
#cal .calendario td {
  width: 20px;
  height: 20px;
  color: #112233;
  font: 10px Tahoma;
  text-align: center;
  vertical-align: middle;
}
#cal .calendario .dias td {
  color: #112233;
  background-color: #e0e0e0;
  font-weight: bold;
}
#cal .calendario .nada {
  /*background-color: #000000;*/
}

/* Menú */
#Menu {
  height: 25px;
  border-top: #112233 1px solid;
  border-bottom: #112233 1px solid;
  background: #112233 url('img/bgmenu.png') 0 100% repeat-x;
}
#Menu a {
  display: block;
  float: left;
  height: 25px;
  padding: 0 20px;
  color: #ddeeff;
  font: bold 100% Verdana, sans-serif;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
}
#Menu a:hover {
  color: #112233;
  background: #112233 url('img/bgmenu.png') 0 0 repeat-x;
}

/* AuxBox */
#AuxBox {
  display: none;
  position: absolute;
  z-index: 10;
  width: 200px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: #112233;
  background: #ddeeff;
  border: #112233 1px solid;
}
