body {
  background-color:#FFFFFF;
}

#contenedor {
  background-color: #FF8C1B;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-align: left;
  width: 920px;
}

#banner {
  float: left;
  margin-left: 3px;
  margin-top: 3px;
  text-align: left;
}

#antitaurino {
  float: left;
  margin-left: 25px;
  margin-top: 40px;
  text-align: center;
}

#lema {
  background: #AEB404;
  background: -moz-linear-gradient(left, #AEB404 0%, #002400 100%);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#AEB404), to(#002400));
  clear: both;
  color: black;
  cursor: default;
  font-family: Comic Sans MS;
  font-size: 12pt;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  text-align: left;
}

#cabecera {
  width: 100%;
  background-color:#FF8C1B;
}

#cabecera td {
  background: #FF9C2B;
  background: -moz-linear-gradient(top, #FF9C2B 0%, #FF7C0B 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#FF9C2B), to(#FF7C0B));
  border: 1px solid #002400;
  border-radius: 12px;
  font-family: Comic Sans MS;
  font-size: 12pt;
  text-align: center;
  height: 28px;
  color: black;
}

#cabecera td.selec {
  background: #FF8C1B;
  background: -moz-linear-gradient(top, #FF9C2B 0%, #FF7C0B 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#FF9C2B), to(#FF7C0B));
  border: 0px solid #002400;
  border-radius: 12px;
  font-family: Comic Sans MS;
  font-size: 12pt;
  text-align: center;
  height: 28px;
  color: black;
}

#cabecera a:link {color: #000000; text-decoration: none}
#cabecera a:visited {color: #000000; text-decoration: none}
#cabecera a:active {color: #000000; text-decoration: none}
#cabecera a:hover {color: #000000; text-decoration: none;}

#actualizado {
  background: #FF8C1B;
  color: black;
  cursor: default;
  font-family: Comic Sans MS;
  font-size: 8pt;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  text-align: right;
}

#pie {
  background-color: #FF8C1B;
  clear: both;
  color: black;
  cursor: default;
  font-family: Comic Sans MS;
  font-size: 8pt;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: left;
}

#cuerpo {
  background-color: #FF8C1B;
  clear: both;
  margin-left: 2px;
  text-align: left;
}

#noticias {
  background-color: #FF8C1B;
  float: left;
  text-align: center;
  vertical-align: top;
  width: 140px;
}

#principal {
  background: #F8ECE0;
  background: -moz-linear-gradient(top, #F8ECE0 0%, #EFAA43 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8ECE0), to(#EFAA43));
  border-radius: 12px;
  float: left;
  text-align: left;
  vertical-align: top;
  width: 636px;
}

#principal p {
  color: black;
  cursor: default;
  font-family: Comic Sans MS;
  font-size: 12pt;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: justify;
}

#principal p.img {
  color: black;
  cursor: default;
  font-family: Comic Sans MS;
  font-size: 10pt;
  text-align: center;
}

#menu {
  background-color: #FF8C1B;
  float: left;
  text-align: center;
  vertical-align: top;
  width: 140px;
}



