*{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
}
@font-face{
		font-family: dsdigital;
		src: url('../font/ds-digi-webfont.woff2') format('woff2'),
					 url('../font/ds-digi-webfont.woff') format('woff');
}
@font-face{
		font-family: dsdigitalbold;
		src: url('../font/DS-DIGIB.ttf') format('truetype');
}
html {
		position: relative;
		min-height: 100%;
}
body {
		font-size: 14px;
		width: 100%;
		height: 100%;
		min-height: 700px;
		font-family: 'Roboto', sans-serif;
}
.cabezera {
		width: 100%;
		height: 160px;
		background: #F9B233;
		padding: 0 5%;

		display: flex;
		justify-content: space-between;
		align-items: center;
}
h1 {
		color: darkblue;
		font-weight: 500;
}
h3 {
		color: #fff;
		font-weight: 300;
}
h2 {
		color: forestgreen;
}
.cerrar {
		font-weight: 700;
		text-decoration: none;
		font-size: 20px;
		padding-top: 20px;
		color: darkblue;|
}
.titulo {
	font-family: 'Ubuntu', sans-serif;
	font-size: 36px;
	margin: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 10px;
}
.contenedorPrincipal{
	width: 80%;
	margin: auto;
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.imagen{
	margin-left: 10%;
	width: 400px;
	height: 400px;
}
.relojes{
	margin-left: 20%;
}
.marco1{
	margin: 20px;
	width: 300px;
	height: 120px;
	background: #00e2ff;
	border-radius: 20px 0px;
	border-width: 2px;
	border-color: darkorange;
	border-style: double;
}
.marco1:hover{
	opacity: 0.5;
	cursor: pointer;
}
.marco2{
	width: 260px;
	height: 100px;
	background: white;
	margin-top: 6.5px;
	margin-left: 16px;
	border-radius: 10px;
	border-width: 3px;
	border-color: #736eff;
	border-style: ridge;
	box-shadow: 0 0 15px #72726a;
}
.hora{
	font-family: dsdigital;
	font-size: 100px;
	text-align: center;
	color: #ff8900;
}
.resultados{
	margin: auto;
	margin-top: 40px;
	width: 500px;
	height: 100px;
	font-size: 26px;
	display: flex;
	flex-direction: row;
}
.aciertos p{
	color: blue;
	width: 250px;
	margin: auto;
	text-align: center;
}
.fallos p{
	color: green;
	width: 250px;
	margin: auto;
	text-align: center;
}
footer{
	bottom: 0;
}
.pie-pagina {
		bottom: 0;
		width: 100%;
		height: 40px;

		background: #1E3D87;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
}
.pie-pagina p {
		color: #fff;
}

/**************MEDIO QUERY*********************/
/***********************************************/

@media screen and (min-width: 920px) and (max-width: 1024px){
	.contenedorPrincipal{
		width: 90%;
	}
	.imagen{
		margin-left: 5%;
	}
	.relojes{
		margin-left: 5%;
	}
}

@media screen and (min-width: 800px) and (max-width: 919px){
	.titulo{
		font-size: 24px;
		padding: 5px;
	}
	.cabezera{
		height: 130px;
	}
	.logo{
		margin-top: 2%;
		width: 250px;

	}
	.logo img{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.informacion{
		font-size: 10px;
	}
	.h1 {
		font-weight: 200px;
		font-size: 10px;
	}
	h3 {
		color: #fff;
		font-weight: 300;
		font-size: 14px;
	}
	.cerrar {
		font-weight: 500;
		text-decoration: none;
		font-size: 18px;
		padding-top: 10%;
		color: darkblue;
	}
	.contenedorPrincipal{
		width: 90%;
		margin-top: 20px;
	}
	.imagen{
		margin-left: 0;
		margin: auto;
	}
	.imagen img{
		width: 100%;
	}
	.relojes{
		margin-left: 0;
		margin: auto;
		margin-top: 40px;
		display: flex;
		width: 90%;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.marco1{
		margin: 10px;
		width: 210px;
		height: 84px;
	}
	.marco2{
		width: 182px;
		height: 70px;
		background: white;
		margin-top: 5.5px;
		margin-left: 12px;
	}
	.hora{
		font-size: 70px;
	}
}

@media screen and (min-width: 600px) and (max-width: 799px){
	.cabezera{
		width: 100%;
		height: 100px;
		background: #F9B233;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.logo{
		margin-top: 5%;
		width: 200px;
	}
	.logo img{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.informacion{
		font-size: 9px;
	}
	.h1 {
		font-weight: 200;
		font-size: 8px;
	}
	h3 {
		color: #fff;
		font-weight: 300;
	}
	.cerrar {
		font-weight: 500;
		text-decoration: none;
		font-size: 16px;
		padding-top: 10%;
		color: darkblue;
	}
	.contenedorPrincipal{
		width: 90%;
		margin-top: 20px;
	}
	.imagen{
		margin-left: 0;
		margin: auto;
	}
	.imagen img{
		width: 100%;
	}
	.relojes{
		margin-left: 0;
		margin: auto;
		margin-top: 40px;
		display: flex;
		width: 90%;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.marco1{
		margin: 10px;
		width: 210px;
		height: 84px;
	}
	.marco2{
		width: 182px;
		height: 70px;
		background: white;
		margin-top: 5.5px;
		margin-left: 12px;
	}
	.hora{
		font-size: 70px;
	}
}
