/* style.css (hoja de estilo del sitio)
Nor-K Publishop, © Copyright 2003, 2004 | http://www.nor-k.com/
Codigo CSS escrito por: Eduardo Ochoa | http://www.li-1.com/
*/

/* empieza definicion de atributos de tags generales */

body {
  margin: 0;
  padding: 0;
  background: #039;
  scrollbar-face-color: #e5edf3;
  scrollbar-shadow-color: #039;
  scrollbar-highlight-color: #abc;
  scrollbar-3dlight-color: #fff;
  scrollbar-darkshadow-color: #abc;
  scrollbar-track-color: #e5edf3;
  scrollbar-arrow-color: #039;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #000;
}

p.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

img {
  border: 0px;
}


a:link, a:visited {
  color: #036; text-decoration: none
}

a:active {
  color: #6C7189;
  text-decoration: underline;

}
a:hover {
  color: #00a; text-decoration: none;
  border-bottom: 1px dashed #00a;
}


div#header {
  text-align: center;

}

div.img-header {
  text-align: center;
  margin: 0 auto 0 auto;
  border-left: 2px solid #369;
  border-right: 2px solid #369;
  width: 775px;
}

div#header-options {
  background: #fff url('./images/header_bottom.jpg') no-repeat top center;
  width: 775px;
  margin-left: auto;
  margin-right: auto;
  height: 72px;
  text-align: center;
  border-left: 2px solid #369;
  border-right: 2px solid #369;
}

div#content {
  width: 775px;
  background-color: #fff;
  padding: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 550px;
  border-left: 2px solid #369;
  border-right: 2px solid #369;
}

div.left {
  text-align: center;
  float: left;
  width: 120px;
  padding: 20px;
  padding-top: 0;
}

div.right {
  text-align: justify;
  float: right;
  width: 575px;
  padding-right: 30px;
  padding-top: 5px;
  font-size: 16px;
  background: #fff url('bg_texto.gif') no-repeat;
}


div.cont-opciones {
  width: 275px;
  margin-left: auto;
  margin-right: 20px;
  padding-top: 20px;
  font-size: 14px;
}

div.li-1 {
  float: left;
  text-align: left;
}

div.li-1 ul {
  background: #fff url('./images/timon1.gif') no-repeat;
  list-style-type: none;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
}

div.li-2 {
  float: right;
  text-align: left;
}

div.li-2 ul {
  background: #fff url('./images/timon2.gif') no-repeat;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div.li-1 li {
  padding-left: 60px;
  line-height: 23px;
}

div.li-2 li {
  padding-left: 45px;
  line-height: 23px;
}

div#footer {
  background: #fff;
  width: 775px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px solid #369;
  border-right: 2px solid #369;
  border-bottom: 2px solid #369;
}

div.direccion {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #369;
}

div.copyright {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
}