h3 {
    font-family: Sans-Serif;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: blue;
}
span.entrada {
    font-family: Sans-Serif;
    font-size: normal;
    font-weight: none;
    color: black;
}
input {
    font-family: Sans-Serif;
    font-size: normal;
    font-weight: none;
    color: black;
}
span.equipo {
    font-family: Sans-Serif;
    font-size: normal;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
span.lugar {
    font-family: Sans-Serif;
    font-size: normal;
    font-weight: none;
    color: gray;
    text-decoration: none;
}
span.punto {
	font-family: Sans-Serif;
	font-size: normal;
	font-weight: none;
	color: black;
	text-decoration: none;
}
span.indice_punto {
	font-family: Sans-Serif;
	font-size: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a {
    font-family: Sans-Serif;
    font-size: normal;
    font-weight: none;
    color: blue;
}