

@import url("reset.css");
@import url("estilos.css");


img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; }
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	
	
	/* These have no effect on the functionality */
	width: 500px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}

.error_cont{ width:auto; height:auto; margin:0 0 10px 0; color:#ffbe0d; text-align:left;}
body ol li { display:list-item; }
ol{ margin:10px 0;}
ol li{ color:#ffbe0d; padding:0; display: block; list-style-position: inside;	list-style-image:none; list-style-type: decimal; margin:0 0 5px 0;}

.ui-jcoverflip {
	position: relative;
	height: 450px;
	width: 1120px;
	
	overflow: hidden;
}

.ui-jcoverflip--item {
	position: absolute;
	display: block;
	/*filter: alpha(opacity=0); -khtml-opacity:.0; -moz-opacity:0.0; opacity: 0.0;*/
}