BODY { /* Cuerpo de la pagina */
	background: Silver;
	background-image: url(../imagenes/fondo.jpg);
	background-position: center;
	background-position: top;
  color: #000000;
	border: 0px;
	border-spacing: 0px;
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Century Gothic;
	font-weight: normal;
	font-size: 13px;
  color: Black;
  text-decoration: none;
}

A { /* Links de la pagina */
	font-family: Century Gothic;
	font-weight: normal;
	font-size: 13px;
  color: Yellow;
  text-decoration: none;
}

A:hover { /* Sobre los Links de la pagina */
  color: Lime;
  text-decoration: none;
}

A:active { /* Links Activos */
  color: Blue;
  text-decoration: none;
}

.pie {
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 13px;
	background-color: Gray;
	color: White;
}

.pie a {
	color: Lime;
  text-decoration: none;
}

.pie a:hover {
	color: Black;
  text-decoration: none;
}

.cuerpo {
	background-image: url(../imagenes/fondo-claro.jpg);
	background-position: center;
	background-position: top;
	color: Black;
	font-family: Century Gothic;
	font-weight: normal;
	font-size: 13px;
}

.cuerpo a {
	color: Blue;
  text-decoration: none;
}

.cuerpo a:hover {
	color: Red;
  text-decoration: none;
}

.titulo {
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 21px;
	color: Black;
}

.portada_categorias {
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 17px;
}

.portada_categorias a {
	font-size: 15px;
	color: Blue;
  text-decoration: none;
	font-weight: bold;
}

.portada_categorias a:hover {
	color: Red;
  text-decoration: none;
}
