/* CSS Document */


html {

    height:100%;
    min-height:100%;
    overflow:hidden;
    width:100%;

}



body {
	background-image: url(/assets/img/bg/chile.jpg); 
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;	
	font-family: Arial, Verdana, Sans-serif;
    font-size: 11px;
    color: #333333;
    height:100%;
    min-height:100%;
    overflow:hidden;
    width:100%;
    cursor:default;
	padding:0;
	margin:0;
	
}





.header
{
	height:110px;
	background-color: #000000;	
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;		
		
}

#logo
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;	
	
	
}





.header div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64px;
	color: #FFF;
	padding-left:40px;
	padding-top:20px;
		
	
}


.content
{
	background-color: #FFFFFF;	
	-moz-opacity:.9; filter:alpha(opacity=90); opacity:1;	
	height:70%;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	height:95%;
	min-height:600px;
	
}








#bgimage
{
	background-image: url(/assets/img/bg/grid.gif);
	background-repeat: repeat;
	-moz-opacity:.20;
	 filter:alpha(opacity=20); 
	 opacity:.20; 
	height:79%;
	min-height:600px;
}





.base
{
	background-color: #000000;	
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
	height:120px;	
}




div#background {
    height:100%;
    overflow:hidden;
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    z-index:0;
}



div#grid {
    opacity: 0.1;
    filter: alpha(opacity=10);
    background: url(/assets/img/bg/grid.gif) repeat top left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.page { width:100%; height:100%; position:absolute; left:0; top:0; z-index:2; overflow:auto; text-align:center; }



.main-container { min-height:100%; _height:100%; margin-bottom:-126px; }



.content-container {
    position: relative;
    /* ~~~>>> 2009/11/05 - JRO => MANTIS-558 : changing layout order */
    z-index: 3;
    /* <<<~~~ 2009/11/05 - JRO <= MANTIS-558 */
}



.container {
    min-width: 990px;
    padding-bottom:126px;

}



.floated-cont {
    float:left;
    clear:left;
    width: 990px;
    _width: 991px;
    min-height:335px;
    height:auto !important;
    height: 335px;
    margin:0;
    padding:0;
}



.content {

    position: relative;
    margin: 0 auto;
    padding:20px 0;
    width: 990px;
    z-index: 10;

}



















