body {
 background: #e6e6e6;
 padding: 10px;
}

.tablaPagina {
 background: white;	
 border: 1px solid gray;
 width: 840px;
 border-collapse: collapse;
}

.cabezaPagina {
  font-family: Verdana, Tahoma;
  font-size: 10px;
  color: gray;
  text-align: left;
  border-bottom: 1px solid black;
  padding: 0px;
  height: 75px;
  width: 260px;
  background: gray;
}

.cabezaPaginaTexto {
  font-family: Verdana, Tahoma;
  font-size: 11px;
  color: #e6e6e6;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid black;
  padding-right: 2px;
  padding-bottom: 6px;
  height: 65px;
  background: gray;
}

.cabezaPaginaTexto a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.cabezaPaginaTexto a:hover {
  color: yellow;
  text-decoration: underline;
}

.cabezaPaginaBuscar {
  font-family: Verdana, Tahoma;
  font-size: 10px;
  color: black;
  text-align: center;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  padding: 8px;
}

.cabezaPaginaEstadisticas {
  font-family: Verdana, Tahoma;
  font-size: 10px;
  color: black;
  text-align: left;
  border-bottom: 1px solid black;
  padding: 8px;
}

.piePagina {
  font-family: Verdana, Tahoma;
  font-size: 10px;
  color: black;
  text-align: center;
  border-top: 1px solid black;
  padding: 4px;
}

.piePagina a {
  font-family: Verdana, Tahoma;
  font-weight: bold;
  font-size: 10px;
  color: black;
  text-decoration: none;
}

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

.contenidoPagina {
  font-family: Verdana, Tahoma;
  font-size: 12px;
  padding-left: 15px;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

.paginaMenu {
  background: #e6e6e6;
  font-family: Verdana, Tahoma;
  font-size: 10px;
  text-align: left;
  vertical-align: top;
  padding: 2px;
}

.menuItem {
 padding: 2px;
 font-family: Verdana, Tahoma;
 font-size: 10px;
}

.menuItem a {
 font-family: Verdana, Tahoma;
 font-weight: bold;
 font-size: 10px;
 color: black;
 text-decoration: none;
}

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

.contenidoPagina a {
 font-family: Verdana, Tahoma;
 color: black;
 text-decoration: none;
}

.contenidoPagina a:hover {
 color: orange;
 text-decoration: underline;
}

.resultado {
 font-family: Verdana, Tahoma;
 color: black;
 width: 590px;
 border: 1px solid black;
 text-decoration: none;
}

.resultado a {
 font-family: Verdana, Tahoma;
 color: black;
 text-decoration: none;
}

.resultado a:hover {
 color: orange;
 text-decoration: underline;
}

.resultadoTexto {
 font-family: Verdana, Tahoma;
 color: black;
 width: 590px;
 padding-bottom: 10px;
 text-decoration: none;
 vertical-align: top;
 padding: 6px;
 border-bottom: 1px solid black;
}

.resultadoPie {
 font-family: Verdana, Tahoma;
 color: black;
 width: 590px;
 background: #e6e6e6;
 text-decoration: none;
 padding: 6px;
}

.error {
 width: 476px;
 padding: 4px;
 padding-left: 20px;
 border: 1px solid red;
 background: #e6e6e6;	
 text-align: left;
}

.correcto {
 width: 476px;
 padding: 4px;
 padding-left: 20px;
 border: 1px solid green;
 background: #e6e6e6;	
 text-align: left;
}
