html{ width: 100%; height: 100%; overflow: hidden; }
body{
	width: 100%; height: 100%; background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;	
}
#wrapper{
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 400px;
	overflow: hidden;
}
#fla{ width: 100%; height: 100%; min-height: 400px; overflow: hidden; }
/*dimmer*/
#dimmer {
	background-color: #000000;
	position: absolute;
	z-index: 1;
}
#c {
	width: 650px;
	max-width: 950px;
	padding: 5px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}
a.cerrar {
	width: 96%;
	padding: 3px 2%;
	background-color: #002E55;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	display: block;
	cursor: pointer;
}
a.cerrar:hover { 
	background-color: #0162A0;
}
div.hidden {
	display: none;
}