@import "includes/reset.css";
@import "../../css/includes/loading.css";
@import "../../css/includes/rating.css";

.clearfix:after, .sidebox:after, .list_event:after, .list_promocion:after, .list_noticia:after {content:".";display:block;height:0;clear:both;visibility:hidden;}


html {
  background: #e6e6e6;
  color: #666;
}

body {
  background: #fff url(../img/backgrounds/body.png) repeat-x;
  text-align: center;
}

.container {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}

#section {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  -moz-opacity: 0.8;
}

/* HEADER ________________________________________________________________________*/

#header {
  background-position: center 56px;
  background-repeat: no-repeat;
  height: 500px;
  margin-bottom: -380px;
  background-image: url(../img/backgrounds/header.jpg);
}

#header .container {
  position: relative;
  padding-top: 6px;
  color: #fff;
  font-size: 109.1%;
}

#header h1 {
  position: absolute;
  top: 26px;
  left: 0;
}

#header h1 a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 107px;
  height: 0;
  width: 159px;
  background: transparent url(../img/logo.png) no-repeat;
  margin-bottom: -30px;
}

#header a {
  color: #ccc;
  text-decoration: none;
}

#header a:hover {
  color: #fff;
  text-decoration: underline;
}

#searchbox {
  position: absolute;
  top: 3px;
  right: 0;
  text-align: right;
}

#header input, #header select{
  vertical-align: middle;
}

#header .formLogin {
  margin: -6px 0;
  margin-left: 254px;
  background: transparent url(../img/division.gif) repeat-y;
  height: 23px;
  padding: 3px 10px 0 10px;
}

#userinfo {
  margin-left: 264px;
}

#register {
  position: absolute;
  top: 0;
  left: 150px;
  background: #c00 url(../img/division.gif) repeat-y;
  height: 19px;
  padding: 5px 10px 2px 10px;
  text-decoration: none;
  color: #fff;
}

#header #register:hover {
  text-decoration: none;
}

#sites {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  background: transparent url(../img/division.gif) repeat-y;
  height: 26px;
  padding: 0;
}

#sites div {
  border: 1px solid #666;
  border-top: 0;
  display:none;
}

#sites h6 {
  display: block;
  margin-left: 2px;
  padding: 6px 8px;
  cursor: pointer;
  background: #6b6b6c url(../img/down-arrows.gif) no-repeat 135px center;
}

#sites a {
  display: block;
  background: #fff;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

#header #sites a:hover {
  background: #ccc;
  color: #000;
  background-repeat: no-repeat;
  background-position: 5px center;
  text-decoration: none;
}

#header ul {
  margin-top: 13px;
  float: right;
}

#header ul li {
  list-style: none;
  float: left;
  padding: 0 20px;
}

#header li a {
  display: block;
  overflow: hidden;
  padding-top: 20px;
  *padding-top: 25px;
  width: 66px;
  height: 0px;
  background: transparent url(../img/navmenu.png) no-repeat;
  color: #fff;
}

#header li a.reglamento {
  width: 100px;
  background-position: 0 -20px;
}

#header li a.preguntas {
  width: 180px;
  background-position: 0 -40px;
}

#header li a.contacto {
  width: 80px;
  background-position: 0 -60px;
}

.formLogin span {
  font-size: 81.81%;
}

/* FOOTER ________________________________________________________________________*/

#footer {
  clear: both;
  border-top: 2px solid #c00;
  background: #e6e6e6;
}

#footer .container {
  clear: both;
  position: relative;
  padding: 10px 0 80px 0;
  color: #666;
}

#footer_links {
  margin-left: 240px;
}

#footer_links h4 {
  margin: 5px 0 5px 0;
  font-weight: bold;
  font-size: 109.1%;
}

#footer_links a {
  display: block;
  color: #666;
  text-decoration: none;
  margin: 2px 0;
}

#footer_links a:hover {
  color: #3f3f3f;
  text-decoration: underline;
}

#footer_links div {
  float: left;
  width: 25%;
}

#footer_links strong {
  display: block;
  margin-bottom: 3px;
}

#copyright {
  position: absolute;
  top: 10px;
  left: 0;
  width: 170px;
  background: transparent url(../img/logo_footer.png) no-repeat;
  padding: 5px 5px 5px 60px;
  color: #3f3f3f;
}

#copyright strong {
  display: block;
  font-size: 109.1%;
  color: #666;
}

/* CONTENT _______________________________________________________________________*/

#main {
  float: right;
  width: 764px;
  background: #f8f8f8;
  min-height: 600px;
  height: auto !important;
  height: 600px;
}

#sidebar {
  float: left;
  width: 160px;
  background: #f8f8f8;
  padding-top: 10px;
}

.sidebox {
  border-bottom: 1px solid #bc7f7f;
  padding: 5px;
}

.sidebox h3 {
  clear: both;
  font-size: 13px;
  padding: 4px 0 4px 22px;
  margin-bottom: 3px;
  background: transparent url(../img/bullet.png) no-repeat left center;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
}

.sidebox ul li {
  list-style: none;
  background: transparent url(../img/arrow_right.png) no-repeat 5px center;
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #ccc;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #700;
}

.sidebox dt {
  float: left;
  clear: left;
  width: 15px;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.sidebox dd {
  clear: right;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}

#main {
}

.col {
  float: left;
  width: 252px;
  margin-right: 19px;
}

.col2 {
  float: right;
  width: 252px;
  margin-right: 4px;
}

.rcol {
  float: right;
  width: 220px;
}

.wcol {
  float: left;
  width: 480px;
  padding-left: 10px;
}

#destacado {
  height: 240px;
}

#main h2 {
  font-size: 18px;
  color: #c00;
  margin: 10px 5px -5px 5px;
}

#main h3 {
  font-size: 13px;
  padding: 8px 5px;
  border-bottom: 1px solid #bc7f7f;
  margin-bottom: 5px;
  color: #333;
}

#main h4, #main h4 a {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 2px;
  color: #333;
}

#main .actividad {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#main .actividad h4 {
  font-weight: bold;
  font-size: 11px;
}

#main .destacado h4 a {
  margin-top: 5px;
  font-size: 14px;
}

#main .promocion {
  margin-bottom: 10px;
}

#main .promocion img {
  border: 1px solid #b54749;
  display: block;
  margin-bottom: 4px;
}

#main .evento {
  clear: both;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

#main .evento .comp {
  float: right;
  margin-left: 12px;
  text-align: center;
  width: 76px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  color: #333;
  clear: right;
}

#main .evento:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

#main .evento .photo {
  border: 1px solid #ccc;
  display: block;
}

#main .evento div span {
  color: #979a9c;
}

#main .evento p {
  width: 160px;
}

#main .evento p a {
  color: #b2b2b2;
  font-size: 10px;
}

#main .evento p a:hover {
  color: #b2b2b2;
  color: #700;
}

.todos {
  float: right;
  margin-top: 12px;
  margin-right: 8px;
  padding-right: 10px;
  background: transparent url(../img/arrow_right.png) no-repeat right center;
}

#detalle h1 {
  color: #c00;
  font-size: 20px;
}

#detalle .info {
  float: left;
  width: 210px;
  margin-right: 5px;
  margin-bottom: 3px;
}

#detalle h4 {
  margin-top: 5px;
}

#detalle p {
  clear: both;
}

#grid {
  clear: both;
}


/******************************************************************/

.over {
  color: #333;
  float: right;
  margin: -2.2em 10px 0 0;
}

.list_event {
  padding: 20px 5px 10px 5px;
  border-bottom: 1px solid #ccc;
  background: transparent url(../img/backgrounds/list_event.png) repeat-y right 0;
}

.list_event h1 {
  color: #333;
  font-size: 22px;
  line-height: 1em;
}

.list_event .info {
  float: left;
  width: 550px;
}

.list_event .info img {
  float: left;
}

.list_event .block {
  float: right;
  width: 380px;
}

.list_event .info dt {
  clear: both;
  float: left;
  width: 120px;
  margin-top: 0.4em;
}

.list_event .info dd {
  float: left;
  width: 260px;
  margin-top: 0.4em;
}

.list_event .reserva {
  float: right;
  width: 188px;
}

.list_event .reserva h6 {
  float: right;
  width: 45px;
  padding: 6px 0;
  background: #c00;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.list_event .reserva ul {
  margin: 8px 0;
}

.list_event .reserva li {
  list-style: none;
  margin: 8px;
  padding: 2px 0 2px 24px;
  background: transparent url(../img/button_active.png) no-repeat 0 center;
  color: #c00;
  cursor: pointer;
}

.list_event .reserva li.no {
  color: #b2b2b2;
  background-image: url(../img/button_inactive.png);
  cursor: default;
}

.list_event .reserva li strong {
  display: block;
  background: transparent url(../img/metro_icon.png) no-repeat 0 center;
  padding-left: 18px;
  color: #333;
}

.list_event .reserva a {
  color: #c00;
}

.list_event .reserva input {
  width: 96%;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #666;
  padding: 3px;
  margin: 6px 0;
  text-align: center;
}

.list_event .reserva button {
  width: 100%;
  background: #c00;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 3px;
  border: 1px solid #c00;
  margin-bottom: 8px;
}


/********************************************/

ol {
  padding-left: 20px;
}

#preguntas, #reglamento {
  padding: 0 10px;
}

#contacto form {
  width: 483px;
}

#preguntas h3, #reglamento h3, #contacto h3 {
  font-size: 15px;
}

#preguntas ul {
  margin-left: 20px;
}

#contacto input, #contacto select {
background-color:#F4F4F4;
border:1px solid #979797;
color:#333333;
font-size:14px;
padding:4px;
}

#contacto form span{ display:block; }

#contacto form label{
	float:left;
	margin:5px 5px 0px 0px;
}
#contacto form input{ margin:0px; }
#contacto form textarea { width:478px; _width:483px;}
#contacto form label.one input{ width:467px;}
#contacto form label.one select{ width:475px;}
#contacto form label.two input{ width:226px;  }
#contacto form label.two select { width:226px;  }
#contacto form label.three input{ width:146px; }
#contacto form label.three select{ width:153px; }
#contacto form label.End{ margin-bottom:10px;_margin-bottom:-30px; }
#contacto form .Forget{ padding-top:10px; }
#contacto form p{ clear:both; }
#contacto form p label{ display:block; float:none; }

#contacto form .pref label { width: 156px; }
#contacto form .pref input { vertical-align: middle; margin-right:5px; }


#contacto form button {
  width: 100%;
  text-align: center;
  border: 1px solid #ff6976;
  background: #fff0f1;
  color: #f00;
  margin: 10px 0;
  padding: 4px;
}


#contacto form button.short {
  width: 49%;
}

#contacto form span.feedback {
  display: inline;
  float: right;
  width: 230px;
  margin-top: 1em;
}

/*form label.three select{ width:54px;_width:57px; }*/
#contacto form .Submit{ margin-top:20px; }


#listado_tarjetas th, #boxReservas th {
  font-weight: bold;
  padding: 5px;
  border-bottom: 2px solid #999;
}

#listado_tarjetas td, #boxReservas td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

#que p, #preguntas p {
  margin: 10px;
  line-height: 1.3em;
}




#ubicacion {
  width: 100%;
  border-collapse:collapse;
}

#ubicacion th {
  border-bottom: 2px solid #999;
  padding: 4px;
  color: #555;
  font-weight: bold;
}

#ubicacion td {
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  padding: 4px;
}

#ubicacion h6 {
  font-weight: bold;
}


/*********************************************************************************/

#noticia {
  padding: 10px;
}

#noticia h1 {
  color: #333;
  font-size: 22px;
  line-height: 1em;
}

#noticia .fecha {
  color: #999;
  display: block;
  margin: 3px 0;
  font-size: 11px;
}

#noticia #contenido {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.3em;
  float: right;
  width: 470px;
}

#noticia #ubicacion {
  font-size: 11px;
}

#noticia img {
  float: left;
  margin: 10px;
}

/*********************************************************************************/

.padding {
  padding: 0 8px;
}

.list_promocion {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.list_promocion img.foto {
  float: left;
  width: 300px;
  padding-bottom: 20px;
}

.list_promocion div {
  float: right;
  width: 435px;
}

.list_promocion h1 {
  margin-bottom: 5px;
  color: #333;
  font-size: 22px;
  line-height: 1em;
}

.list_promocion .ubicacion {
  text-align: right;
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #999;
}

.list_promocion .download {
  position: absolute;
  left: 0;
  top: 155px;
  background: transparent url(../../img/download.jpg) no-repeat 0 center;
  padding: 3px 0 3px 20px;
}

.general_nota {
  padding: 15px;
  background: #e2eec2; 
  border: 1px solid #99cc33;
  color: #333;
  margin: 10px 0;
  font-size: 118%;
}

/*********************************************************************************/

.elemento_nota {
  padding: 15px;
  background: #FFEFEF;
  border: 1px solid #c00;
  color: #333;
  margin: 10px 0;
  font-size: 118%;
}
