@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

body {
	font-family: 'Roboto', sans-serif;
}

h2 {
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    width: 100%;
    display: block;
    background-color: #eee;
    padding: 0.2em;
}

h3 {
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    width: 100%;
    display: block;
    background-color: #eee;
    padding: 0.15em;	
}

.pie {
	font-size: 0.75em;
	background-color: #eee;
	margin: 5px;
	width: 100%;
    display: block;
    background-color: #eee;
}

.clasificacion {
    display:block;
    width: 100%;
    text-align: left;
    margin:10px;
}