BODY { /* Cuerpo de la pagina */
  background: Red;
	background-image: url(../imagenes/fondo.gif);
	background-position: center;
	border: 0px;
	border-spacing: 0px;
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
  color: Black;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A { /* Links de la pagina */
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: Blue;
  text-decoration: none;
}

A:hover { /* Sobre los Links de la pagina */
  color: Red;
  text-decoration: none;
}

A:active { /* Links Activos */
  color: Red;
  text-decoration: none;
}

.pie {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	color: Red;
	background-color: #C8C8C8;
	font-size: 10px;
}

.negritas {
	font-weight: bold;
}

.nuestro_estandar {
	background-image: url(../imagenes/fondo_nuestro_estandar.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	color: Black;
}

.estandar_titulo {
	text-align: left;
	color: Red;
	font-weight: bold;
}

.blanco {
	background-color: White;
	color: Black;
}

.blanco_titulo {
	background-color: White;
	color: Red;
	font-weight: bold;
	font-size: 13px;
}

.punto_clave {
	background-image: url(../imagenes/block.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: White;
}

.descripcion {
	font-size: 14px;
}

.cuerpo_blanco {
	background-image: url(../imagenes/fondo_agua.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: White;
	color: Black;
}


