* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
}
html, body, header, main, footer, section, article, iframe, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
}
li {
	list-style: none;
}
a {
    outline: none;
    text-decoration: none;
}
main {
	max-width: 595px;
}
h3{
    font-size: 30px;
    padding: 10px;
    font-weight: 600;
    color: rgb(17, 67, 103);
}
/*INDEX*/
.senefa{
    position: absolute;
    background-color: #dfdfdf;
    width: 155px;
    height: 10px;
    top: 0;
    left: 0;
}
h1{
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: left;
}
.espacio{
    margin-bottom: 20px;
}
/*ENTRENADORES*/
.dt {
    display: block;
    text-align: center;
}
.dt ul li {
	display: inline-block;
}