@font-face {
    font-family: 'courier_newregular';
    src: url('cour-webfont.eot');
    src: url('cour-webfont.eot?#iefix') format('embedded-opentype'),
         url('cour-webfont.woff2') format('woff2'),
         url('cour-webfont.woff') format('woff'),
         url('cour-webfont.ttf') format('truetype'),
         url('cour-webfont.svg#courier_newregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	background-color: #2b7971;
}

.logo {
	width: 25%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 0;
}

.logo img {
	width: 100%;
}


.eleccion {
	font-family: 'courier_newregular';
	width: 50%;
	margin: auto;
	padding: 0;
	font-size: 22px;
	color: #fff;
}

.eleccion span button{
	font-family: 'courier_newregular';
	background-color: rgb(28,69,59);
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: 30px;
	margin: auto;
	padding: 0;
	position: center;
	cursor: pointer;
}

.eleccion span button:hover{
	background-color: #2b7971;
}

@media screen and (max-width: 600px){

	.logo {
	width: 75%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 0;
}

.eleccion {
	width: 50%;
	margin: auto;
	padding: 0;
	font-size: 14px;
	color: #fff;
}


.eleccion span button{
	background-color: rgb(28,69,59);
	color: #fff;
	font-size: 13px;
	width: 100%;
	height: 30px;
	margin: auto;
	padding: 0;
	position: center;
	cursor: pointer;
}
}