/* Global HTML definitions */
*{ outline: none; margin: 0px; padding: 0px; border: 0 solid #fff; box-sizing: border-box; }
html{width: 100%; height: 100%;}
body { 
	width: 100%; height: 100%; 
	background-color: #fff; color: #4a4a4a;
	font-family: ChronicleTextG1; font-size: 18px; line-height: 1.5em; letter-spacing: .01em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
table{border-collapse: collapse;}

a{
	transition: color, opacity .2s ease-out; 
	color:#4a4a4a; cursor: pointer;
	text-decoration: underline;
}
a:hover,
a.seleccionado{ color: #716d69; }
ul{list-style-type: none;}
h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight: normal; line-height: 1.3em;  }

h1,
.h1{ font-family: Gotham, sans-serif; font-size: 30px; margin-bottom: 40px; line-height: 1.15em;  font-weight:bold; /* hyphens: auto; */ /* word-wrap: break-word; */}
h1 a,
.h1 a{ text-decoration: none; }

body.accesible { color: #000; }
.accesible a.seleccionado{ color: #716d69; }
body.accesible *:focus {
    outline: auto 5px -webkit-focus-ring-color;
}

video{max-width: 100%; background-color: #4a4a4a; }

