* {
  margin: 0;
  padding: 0;
}

body {
  background: #710400 url(../css/body.gif) repeat-x 0 100%;
  font-size: 10px;
  text-align: center;
}

#base {
  margin: 0 auto;
  text-align: left;
  width: 904px;
}

/* sección superior */

#sup {
  background: url(../css/sup.gif);
  height: 420px;
  position: relative;
  width: 904px;
}
  #sup h1 {
    left: 37px;
    position: absolute;
    top: 65px;
  }
  #sup h1 a {
    display: block;
    height: 217px;
    overflow: hidden;
    text-indent: -1000px;
    width: 155px;
  }
  #sup h2 {
    color: #000;
    font: normal 1.3em/18px "Lucida Grande", Arial, sans-serif;
    left: 2px; 
    position: absolute;
    text-align: center;
    top: 331px;
    width: 225px;
  }
  
  #sup ul.nav {
    font: normal 1.3em Arial, Helvetica, sans-serif;
    right: 24px;
    position: absolute;
    top: 12px;
  }
  #sup ul.nav li {
    display: inline;
    margin-left: 20px;
  }
  #sup ul.nav a {
    border-top: 2px #710400 solid;
    color: #FF4000;
    padding-top: 10px;
    text-decoration: none;
  }
  #sup ul.nav a:hover {
    color: #FFF;
  }
  #sup ul.nav strong {
    border-top: 2px #FFF solid;
    color: #FFF;
    font-weight: normal;
    padding-top: 10px;
  }

  #sup div.slideshow {
    left: 227px;
    position: absolute;
    top: 110px;
  }
  #sup div.slideshow div.shadow {
    background: url(../css/slideshow-shadow.png);
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 665px;
    z-index: 1000;
  }
  #sup div.slideshow ul {
    bottom: 0;
    overflow: hidden;
    padding-top: 40px;
    position: absolute;
    right: 4px;
    z-index: 1001;
  }
  #sup div.slideshow ul a {
    background: url(../css/slideshow-ul-a.png);
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 2px;
    position: relative;
    top: 100px;
    width: 40px;
  }
  #sup div.slideshow ul a:hover {
    top: -10px !important;
  }
  #sup div.slideshow ul img {
    border: 0;
    padding: 2px 2px 6px 2px;
  }
  #sup div.slideshow ul li {
    float: left;
    list-style: none;
    margin-right: 6px;
  }
  #sup div.slideshow ul li.a img { background-color: #FFB48D; }
  #sup div.slideshow ul li.b img { background-color: #FFD364; }
  #sup div.slideshow ul li.c img { background-color: #91C43F; }
  #sup div.slideshow ul li.d img { background-color: #72C9CC; }

/* primario menú */

#menu-pri {
  font: normal 1.3em/25px "Lucida Grande", Arial, sans-serif;
  position: absolute;
  right: 2px;
  top: 75px;
}
  #menu-pri li {
    float: left;
    list-style: none;
  }
  #menu-pri a,
  #menu-pri strong {
    color: #FFF;
    display: block;
    height: 25px;
    float: left;
    font-weight: normal;
    padding: 0 16px;
    text-decoration: none;
    text-shadow: 0 1px 1px #991E01;
  }
  #menu-pri a:hover,
  #menu-pri strong {
    background-color: #C30;
    border-left: 1px #991E01 solid;
    border-right: 1px #991E01 solid;
    padding: 0 15px;
  }

/* sección centro */

#cen {
  background: url(../css/cen.gif) no-repeat;
  overflow: hidden;
  padding: 0 2px;
  position: relative;
  width: 900px;
}

/* primario contenido */

#cont-pri {
  float: right;
  padding: 15px 0 0 20px;
  width: 655px;
}
  #cont-pri a {
    color: #72C9CC;
  }
  #cont-pri a:hover {
    color: #8EFBFF;
    text-decoration: none;
  }

  #cont-pri div.directions {
    background: #FFF url(../css/cont-pri-img.gif) repeat-y 100% 0;
    border: #650400 2px solid;
    height: 219px;
    margin-bottom: 15px;
    padding: 5px;
    position: relative;
    top: 2px;
    width: 297px;
  }
  #cont-pri div.directions #map {
    background: #FFF;
    height: 219px;
    overflow: hidden;
    width: 297px;
  }
  #cont-pri div.directions #map img {
    background: none;
    border: 0;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
  }
  #cont-pri div.directions #map div a,
  #cont-pri div.directions #map div span {
    display: none;
  }
  #cont-pri div.directions #map div div a,
  #cont-pri div.directions #map div div spn {
    display: inline;
  } 

  #cont-pri div.news div {
    background: #FFF url(../css/cont-pri-img.gif) repeat-y 100% 0;
    border: #650400 2px solid;
    float: left;
    margin: 0 8px 8px 0;
    padding: 5px;
    position: relative;
    top: 2px;
  }
  #cont-pri div.news div h2,
  #cont-pri div.news div img {
    background: none;
    border: 0;
    float: none;
    margin: 0 0 4px 0;
    padding: 0;
    position: static;
  }
  #cont-pri div.news div h2 {
    color: #000;
    font: normal 1.1em Arial, sans-serif;
    height: auto;
    margin: 0;
    text-indent: 0;
    width: auto;
  }
  #cont-pri div.news h2 {
    background: #FFF url(../css/cont-pri-news-h2.gif) repeat-y;
    border: #650400 2px solid;
    float: left;
    height: 54px;
    margin: 0 8px 8px 0;
    overflow: hidden;
    position: relative;
    text-indent: -1000px;
    top: 2px;
    width: 40px;
  }
  #cont-pri div.news h2 span {
    display: block;
    left: 2px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 36px;
  }
  #cont-pri div.news h2 span.day {
    background: #710400;
    color: #FFF;
    font-size: 112%;
    height: 32px;
    line-height: 32px;
    top: 2px;
  }
  #cont-pri div.news h2 span.month {
    color: #710400;
    font-size: 87%;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    top: 36px;
  }
  
  #cont-pri div.specials {
    background: #72C9CC url(../css/cont-pri-specials.gif) repeat-y;
    margin: -45px -2px 0 -2px;
    overflow: hidden;
    width: 639px;
  }
  #cont-pri div.specials * {
    color: #000;
  }
  #cont-pri div.specials div {
    background: url(../css/cont-pri-specials-top.gif) no-repeat;
    padding-top: 30px;
  }
  #cont-pri div.specials div div {
    background: url(../css/cont-pri-specials-bottom.gif) no-repeat 0 100%;
    padding-bottom: 10px;
  }
  #cont-pri div.specials div div div {
    background: none;
    padding: 0;
  }
  #cont-pri div.specials em {
    color: #2e5052;
  }
  #cont-pri div.specials h1,
  #cont-pri div.specials h2,
  #cont-pri div.specials h3,
  #cont-pri div.specials p,
  #cont-pri div.specials ul li {
    background: none;
    padding-left: 12px;
  }
  #cont-pri div.specials h2,
  #cont-pri div.specials h3 {
    color: #000;
    font-weight: bold;
  }
  #cont-pri div.specials ul {
    margin-right: 0;
  }
  #cont-pri div.specials ul strong {
    right: 12px;
  }
  #cont-pri div.specials ul ul {
    font-size: 100%;
    margin: 0;
    padding: 0;
  }
  #cont-pri div.specials ul ul li {
    background: url(../css/cont-pri-specials-ul-li.gif) no-repeat 0 7px;
    margin: 0;
  }
  #cont-pri em {
    color: #FFB48D;
  }

  #cont-pri h1 {
    color: #FFF;
    font: normal 1.8em "Lucida Grande", Arial, sans-serif;
    margin: 0 20px 15px 0;
  }
  #cont-pri h2 {
    color: #FFB48D;
    font: bold 1.5em "Lucida Grande", Arial, sans-serif;
    margin: 0 20px 15px 0;
    position: relative;
    z-index: 100;
  }
  #cont-pri h2 a {
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 81%;
    position: absolute;
    text-decoration: underline;
    top: 0;
    right: 10px;
  }
  #cont-pri h2 a.toggle {
    color: #AA2101;
  }
  #cont-pri h2 a:hover {
    text-decoration: none;
  }
  #cont-pri h3 {
    color: #FFD364;
    font: normal 1.4em "Lucida Grande", Arial, sans-serif;
    margin: 0 20px 15px 0;
  }
  
  #cont-pri hr {
    border-color: #C30;
    border-style: solid;
    border-width: 1px 0 0 0;
    clear: both;
    margin-bottom: 15px;
    width: 635px;
  }

  #cont-pri img {
    background: #FFF url(../css/cont-pri-img.gif) repeat-y 100% 0;
    border: #650400 2px solid;
    float: left;
    margin: 0 8px 8px 0;
    padding: 5px;
    position: relative;
    top: 2px;
  }
  #cont-pri img.a { background: #FFF url(../css/cont-pri-img-a.gif) repeat-y; }
  #cont-pri img.b { background: #FFF url(../css/cont-pri-img-b.gif) repeat-x; }
  #cont-pri img.c { background: #FFF url(../css/cont-pri-img-c.gif) no-repeat 0 100%; }
  
  #cont-pri p {
    color: #FFF;
    font: normal 1.3em/18px Arial, sans-serif;
    margin: 0 20px 15px 0;
  }
  
  #cont-pri strong {
    color: #FFD364;
    font-weight: normal;
  }
  
  #cont-pri ul {
    color: #FFF;
    font: normal 1.3em/18px Arial, sans-serif;
    margin: 0 20px 15px 0;
  }
  #cont-pri ul li {
    background: url(../css/cont-pri-ul-li.gif) no-repeat 0 7px;
    list-style: none;
    padding-left: 10px;
    position: relative;
  }


/* segundario contenido */

#cont-seg {
  float: left;
  padding: 15px 0 0 10px;
  width: 215px;
}
  #cont-seg a {
    color: #72C9CC;
  }
  #cont-seg a:hover {
    color: #8EFBFF;
    text-decoration: none;
  }

  #cont-seg blockquote p {
    background: url(../css/cont-seg-blockquote-p.gif) no-repeat;
    text-indent: 20px;
  }

  #cont-seg cite {
    color: #BD7E01;
    float: right;
    margin-top: -15px;
    padding-bottom: 15px;
    text-align: right;
  }
  #cont-seg cite em {
    display: block;
  }

  #cont-seg h2 {
    color: #BD7E01;
    font: bold 1.5em "Lucida Grande", Arial, sans-serif;
    margin: 0 10px 15px 0;
  }
  
  #cont-seg hr {
    border-color: #A35002;
    border-style: solid;
    border-width: 1px 0 0 0;
    clear: both;
    margin-bottom: 15px;
    width: 205px;
  }

  #cont-seg img {
    background: #650400;
    border: #A35002 1px solid;
    margin-bottom: 15px;
    padding: 4px;
  }

  #cont-seg p {
    color: #FFD364;
    font: normal 1.2em/17px Arial, sans-serif;
    margin: 0 10px 15px 0;
  }
  #cont-seg p.button a {
    background: #AA2101 url(../css/cont-button.gif);
    border: #650400 2px solid;
    color: #FFD364;
    display: block;
    font-size: 108%;
    height: 26px;
    line-height: 26px;
    margin: 0 -2px;
    text-align: center;
    text-decoration: none;
    width: 205px;
  }
  #cont-seg p.button a:hover {
    background: #C30;
  }

  #cont-seg strong {
    color: #FFF;
    font-weight: normal;
  }

/* sección inferior */

#inf {
  height: 40px;
  padding: 10px 22px 0 22px;
  position: relative;
  width: 860px;
}
  #inf a {
    color: #992E26;
    text-decoration: none;
  }
  #inf a:hover {
    color: #FFF;
  }

  #inf h3 {
    background: url(../css/inf-h3.gif);
    float: left;
    height: 23px;
    margin: 2px 20px 0 0;
    overflow: hidden;
    text-indent: -1000px;
    width: 185px;
  }

  #inf p {
    color: #802620;
    float: left;
    font: normal 1.2em/17px Arial, sans-serif;
  }
  #inf p.autor {
    clear: right;
    float: right;
    text-align: right;
  }

  #inf ul.nav {
    color: #802620;
    float: right;
    font: normal 1.2em/17px Arial, sans-serif;
    margin-right: -4px;
  }
  #inf ul.nav li {
    border-left: #802620 1px solid;
    display: inline;
    list-style: none;
    margin-right: 4px;
    padding-left: 5px;
  }
  #inf ul.nav li:first-child {
    border: 0;
  }

/* form styles */
  
#cont-pri form {
  background: #550300;
  margin-bottom: 15px;
  padding: 10px;
  width: 615px;
}
  #cont-pri form .error {
    color: #FF4000 !important;
  }
  #cont-pri form .peq {
    width: 90px;
  }
  #cont-pri form button {
    background: #AA2101 url(../css/cont-button.gif);
    border: #4C0300 2px solid;
    color: #FFD364;
    cursor: pointer;
    font: normal 1.3em/26px Arial, sans-serif;
    height: 30px;
    margin-left: 306px;
    text-align: center;
    text-decoration: none;
    width: 205px;
  }
  #cont-pri form button:hover {
    background: #C30;
  }
  #cont-pri form div.checkbox input,
  #cont-pri form div.radio input {
    border: 0;
    float: left;
    height: 14px;
    margin-right: 10px;
    width: 14px;
  }
  #cont-pri form div.checkbox label,
  #cont-pri form div.checkbox span {
    color: #FFF;
    float: left;
  }
  #cont-pri form div.radio label,
  #cont-pri form div.radio span {
    color: #FFF;
    float: left;
    margin-right: 10px;
    width: 63px;
  }
  #cont-pri form fieldset {
    border: 0;
    overflow: hidden;
  }
  #cont-pri form fieldset div {
    height: 48px;
    margin-bottom: 18px;
    width: 307px;
  }
  #cont-pri form fieldset div.der {
    float: right;
  }
  #cont-pri form fieldset div.izq {
    float: left;
  }
  #cont-pri form input,
  #cont-pri form select,
  #cont-pri form textarea {
    background: #FFF;
    border: #BFBFBF 2px solid;
    color: #000;
    float: left;
    font: normal 1.3em Arial, sans-serif;
    padding: 3px 0 0 3px;
  }
  #cont-pri form input {
    height: 19px;
    width: 198px;
  }
  #cont-pri form input.c-icon {
    margin-right: 10px;
    width: 165px;
  }
  #cont-pri form label,
  #cont-pri form span {
    color: #FFD364;
    display: block;
    font: normal 1.3em Arial, sans-serif;
    margin-bottom: 7px;
  }
  #cont-pri form legend {
    color: #FFD364;
    font: normal 1.6em "Lucida Grande", Arial, sans-serif;
    padding-bottom: 15px;
  }
  #cont-pri form p {
    margin-bottom: 13px;
  }
  #cont-pri form select {
    height: 24px;
    padding: 0;
    width: 205px;
  }
  #cont-pri form textarea {
    height: 151px;
    width: 300px;
  }

/* calendar styles */

a.c-icon {
  background: #AA2101 url(../css/c-icon.gif);
  border: #4C0300 2px solid;
  cursor: pointer;
  display: block;
  float: left;
  height: 22px;
  width: 21px;
}
  a.c-icon-active,
  a.c-icon:hover {
    background-position: 0 100%;
  }

div.c-div {
  background: #AA2101 url(../css/c-div.gif) 100% 0;
  border: #650400 2px solid;
  left: 0;
  padding: 4px;
  position: absolute;
  text-align: center;  
  top: 0;
  z-index: 1000;
}
  div.c-div table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
  }
  div.c-div td,
  div.c-div th {
    border: 0;
    color: #FFF;
    font: normal 1.1em Arial, sans-serif;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 22px;
  }
  div.c-div td {
    background: url(../css/c-td.gif) no-repeat 1px -1px;
  }
  div.c-div td.c-td-heading {
    background: none;
  }
  div.c-div td.c-td-invalid {
    background: url(../css/c-td.gif) no-repeat 1px -23px;
    color: #BD7E01;
  }
  div.c-div td.c-td-valid {
    cursor: pointer;
  }
  div.c-div td.c-td-hover {
    background: url(../css/c-td.gif) no-repeat 1px -45px;
    cursor: pointer;
  }
  div.c-div th {  
    font: normal 1.6em/20px "Lucida Grande", Arial, sans-serif;
  }
  div.c-div th a {
    cursor: pointer;
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: -100px;
    width: 22px;
  }
  div.c-div th a.c-a-prev {
    background-image: url(../css/c-th-prev.gif);
    float: left;
  }
  div.c-div th a.c-a-next {
    background-image: url(../css/c-th-next.gif);
    float: right;
  }
  div.c-div th a:hover {
    background-position: 0 100%;
  }  