/* PROPIEDADES GENERALES */


@font-face {
  font-family: 'Raleway-Regular';
  src: url('Raleway-Regular.eot');
  src: url('Raleway-Regular.woff') format('woff'),
url('Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.frase16C {
	font-family: Raleway-Regular;
	font-size: 18px;
	font-style: normal;
	color: #000;
}

.textoCentrado {
	font-family: Raleway-Regular;
	font-size: 20px;
	color: #222222;
	line-height: 22px;
	text-align: center;
}

html, body {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse; /* por si acaso */
  border-spacing: 0;
}
td, th { padding: 0; }       /* evita rellenos en celdas */
img { display: block; }      /* quita el “píxel” por imagen inline */
