*, html{
	margin: 0px;
	padding: 0px;
	
}
body {
	background:#fef9e1;
	}
h2{
	color: #1f2e6e;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size:20px;
}
h3{
	color: #1f2e6e;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size:1.7em;
}
h4{
	color: #1f2e6e;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size:1.2em;
}
#seccion1 {
	background: url(images/fond1.jpg) 60% 0 no-repeat fixed;
	min-height: 800px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

article{
	padding: 30px;
}
.logo{
	background: url(images/covid-19.png) no-repeat;
	display: block;
	text-align:center;
	height: 300px;
	margin: 30px auto 0 auto;
	width: 300px;
	
}

#caja_txt {
	
	width:100%;
	
	
	
	}
.texto {
	color:#1f2e6e;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	text-align:justify;
	
	
	}
.textoA {
	color:#1f2e6e;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	text-align:justify;
	width:100%;
	
	padding-top:70px;	
	}
	
.ligas {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	}
.ligas:hover {
	color:#f3d611;
	
	}
.juegos {
	color:#1f2e6e;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	text-align:center;
}
.listado {
	color:#1f2e6e;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	text-align:center;
}

.fotos {
	color:#1f2e6e;
	font-family: 'Montserrat', sans-serif;
	font-size:10px;
	text-align:center;
	margin-top:8px;
}
.sombra {
	-webkit-box-shadow: 10px 10px 22px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 22px -4px rgba(0,0,0,0.75);
box-shadow: 10px 10px 22px -4px rgba(0,0,0,0.75);
	}
	
.recuadro_azul{
	background-color:#274193;
	padding:15px;
	}
	
.recuadro_amarillo{
	background-color:#f4d21b;
	padding:15px;
	}
	
.boton1 {
	background:#334591;
	color: #f4d21b;
	padding:32px 20px;
	text-align:center;
	}
	
.boton1:hover {
	background:#26377c;
	color: #fff;
	}
	
.boton2 {
	background:#f4d21b;
	color: #334591;
	padding:20px;
	text-align:center;
	}
	
.boton2:hover {
	background:#e0c013;
	color: #fff;
	}
.boton3 {
	background:#f4d21b;
	color: #334591;
	padding:32px 20px;
	text-align:center;
	}

.botonA {
	background:#334591;
	color: #f4d21b;
	padding:32px 20px;
	text-align:center;
	}
	
.botonA:hover {
	background:#26377c;
	color: #fff;
	}
.botonB {
	background:#334591;
	color: #f4d21b;
	padding:20px 20px;
	text-align:center;
	}
	
.botonB:hover {
	background:#26377c;
	color: #fff;
	}

	
.boton1:hover {
	background:#26377c;
	color: #fff;
	}

.boton4 {
	background:#d1ae18;
	color: #f4d21b;
	padding:10px 10px;
	text-align:center;
	}
	
.boton5 {
	background:#bf9f17;
	color: #f4d21b;
	padding:10px 10px;
	text-align:center;
	}	
.boton6 {
	background:#af9838;
	color: #f4d21b;
	padding:10px 10px;
	text-align:center;
	}
.boton7 {
	background:#998531;
	color: #f4d21b;
	padding:10px 10px;
	text-align:center;
	}	

	
.letras_amarillas{
	text-decoration:none;
	color:#f4d21b;
	}
.letras_amarillas:hover {
	text-decoration:none;
	color:#fff;
	}
.letras_azules{
	text-decoration:none;
	color:#334591;
	}
.letras_azules:hover {
	text-decoration:none;
	color:#fff;
	}

.video-responsive {
position: relative;
padding-bottom: 80%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video-responsive_a {
position: relative;
padding-bottom: 30%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive_a iframe,
.video-responsive_a object,
.video-responsive_a embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}