@charset "utf-8";
	html, body {
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 100%;
}
div#flashcontent
{
	position: relative;
	width: 990px;
	height: 760px;
	margin-left:auto;
	margin-right:auto;
}
div#flashcontent2
{

	position: absolute;
	width: 990px;
	height: 760px;
	top:50%;
	left:50%;
	margin-top:-380px;
	margin-left:-495px;
}
#consultar {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	width: 890px;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
margin-top: 10px;
	float: none;
}
.consultar {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 10px;
}
#cabezal {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

