@charset "utf-8";
/* CSS Document */
#fondo {
	background-image:url(../img/backincio.jpg);
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size: cover;
	margin:auto auto auto auto;
	position:absolute;
	top:0%;
	left:0%;
	
}

#contenedor {
	
	width:565px;
	height:auto;
	min-width:565px;
	margin:auto;
	position:relative;
	overflow:hidden;	
}

#logo_home {
	background-image:url(../img/tituloeligepais.png);
	background-repeat:no-repeat;
	width:564px;
	height:121px;
	margin-top:50px;
	position:relative;
	
}
#texto {
	position:relative;
	background-image:url(../img/eligetupais.png);
	background-repeat:no-repeat;
	width:162px;
	height:28px;
	margin-top:75px;
	
	}
#boton_argentina {
	position:relative;
	background-image:url(../img/bandArgentina.png);
	background-repeat:no-repeat;
	width:177px;
	height:211px;
	float:left;
	margin-top:70px;
	margin-left:30px;
}

#boton_mexico {
	position:relative;
	background-image:url(../img/bandMexico.png);
	background-repeat:no-repeat;
	width:177px;
	height:211px;
	float:right;
	margin-top:70px;
	margin-right:30px;
}