*{
	padding:0;
	margin: 0px;
	color: #37301E;
 }
 
/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a img {
        border: none;
        text-decoration: none;
 }

img {
        border: none;
        text-decoration: none;
        /*
        Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
        */
 }
.clear { clear:both; }
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
