body {
  background-color: #000;
}

/* Whole page */
#container {
  background-color: #000;
  margin: auto;
  overflow: hidden;
  font-family:Arial,"Times New Roman",Georgia,Serif;
  width: 977px;
}

#container td {
  vertical-align: top;
}

/* navigation */
#navigation{
  margin-top:25px;
  font-size: 14px;
  width: 975px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #eee; 
}

#navigation a {
  color: #fff;
  text-decoration: none;
}

#navigation td{
  width:12.5%;
  text-align: center;
}

#seccion{
  margin-left: 53px;
}

#seccion_img{
  margin-top: 29.5px;
}

#inicio a:hover{
  background-color:#F88017;
  font-weight: bold;
}

#quienes a:hover{
  background-color:#F88017;
  font-weight: bold;
}

#archivo a:hover{
  background-color:#F88017;
  font-weight: bold;
}

#panoramica a:hover{
  background-color:blue;
  font-weight: bold;
}

#circuito a:hover{
  background-color:green;
  font-weight: bold;
}

#revisiones a:hover{
  background-color:	#EAC117;
  font-weight: bold;
}

#exposed a:hover{
  background-color:red;
  font-weight: bold;
}

#derivas a:hover{
  background-color:	#F660AB;
  font-weight: bold;
}

#search
{
  margin-top: 19px;
}

/* search*/
#text_search{
  width:500px;
}

/* specific content */
#content {
  background-color: #eee;
  margin-top: 20px;
  overflow: hidden;
}

/* footer */
#footer {
  margin-top: 20px;
  line-height:4em;
  text-align: center;
  /*background-color: #eee;*/
  color: #eee;
  font-weight: bold;
}

#footer img {
  vertical-align:middle;
}

#footer_link:hover
{
  font-weight: bold;
}

#footer_link 
{
  text-decoration: none;
  color: black;
}

/* subfooter */
#subfooter  {
  margin-left: 412px;c
}

.italic
{
  font-style: italic;
}

#quote_seccion
{
  color: white;
  margin-left: 10px;
  margin-bottom: 1.4px;
  font-size: 15.5px;
}

#quote
{
  font-style: italic;
}

/* add class js */

.blue
{
  background-color:blue;
  font-weight: bold;
  color: white;
}

.green
{
  background-color:green;
  font-weight: bold;
  color: white;
}

.yellow
{
  background-color:	#EAC117;
  font-weight: bold;
  color: white;
}

.red 
{
  background-color:red;
  font-weight: bold;
  color: white;
}

.pink
{
  background-color:	#F660AB;
  font-weight: bold;
  color: white;
}

