* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.botones {
    text-align: center;
    font-size: 26px;
}

.transp:hover {
    opacity:.75;
}

.transp {
    transition:all .5s ease-in-out;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

kbd {
    background-color: brown;
    font-family: 'Courier Prime', monospace;
    color: #FFF;
}
