body {
  margin: 0em;
  text-align: center;
  font-size: 1.1em;
  font-family: verdana;
  background-color: #FF7041;
}

#pagina {
  width: 910px;
  margin: auto;
  background-color: #FFFFFF;
  border-left: 2px outset red;
  border-right: 2px inset red;
}

#cabecera {
  background: url(img/cabecera.jpg) center no-repeat;
  height: 200px;
}

#indice {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

#indice td {
  width: 180px;
  height: 30px;
  background: url(img/bgEnlaceIndice.png) center no-repeat;
}

a.enlaceIndice {  
  color: white; 
  font-size: 0.8em;
  font-weight: bold; 
  text-align: center;
}


#cuerpo {
  text-align: center;
}

#izquierdo {
  border-right: 5px solid #ECECEC;
  padding: 0.5em;
  padding-top: 1.2em;
  width: 200px;
  vertical-align: top;
}

#central {
  vertical-align: top;
  padding: 0.5em;
  padding-top: 1.2em;
  width: 710px;
}

#pie {
  padding: 1em;
  background-color: #FFFFFF;
  font-size: 1.4em;
  font-family: monotype corsiva;
  font-weight: bold;
}

#pie a {
  text-decoration: underline;
  color: #FF0000;
}

#pie a:hover {
  color: #FF0000;
}

a {
  text-decoration: none; 
}

a:hover {
  color: yellow; 
}

a.enlaceWebipedia {
  color: #FF0000;
  text-decoration: underline;
}

a.enlaceWebipedia:visited {
  color: #CC0000; 
}

p {
  font-size: 1.1em;
  font-weight: bold;
  font-family: verdana;  
}

p.datos {
  font-size: 0.9em;
  font-weight: bold;
  font-family: verdana;  
}

h1.titulo {
  text-align: center;
  color: red;
  font-size: 2.5em;
  font-family: cooper std black;
}

h2.seccion {
  background-color: #FFB090;
}

a.enlace {
  color: black; 
  font-size: 1.7em; 
  font-family: monotype corsiva;
}

.deportin {
  color: red;
  font-size: 2em;
  font-family: monotype corsiva;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.fabricantes {
  color: #000099;
  font-size: 1.8em;
  font-family: monotype corsiva;
  font-weight: bold;
}

img.imagenConMargen {
  margin-left: 0.5em;
  margin-right: 0.5em;
  border: 3px solid #FF7041;
}

img.imagenConBorde {
  border: 3px solid #FF7041;
}

ul {
  text-align: left;
  font-weight: bold;
}

#tablaPedidos {
  width: 620px;
}

#tablaPedidos tr.filaOscura {
  background-color: #FF7041;
}

#tablaPedidos tr.filaClara {
  background-color: #FFA080;
}    

#tablaPedidos td {
  text-align: left;
  padding-left: 0.5em;
  font-size: 0.8em;
  font-weight: bold;
}

#tablaPedidos td.tdIzquierdo {
  width: 170px;
  height: 28px;
  text-align: left;
}

#tablaPedidos td.tdDerecho {
  width: 450px;
  height: 28px;
  text-align: left;
}

#avisoLegal {
  text-align: justify;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.8em;
}

#avisoLegal a {
  text-decoration: underline;
  color: #FF0000;
}

#avisoLegal a:hover {
  color: #FF0000;
}

#politicaPrivacidad {
  text-align: justify;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.8em;
}

#politicaPrivacidad li {
  margin-top: 0.5em;
}

ol.listaLetras {
  list-style-type: lower-alpha;
  font-weight: bold;
}

ol.listaRomanos {
  list-style-type: lower-roman;
  font-weight: bold;
}

.campeonato {
  color: red; 
  line-height: 2em;
}

.campeonato a:hover {
  color: blue;
  text-decoration: underline;
}

.campeonato a:visited {
  color: blue;
}

