/**
 *
 *  ASPAYMCANTABRIA.COM - GUIASINBARRERAS.COM
 *  Hojas de Estilo.
 *  (c) 2006, ITEISA - www.iteisa.com
 *
 *  Estilos habituales
 *
**/


/**
 *  Estilos habituales
 *
**/

* {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1em;
}

body {
  font-family: "Arial", "Verdana", "Helvetica", sans-serif;
  font-size: 0.75em;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

table th,
table td {
  text-align: left;
}

table td {
  padding: 0.5em 0; 
}

ul, ol {
  list-style-type: none;
}

sup {
  position: relative;
  top: 0.25em;
  left: 0.5em;
  font-size: 0.65em;
}

kbd {
  padding: 0em 0.5em;
  background: #eaeaea;
  font-family: "Courier New", "Courier", monospace;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

legend {
  display: none;
}

hr {
  clear: both;
  margin: 1em auto;
  font-size: 1em;
  width: 85%;
  border: none;
}

a {
  color: #04a;
}

input:focus, select:focus, option:focus, textarea:focus {
  background: #fff;
}

input:focus,
textarea:focus {
  border: 1px solid #555;
  background: #fffadb url(/img/form-back.gif) repeat-x;
}

select {
  height: 1.25em;
}

input, select, textarea {
  border: 1px solid #000;
  font-family: "Arial", "Verdana", "Helvetica", sans-serif;
}

label input.form_error {
  background: #faa !important;
  font-weight: bold;
  border-color: #000 !important;
}

div#skip_to_content a {
  display: none;
}

div#container {
  position: relative;
}

.hidden {
  display: none;
}

a.rss {
  padding-left: 18px;
  background: url(/img/ico_rss.png) no-repeat;
}

a.pdf {
  padding-left: 18px;
  background: url(/img/ico_pdf.gif) no-repeat;
}

a.doc {
  padding: 1px 0 1px 18px;
  background: url(/img/ico_doc.gif) no-repeat;
}

a.external { /* KONTUZ: hacer transparentes estos iconos */
  padding-right: 18px;
  background: url(/img/ico_external.gif) right no-repeat;
}

a.download { /* KONTUZ: hacer transparentes estos iconos */
  padding-left: 18px;
  background: url(/img/ico_download.gif) no-repeat;
}

a.wmv,
a.mpg {
  padding-left: 18px;
  background: url(/img/ico_wmv.gif) no-repeat;
}

a.mov {
  padding-left: 18px;
  background: url(/img/ico_mov.gif) no-repeat;
}

a.swf {
  padding-left: 18px;
  background: url(/img/ico_swf.gif) no-repeat;
}

a.flv {
  padding-left: 18px;
  background: url(/img/ico_flv.gif) no-repeat;
}
