* {
  padding:0;
  margin:0;
  font-size: 1em;
/*
  border: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
*/
}

body {
  font-family: Verdana, sans-serif;
  font-size:0.78em;
}

option { /* Firefox fix  this other also works*/
  min-width: 1.5em;
}

#container {
  background: #F2F1E6;
  min-height:44em;
  width:64em;
  margin:1em auto;
  color: #444444;
}

#header {
  height:12.3em;
  background: url(img/header.jpg) no-repeat;
  border: 0px solid black;
}

#header h1 {
  visibility:hidden;
}


#menu {
  list-style:none;
  margin-top:10em;
  margin-left:2em;
  font-family:arial;
  overflow:show;
  width:100%;
}

#menu li {
  float:left;
  margin-right:1em;
  text-transform:uppercase;
  font-size:0.8em;
}

#menu a, a:visited {
  color: #444444;
  font-weight:bold;
  text-decoration:none;
}

#menu a:hover {
  color:#9E1B34;
}

#main {
  height:30em;
}

.long #main {
  height:45em;
}

.portada #main img{
  float:left;
}

.portada #main .texto {
  margin-left:2em;
  margin-top:4em;
}

.portada #main .fondo {
  margin-top:2em;
}

#footer {
  padding:0.3em 0;
  text-align:center;
  border-top: 1px solid darkgreen;
  width:60em;
  margin:0 auto;
  font-family:arial;
}

#footer ul {
  list-style:none;
}

#footer li {
  display:inline;
  font-size:0.80em;
  font-weight:bold;
}

#footer a, a:visited {
  color: #444444;
  text-decoration:none;
}

#footer a:hover {
  color:#9E1B34;
}


.normal dl {
  margin:2em;
}

.normal dt {
  color:#9E1B34;
  font-size:1.4em;
  font-weight:bold;
  border-bottom: 2px solid darkgreen;
  line-height:1.5em;
}

.normal dd {
  margin-top:1.8em;
  text-align:justify;
}

.normal dd p {
  margin-bottom:1em;
}

.normal dd img {
  float:left;
  margin-right:2em;
}

.long dd img {
  margin-left:15.5em;
}


q, q li {
  color:#9E1B34;
  font-style:italic;
  font-family:"Times New Roman", sans-serif;
  text-align:center;
  font-size:1.1em;
  width:51em;
  *width:32em;
  display:block;
  margin:2em auto;
}

.normal dl dl{
  margin:0;
  font-size:0.9em;
}

.normal dl dl dt {
  font-size:1em;
  font-weight:bold;
  border-bottom: none;
  line-height:1em;
  margin-bottom:0.5em;
  color:#000;
}

.normal dl dl dd {
  margin-top:0;
  margin-bottom:0.35em;
}

.info {
  float:left;
  margin-right:2em;
  width:19.8em;
  text-align:center;
}

.info fieldset{
  padding:1.8em 0;
}

form fieldset{
  padding:0.5em;
  width:37em;
  float:right;
}

label {
  width:36.5em;
  display:block;
  text-align:left;
  margin-top:0.3em;
}

.inputT {
  width:36.5em;
}

#denviar {
  clear:both;
  margin-top:0.5em;

}

textarea {
  width:36.5em;
  height:5em;
}
