body {
	background-color: #583B29;
	margin: 0px;
	padding: 0px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
#contenedor{
	width: 990px;
	margin-top: -350px;
	margin-left: -490px;
	position: absolute;
	top: 50%;
	left: 50%;
}
a:link, a:visited{
	color:#FC0;
	
}
a:hover{
	color:#FF0;
}




/* MODAL */

	/* Overlay */
	#modalOverlay {background-color:#000; cursor:wait;}
	
	/* Container */
	#modalContainer { height:550px; width:750px; left:43%; top:15%; margin-left:-300px; background-color:#fff; border:3px solid #ccc;}
	#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
	#modalContainer #licenciaContenido {padding:0px;}

	*html #modalContainer {top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(15 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
	*html #modalContainer a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/x.png',sizingMethod='scale');}
	