body {
  font-family: arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
  font-size: 14px;
}
#logopa a:hover {
  text-decoration: none;
}

#search-form {
  margin: 0 auto;
  text-align: center;
  float: none;
  clear: both;
}

#search-fieldset,
#advanced-fieldset {
  border: none;
  font-size: 14px;
}

#search-form input[type=text],
#search-form input[type=search] {
  display: inline-block;
  padding: 4px 6px;
  font-size: 14px;
  line-height: auto;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;

  background-color: #FFF;
  border: 1px solid #CCC;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  text-transform: lowercase;
}

#search-fieldset #all {
  font-size: 1em;
  padding: 7px 6px;
  width: 60%;
  max-width: 700px;
}

#search-fieldset a,
#advanced-fieldset a {
  color: #333;
  font-weight: bold;
}
#search-fieldset a:hover,
#advanced-fieldset a:hover {
  background: #333;
  color: #FFF;
}


.advanced-active #search-fieldset {
  display: none;
}

#advanced-fieldset {
  display: none;
}
.advanced-active #advanced-fieldset {
  display: block;
}

#year-fieldset {
  border: none;
}
#year-fieldset {
  font-size: 0.85em;
}
#year-fieldset ul {
  list-style: none;
}
#year-fieldset li {
  padding: 0 5px;
  display: inline-block;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  text-transform: lowercase;
  text-align: left;
  vertical-align: top;
}
#year-fieldset label {
  vertical-align: top;
  display: inline-block;
}

#year-fieldset label.disabled {
  color: #999;
}
#year-fieldset label.disabled em {
  font-style: normal;
  font-family: Arial;
  display: block;
}
#results {
  margin-top: 2em;
}
#results table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  font-family: Georgia;
  font-weight: bold;
}
#results th {
  height: 2em;
  font-family: Helvetica, Arial;
  font-size: 1.25em;
  padding-bottom: 1.5em;
  text-transform: lowercase;
  text-align: left;
  color: #000;
}

#results td {
  height: 3em;
  vertical-align: top;
  border-top: #FFF 1px solid;
}

#results tr:hover td {
  border-top: #E5007E 1px solid;
  background: #EEE;
}

#results td.code {
  width: 150px;
  text-transform: uppercase;
}
#results .title {
  color: #333;
}
#results td .author {
  color: #666;
  display: block;
}

#results td .director:before {
}

#results .director {
  color: #999;
  display: inline-block;
}

.splash-enabled #search-form {
}
.splash-enabled #results {
  display: none;
}

/*---------------------------------*/

#header {
  border-bottom:1px dotted #231F20;
  padding-bottom:25px;
  margin-bottom:20px;
  display:block;
  height:auto;
  overflow:hidden;
}
#site-title {
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
}
#site-description {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em;
}

#info-dpa p.iconos {
  margin-bottom: 0.5em;
}
p.iconos img {
  margin-bottom: -4px;
}