/* WAG javascript/css + gzip + filecache (c) 2009 Benjamin Grosse * */

/* hojasestilo.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-weight: normal; font-style: normal; }
ol,ul { padding-left: 20px; margin-top: 0px; margin-bottom: 0px; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }

html, body {
height: 100%;
}
body {
  color: #eee;
  font: normal 14px "Trebuchet MS",Arial,Verdana,sans-serif;
  text-align: left;
  background-color: #000;
  background-image: url(images/fondo.png);
  background-position: left top;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
/* enlaces */
a {
  color: #fff;
}
a:hover {
  color: #ddd;
}
img {
 vertical-align: middle;
}
h1 {font-size: 2em}
h2 {font-size: 1.8em}
h3, h3 a {font-size: 1.5em}
h4 {font-size: 1.4em}
h5 {font-size: 1.2em}
h6 {font-size: 1.1em}
ul {
 list-style:none;
}
em {
  font-style: italic;
}
button {
 border: 1px solid #aaa;
 border-left-color: #ccc;
 border-top-color: #ccc;
 height: 22px;
 padding-top: 0px;
 cursor: pointer;
 margin: 1px;
 color: #fff;
 font-weight: bold;
 line-height: 16px;
 background: #222 url(images/button.png) left center repeat-x;
}
  button img {
    vertical-align: bottom;
  }
  button:hover {
    border-color: #fff;
    /*border-left-color: #ec0000;
    border-top-color: #ec0000;*/
  }
button[disabled] {
  color: #999;
  cursor: default;
}
button[disabled]:hover {
  border: 1px solid #aaa;
  border-left-color: #ccc;
  border-top-color: #ccc;
}
  button.submit {
    margin-top: 4px;
    float: right;
  }
fieldset {
  border: 1px solid #fff;
  padding: 5px;
}
input, select {
  width: 250px;
}
input,textarea,select {
  padding: 2px 0px 0px 2px;
  background-color: #fff;
  border: 1px solid #808080;
}
  input:focus, textarea:focus, select:focus {
    background-color: #ffc;
  }

hr, div.hr {
display: block;
border: none;
 border-bottom: 1px dotted #999;
}
strong,b {
font-weight: bold;
}

div.parrafo {
  margin: 0px 0 15px 0;
}
  div.parrafo ul {
    list-style:circle;
  }
    div.parrafo ul li {
      margin: 4px 0;
    }

.floatbreaker {
  display: block;
  clear: both;
}

/* obligatorio */
.LeftFloatedImage, .LeftFloatedImage, .CenteredImage {
	display: block;
	padding-top: 3px;
}
.LeftFloatedImage {
	float: left;
	clear: left;
	margin-right: 4px;
}
.RightFloatedImage {
	float: right;
	clear: right;
	margin-left: 4px;
}
.CenteredImage {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}


#solapa {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
#solapa_inner {
  position: relative;
}
#solapa_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 32px;
  height: 32px;
}
#solapa_sorpresa {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 24px;
  height: 24px;
  background-image: url(images/solapa_sorpresa.png);
  background-position: right top;
  background-repeat: no-repeat;
  overflow: hidden;
}
  #solapa_sorpresa a {
    display: block;
    width: 80px;
    height: 40px;
    margin: 10px 10px 0 0;
    z-index: 120;
  }
#contentwrap {
  width: 748px;
  margin-left: 245px;
  text-align: left;
}
.lined-box {
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
}
.left-box, .right-box {
  width: 42px;
}
.left-box {
  float: left;
  border-left: none;
}
.right-box {
  float: right;
  border-right: none;
  border-left: none;
}
.center-box {
  margin: 0 44px;
  width: 660px;
  border-left: none;
}
.top-box, .bottom-box {
  height: 42px;
  border-top: none;
}
.middle-box {
  height: 90%;
}
#mainbox {
  position: relative;
  width: 664px;
  margin: 0 44px 0 42px; 
  /*border-color: #fff;
  border-style: solid;
  border-width: 10px;
  border-top-width: 8px;*/
}
.center-bottom-box {
  position: absolute;
  float: none;
  bottom: 0;
  left: -42px;
  border-top: none;
  border-right: none;
}
  .center-bottom-box.right-box {
    left: auto;
    right: -42px;
  }
.bottom-box {
  border-bottom: none;
  border-left: none;
}

#cabecera {
  height: 150px;
  position: relative;
}
  #cabecera #techo {
    width: 564px;
    border-top: 8px solid #fff;
    margin: 0 auto;
  }
  #cabecera #banera {
    width: 646px;
  }
  #cabecera #logo {
    width: 568px;
    height: 120px;
    overflow: hidden;
    left: 50px;
    bottom: 0;
    font-size: 4em;
  }
    #cabecera #logo a {
      text-decoration: none;
    }
  #cabecera #check {
    display: block;
    position: absolute;
    width: 29px;
    height: 31px;
    left: 434px;
    bottom: 8px;
  }
  #cabecera #slogan {
    position: absolute;
    width: 134px;
    height: 44px;
    left: 484px;
    bottom: 0;
    font-size: 2em;
  }
  
  
#contenido {
  padding: 10px 24px;
  background-color: #555;
}

#menu {
  display: block;
  padding: 0;
}
  #menu ul {
    padding: 0;
  }
  #menu li {
    padding-left: 0;
    display: inline;
    font-size: 18px;
  }
    #menu li a {
      padding: 5px 0 5px 18px;
      text-decoration: none;
    }
      #menu li a:hover, #menu li a.activo {
      }
      #menu li a:hover {
        text-decoration: underline;
        text-shadow: 0 0 10px #333;
        color: #fff;
      }

#idiomas {
  position: absolute;
  right: 30px;
  top: 14px;
  z-index: 200;
}
  #idiomas li {
    display: block;
    float: left;
    margin-left: 4px;
  }
  #idiomas a {
    width: 18px;
    height: 18px;
    overflow: hidden;
  }

#footer {
  color: #ddd;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
}

.GALERIA {
}
  .GALERIA a {
    display: block;
    width: 100px;
    padding: 1px;
    height: 100px;
    line-height: 99px;
    text-align: center;
    float: left;
    margin: 15px 10px;
  }
  .GALERIA a:hover {
    background-color: #fff;
  }
    .GALERIA a span {
      display: table-cell;
      width: 100px;
      height: 100px;
      line-height: 99px;
      text-align: center;
      vertical-align: middle;
    }
.GALERIA_MENU {
}
  .GALERIA_MENU a {
    background-color: #000;
    display: block;
    width: 100px;
    height: 100px;
    padding: 10px;
    line-height: 99px;
    text-align: center;
    float: right;
    clear: right;
    margin: 0 10px 15px 10px;
    margin-right: -108px;
  }

.contacto {
  margin: 20px 0;
  padding: 21px 31px;
  height: 358px;
  overflow: hidden;
  background: #319ed1 url(images/sobre_fondo.png) left top no-repeat;
  color: #000;
}
  .contacto #form {
    height: 168px;
    overflow: hidden;
    padding: 150px 25px 40px 25px;
    background: #fff url(images/sobre_frente_es.png) left top no-repeat;
  }
  .contacto #form .left {
    width: 240px;
    float: left;
  }
  .contacto #form .right {
    width: 240px;
    float: right;
  }
  .contacto input {
    width: 90%;
  }
  .contacto select {
    width: 220px;
  }
  .contacto .ayuda {
    margin-top: 15px;
    font-style: italic;
  }
label {
  display: block;
}
textarea {
  width: 99%;
}
#notice_error, #notice_sending, #notice_ok {
  padding: 150px 25px 40px 25px;
  font-weight: bold;
}


#map_canvas {
  width: 518px;
  height: 400px;
  margin-left: -154px;
  background-color: #fff;
  border: 1px solid #CF482C;
}
#mapa_caption {
  margin-left: -155px;
}
#dirform {
  margin-left: -155px;
  margin-bottom: 5px;
}
#directions {
  background-color: #000;
  color: #fff;
  width: 200px;
  float: left;
  margin-left: -365px;
  max-height: 392px;
  overflow-x: hide;
  overflow-y: auto;
}
#print_mapa {
  float: right;
}

.FIRMAS {
}
  .FIRMAS span {
    float: right;
    color: #CF482C;
  }
  .FIRMAS .firma {
    margin-top: 30px;
  }
  .FIRMAS .nombre {
    font-size: 1.1em;
    font-weight: bold;
  }
  .FIRMAS p {
  }
.errormsg {
  color: #c00;
}
  .FIRMAS q:before, .FIRMAS q:after {
      content: "";
  }
.firmarbutton {
  text-align: center;
}

#regex_result, #regex_error {
  border: 1px solid #808080;
  background-color: #fff;
  color: #000;
  padding: 2px;
  margin: 5px 0;
}
#regex_error {
  background-color: #f99;
}

#slide_nav, #slide_nav2 {
  text-align: center;
}
  #slide_nav #slide_prev, #slide_nav2 #slide_prev2 {
    float: left;
  }
  #slide_nav #slide_next, #slide_nav2 #slide_next2 {
    float: right;
  }

#slide_ventana {
  width: 100%;
  overflow: hidden;
  z-index: 20;
}
#slide_pelicula {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.fotograma {
  position: absolute;
  top: 0;
  left: 0;
  width: 598px;
  overflow: hidden;
}  
  
  
  
/* css/lightbox.css */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
