@charset "utf-8";

html, body {
		margin:0;
		width:100%;
		height:100%;
		overflow:auto;
}
#caja {
	width: 900px;
    height: 614px;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-top: -300px;
    margin-left: -450px;
}
#flash {
	height: 550px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#creditos a:link, #creditos a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
#creditos a:hover{
	text-decoration: underline;
	color: #E77817;
}

