body {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
  background-color: #EEE; /* igual que el bg #copyright */ 
  }

object, embed {
  outline: none;
  }
  
img {
  border: 0;
  }
  
/*div {
  border: 1px solid red;
  }*/

#header {
  height: 150px; /* Flash height */
  /*border-bottom: 3px solid #555;*/
  }
  
#footer {
  height: 150px; /* Flash height */
  border-bottom: 3px solid #111;
  }
  
#copyright {
  background: #EEE url('../img/bg.gif') repeat-x;
  font-size: 75%;
  padding: .2em;
  }
  
ul#menu {
  padding-top: 2em;
  width: 800px; /* para centrar el menú HTML con margin: auto */
  margin: auto;
  border-bottom: 2px solid #000;
  }
    
ul#menu li {
  list-style-type: none;
  float: left;
  padding: .3em 1em 0 .45em; /* centrado en 800px */
  font-weight: bold;
  }

ul#menu li a {
  text-decoration: none;
}

#content {
  width: 800px;
  margin: auto;
  padding: 1em;
  background-image: url('../img/bgtra.png');
  }

/* esta clase la usan tanto DIVs como P */
.text {
  /*background: #FFF url('../img/watermark.png') bottom right no-repeat;*/
  background-color: #FFF; 
  padding: 1em;
  font-size: 90%;
  border: 1px solid #CCC;
  -moz-border-radius: 8px;
  margin-bottom: 1em;
  clear: both;
  }

p {
  margin-top: 0;
  }

/* textos fijos del website */
p.txt {
  margin: 0;
  }

p.nota {
  font-size: 70%;
  }
    
h1#title, h1#gent {
  /*text-align: center;*/
  font-size: 200%;
  font-weight: bold;
  margin: 0;
  color: #FFF;
  text-align: center;
  }

h1#gent {
  color: #000;
}

h2.title {
  /*text-align: center;*/
  font-weight: lighter;
  margin: 0;
  color: #000;
  }
  
/*h1#title:before {
  content: "\007E \0020";
  }
  
h1#title:after {
  content: "\0020 \007E";
  }*/
  
#logo {
  position: absolute;
  margin-left: 750px;
  cursor: pointer;
  }

#login {
  height: 30px;
  font-size: 70%;
  margin: 1em 0 0 0;
  padding-right: 25px;
  text-align: right;
  background: url('../img/logo_casa.png') top right no-repeat;
  }

#login p {
  margin: 0;
  }

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

a:link,
a:visited,
a:hover,
a:active {
  color: #09C;
  text-decoration: underline;
  }

a:visited {
  color: #069;
  }
  
a:hover {
  text-decoration: none;
  background: #09C;
  color: #FFF;
  }


/* * * * * * * * * * * * *  formularios * * * * * * * * * * * * */
fieldset {
  border: 0;
  padding: .5em;
  }

fieldset.frame {
  border: 1px solid #CCC;
  }
  
legend.frame {
  color: #999;
  }
    
input, 
textarea {
  display: block;
  }

input.send {
  font-size: 135%;
  color: #FFF;
  background-color: #000;
  border: 1px solid #CCC;
  clear: both;
  text-transform: lowercase;
  }
  
input.input_text,
input.input_text_w, 
textarea, 
select.select_t,
select.select_w {
  border: 1px solid #CCC;
  background-color: #EEE;
  padding: 2px;
  font-family: georgia, serif;
  font-size: 90%;
  }

input.input_text_w,
select.select_w {
  border: 1px solid red;
  }
  
input.input_text:hover,
input.input_text_w:hover, 
textarea:hover,
select.select_t:hover,
select.select_w:hover,
input.send:hover,
#googlemap:hover {
  border: 1px solid #666;
  }

input.input_text:focus,
input.input_text_w:focus, 
textarea:focus,
select.select_t:focus,
select.select_w:focus {
  background-color: #FFF;
  }

input.input_text,
input.input_text_w {
  width: 215px;
  } 
  
label,
input.send {
  margin-top: .5em;
  }
  
label {
  font-weight: bold;
  font-size: 80%;
  }

label.block {
  display: block;
  }
  
label.error {
  color: red;
  }
  
.col {
  float: left;
  padding: 0 1em 1em 0;
  }

.inline {
  display: inline;
  margin-top: 1em;
  }

p.warning {
  color: red;
  }


/* * * * * * * * * * * * *  QUÉ ES LAKQ * * * * * * * * * * * * */
#que img,
#que_nota img {
  border: 1px solid #DDD;
  float: left;
  /*padding: 2px 2px 40px 2px; */
  margin-right: 1em;
  padding: 1px;
  }

#que p,
#que_nota p {
  margin-top: 0;
  }

#que_nota ul { margin-left: 330px; }

/*p.pie {
  width: 150px;
  text-align: center;
  font-size: 75%;
  font-weight: bold;
  }*/

  
/* * * * * * * * * * * * *  CONTACTO * * * * * * * * * * * * */
#contacto {
  height: 320px;
  }
    
#postal {
  float: right;
  }
  
#postal p {
  margin: 0;
  }

#googlemap {
  margin-top: .5em;
  width: 280px; 
  height: 230px;
  border: 1px solid #CCC;
  }

#respuesta {
  width: 440px;
  display: none;
}  

span.form {
  display: inline;
  border: 1px solid red;
  }

/* * * * * * * * * * * * *  PRIVACIDAD * * * * * * * * * * * * */
#legal ol li {
  margin: .5em 0;
  }

#legal ul {
  list-style-type: none;
  padding: 0;
  }
  
#legal ul li {
  margin-top: 1em;
  }
  
#legal ul,
#legal ol {
  width: 90%;
  margin: auto;
  }

#legal ol {
  list-style-type: decimal-leading-zero;
  }


/* * * * * * * * * * * * *  DESTACADO * * * * * * * * * * * * */
.destacado,
.encuesta {
  padding: 1em;
  background-color: #FFF;
  font-size: 95%;
  border: 1px solid #CCC;
  -moz-border-radius: 8px;
  }

.destacado {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  }

.destacado img {
  margin-right: 1em;
  }
  
.encuesta {
  float: right;
  width: 150px; /* 800 - #cosas*/
  }
  
p.votos_encuesta {
  font-size: 85%;
  text-align: right;
  margin-bottom: 0;
  }
/* espacio vertical en el botón de votar por si la altura de la encuesta es más alta que #cosas */
#resultados input.send {
  margin-top: 1em;
}

#cosas {
  margin-right: 180px;
  width: 620px;
  }

/*#cosas a > img {
  border: 2px solid #09C;
  }*/
  
.empty {
  height: 0;
  clear: both;
  }

/* * * * * * * * * * * * *  DESCARGAS * * * * * * * * * * * * */
ul#descargas {
  margin-left: 50px;
  }

li.dir {
  list-style-image: url('../img/icon_folder.png');
  }
  
li.file {
  list-style-image: url('../img/icon_page.png');
  }


/* * * * * * * * * * * * *  FORO * * * * * * * * * * * * */
#foro p.cita {
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 80%;
  font-style: italic;
}

#foro blockquote {
  background: #FFF url('../img/cite.png') no-repeat;
  border: 1px dashed #DDD;
  color: #555;
  font-size: 90%;
  padding: .4em;
  margin: 0 20px;
  }
  
#foro blockquote p {
  margin: 0 0 0 20px;
  padding: 0;
  }

#foro table {  
  font-family: georgia, serif;
  }
  
#foro thead {  
  background-color: #EEE;
  }

#foro h2 {
  margin: 0;
  font-size: 250%;
  }

#foro h3 {
  font-weight: light;
  margin: 0 0 .2em 0;
  }
  
#foro p.reply {
  font-size: 85%;
  }

#foro .topic {
  background-color: #FFF; 
  padding: 1em;
  font-size: 90%;
  border: 1px solid #EEE;
  margin-bottom: 1em;
  clear: both;
}

#foro .mensaje {
  margin-bottom: .5em;
  padding: .5em 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  }
  
#foro .even,
#foro .odd {
  margin-bottom: 1em;
  padding: .5em;
  }
  
#foro .even {
  background-color: #EEE;
  }
  
#foro .odd {
  background-color: #DDD;
  }
  
p#pagines {
  text-align: center;
  font-family: georgia, serif;
  }

/* este arreglo es para que quede bonito el formulario del foro */
#f input#titulo,
#f textarea#mensaje {
  width: 350px;
  }

/* * * * * * * * * * * * *  EVENTOS * * * * * * * * * * * * */
img.evento,
img.eventold {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  border: 1px solid #AAA;
  padding: 1px;
  }

img.eventold {
  border: 1px solid #000;
  }

img.icon {
  vertical-align: bottom;
  }  

img.mmbig {
  padding: 40px;
  }

a.nobg:link,
a.nobg:hover,
a.nobg:visited,
a.nobg:active,
#eventos a[class="lightwindow page-options"] {
  background: none !important;
  } 

.actual,
.proximo,
.archivo {
  height: 105px; /* 100px de alto de la imagen + offset vertical */
  padding: .5em;
  margin-bottom: 1em;
  clear: both;
  }

.actual {
  background: url('../img/bg-gradient.php?h=80&sc=CCCCCC&ec=FFFFFF') repeat-x;
  /*border: 2px solid #CCC;*/
  }
  
.proximo {
  background: url('../img/bg-gradient.php?h=80&sc=EEEEEE&ec=FFFFFF') repeat-x;
  /*border: 2px solid #EEE;*/
  }

.archivo {
  height: 125px; /* 100px de alto de la imagen + offset vertical */
  background: url('../img/bg-gradient.php?h=80&sc=777777&ec=FFFFFF') repeat-x;
  /*border: 2px solid #777;*/
  }
      
h3.evento {
  margin: 0;
  }

#ver_evento {  
  background-color: #FFF;
  }

#ver_evento p {
  font-size: 160%;
  }


/* * * * * * * * * * * * *  MULTIMEDIA * * * * * * * * * * * * */
#mmindex {
  text-align: center;
  margin: auto;
  }

img.mm {
  margin-right: 1.1em;
  margin-bottom: 1em;
  border: 1px solid #AAA;
  padding: 1px;
  }

img.mm:hover {
  border: 1px solid #000;
  }

h2.mm {
  margin-bottom: 0.3em;
  }

span.cumple {
  color:#555;
  font-style:italic;
  font-size:125%;
}

p.avisoIE {
  color: #FFF;
  text-align: center;
  font-size: 70%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  }
