@charset "utf-8";
/* CSS Document */


#contenedor {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 35px;
}

#flash {
	display:table;
	width: 550px;
	height: 400px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 80px;
}

#flags {
	display:table;
	width: 225px;
	height: 68px;
	margin:0 auto;
	position: relative;
}

#flash_plug {
	display:table;
	width: 400px;
	height: 68px;
	margin:0 auto;
	position: relative;
}

#banner {
	background-image: url(banner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	width: 400px;
	margin-top: 90px;
	margin-left: 300px;
	z-index: 10;
	position:absolute;
}
#close {
    width: 80px;
	height: 30px;
	margin-left: 320px;
}

