*{
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
	color: white;
}

body#inicial{
	background: url("../data/fondo_inicial.jpg") no-repeat center center fixed;
	min-width: 768px;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
body#covid{
	background: url("../data/fondo_covid.jpg") no-repeat center center fixed;
	min-width: 768px;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
body#animales{
	background: url("../data/fondo_animales.jpg") no-repeat center center fixed;
	min-width: 768px;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.container{
	width:90vw;
	height:90vh;
	margin:auto;
	margin-top:5vh;
}

.container img{
	width:100%;
	height:auto;
}

.ajuste-contenedor-titulo img, .ajuste-contenedor-items{
	height:70vh;
	width:auto;
	left:50%;
	top:50%;
	position:absolute;
	-ms-transform: translate(-50%,-50%); /* IE 9 */
   	-webkit-transform: translate(-50%,-50%); /* Safari */
    transform: translate(-50%,-50%);
}

.link{
	margin: 15vh 0;
	font-size: 10vh;
}

.link > a{
	text-decoration: none;
}

.ajuste-contenedor-titulo-pequenyo > img {
	height:40vh;
	width:auto;
	left:20%;
	top:50%;
	position:absolute;
	-ms-transform: translate(-25%,-50%); /* IE 9 */
   	-webkit-transform: translate(-25%,-50%); /* Safari */
    transform: translate(-25%,-50%);
}

.ajuste-contenedor-titulo-pequenyo div#tituloPais {
	height:35vh;
	width:15%;
	left:35%;
	top:25%;
	position:absolute;
	-ms-transform: translate(-35%,-50%); /* IE 9 */
   	-webkit-transform: translate(-35%,-50%); /* Safari */
    transform: translate(-35%,-50%);
}

.ajuste-contenedor-titulo-pequenyo div#tituloPais > h1 {
	font-size: 4vh;
}

.ajuste-contenedor-titulo-pequenyo div#tituloPais > img {
	width: 128px;
}

.ajuste-contenedor-datos {
	font-size: 4vh;
	height:35vh;
	width:35%;
	left:90%;
	top:20%;
	position:absolute;
	-ms-transform: translate(-85%,-20%); /* IE 9 */
   	-webkit-transform: translate(-85%,-20%); /* Safari */
    transform: translate(-85%,-20%);
}

.ajuste-contenedor-datos div {
	padding: 1em 0em;
}

.ajuste-contenedor-datos-pais {
	font-size: 4vh;
	height:35vh;
	width:35%;
	left:75%;
	top:20%;
	position:absolute;
	-ms-transform: translate(-75%,-20%); /* IE 9 */
   	-webkit-transform: translate(-75%,-20%); /* Safari */
    transform: translate(-75%,-20%);
}

.ajuste-contenedor-datos-pais div {
	padding: 1em 0em;
}

.bottom-left{
	position:absolute;
	bottom:10px;
	left:10px;
}

.bottom-right{
	position:absolute;
	bottom:10px;
	right:10px;
}

.bottom-middle{
	position:absolute;
	bottom:10px;
	left:49%;
}

.hidden{
	display: none;
}