body {			
	background-color: #000;
	color: #fff;
	font-family: 'titillium',Helvetica,FreeSans,Arial;		
	font-size: 12px;
}

html, body {
	overflow:hidden;
}

.center {
	margin:0 auto;
	/*max-width:1100px;
	min-width:770px;
	width:95%;*/
	width: 995px;
	position: relative;
}

body, #images, #mask {
	height:100%;
	width: 100%;
}

#images {
	position: absolute;
	z-index: 1;
}

#mask {
	position: absolute;
	background: url(../i/mask.gif) ;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#images img{
	vertical-align: top;
	margin:0;
	padding:0;
}

/* LOADER */
#loader {
	position: absolute;
	z-index:9999;
	background-color: #000;
	padding: 10px;
	top: 50%;
	left: 49%;
	text-align: center;
	margin: auto;	
	display: none;	
}

#loader img{
	vertical-align: middle;
}


.left {
	float: left;
}

.right {
	float: right;
}



.corner-all { -moz-border-radius: 12px; -webkit-border-radius: 12px; }
.corner-all-notr { -moz-border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;}
.corner-tl { -moz-border-radius-topleft: 12px; -webkit-border-top-left-radius: 12px; }
.corner-tr { -moz-border-radius-topright: 12px; -webkit-border-top-right-radius: 12px; }
.corner-bl { -moz-border-radius-bottomleft: 12px; -webkit-border-bottom-left-radius: 12px; }
.corner-br { -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px; }
.corner-top { -moz-border-radius-topleft: 12px; -webkit-border-top-left-radius: 12px; -moz-border-radius-topright: 12px; -webkit-border-top-right-radius: 12px; }
.corner-bottom { -moz-border-radius-bottomleft: 12px; -webkit-border-bottom-left-radius: 12px; -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px; }
.corner-right {  -moz-border-radius-topright: 12px; -webkit-border-top-right-radius: 12px; -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px; }
.corner-left { -moz-border-radius-topleft: 12px; -webkit-border-top-left-radius: 12px; -moz-border-radius-bottomleft: 12px; -webkit-border-bottom-left-radius: 12px; }

.corner-all-2px { -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.corner-all-4px { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.corner-all-8px { -moz-border-radius: 8px; -webkit-border-radius: 8px; }

.inline-block {
	display: -moz-inline-stack; /* FF2*/
   	display: inline-block;
   	vertical-align: top; /* BASELINE CORRECCIÓN*/
   	zoom: 1; /* IE7 (hasLayout)*/
   	*display: inline; /* IE */
}

.hidden {
	display: none;	
}




