body {
	padding-top: 7rem;
    max-width: 40em;
    margin: auto;
    font-family: sans-serif;
    text-align: center;
    background-image: url(/trafkinu.png);
    background-size: 60% 45%;
    background-repeat: no-repeat;
    background-position: top;
	}

.contenedorPregunta{
	background-color: none;
	padding-top: 1em;
	padding-bottom: 3em;
}

.button{
	width: 50%;
	height:50px;	
	text-align: center;
	vertical-align: middle; 
	line-height: 50px;       
	background-color: #804db4;
	float:left;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
  }

.button:hover{
	background-color: #97cb7d;
	color: #FFFFFF;
}

.limpiar{
	clear: both;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
  }
  
  hr:not([size]) {
	height: 0;
  }
  
h1 {
	font-family: fantasy;
	font-size: 70px;
}

h2  {
	font-family: "Segoe UI";
	font-size: 30px;
}

h3  {
	font-family: "Segoe UI";
	font-size: 20px;
}

.pie {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-color:#28044c;
	color: white;
}