
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


#header_table {
	margin: 0px auto;
	padding: 0px;
	border: none;
	width: auto;
}
#logo_td {
	width: 600px;
	padding-left: 10px;
}
#buttons_td {
	text-align: center;
}
#buttons_td table {
	border: none;
	margin: 27px auto 0px auto;
	padding: 0px;
}
#buttons_td td {
	padding: 0px 10px;
}
input.flip_button {
	background-color: transparent;
	background-image: url('boton.gif');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	font-family: Tahoma;
	cursor: pointer;
	width: 80px;
	height: 23px;
	padding: 3px;
	border: none;
	position: relative;
	z-index: 100;
}

#flip_container {
	width: 990px;
	height: 843px;
	overflow: hidden;
	margin: 0px auto;
}

#flip_flashContainer {
	width: 1000px;
	height: 1000px;
	position: relative;
	top: -42px;
	left: 0px;
}
