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

body {
	background: #fff;
}

#centro {
	width: 620px;
	margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
	margin-top: -151px;
    margin-left: -310px;
}

#imagen {
}

#banderas{
		margin: 10px 0;
}

#banderas img {
	border: 1px dotted #ddd;
}
