@charset "UTF-8";
/* CSS Document for www.corpolibero.org INTRO*/

/************ CORPOLIBERO COLOR CLASSES **************/
.corpolibero_intro_grey {
	color:#DEDEDE;
}

/***************************************************/

html {
	background-color: #DEDEDE;	
	height:100%;
}
body {
	background-color: #DEDEDE;
	height:100%;
	margin:0 auto;
	
/*	font-family: Arial, Helvetica, sans-serif;*/
/*	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;*/
/*	font-family: "Courier New", Arial, Helvetica, sans-serif;*/
/*	font-family: Georgia, Arial, Helvetica, sans-serif;*/
/*	font-family: Impact, Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
/*	font-family: "Times New Roman", Arial, Helvetica, sans-serif; */
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/

	font-size: 14px;
	text-align:justify;
	color: black;
}

a, object {
	outline:0px;
	border:0px;
}
img {
	outline:0px;
}

a:link {  color: black; text-decoration: none}
a:visited {  color: black; text-decoration: none}
a:hover {  color: black; text-decoration: underline}

#intro {
	position:relative;
	background: transparent url(../images/intro.jpg) center top no-repeat;
	width:918px;
	height:631px;
	margin:0 auto;
}

	#intro_gym {
		position:absolute;
		top:25px;
		left:220px;
		width:390px;
		height:140px;
	}
		#intro_gym a{
			display:block;
			width:390px;
			height:140px;
		}
	#intro_fit {
		position:absolute;
		bottom:40px;
		left:290px;
		width:380px;
		height:185px;
	}
		#intro_fit a{
			display:block;
			width:380px;
			height:185px;
		}

#footer {
	width:918px;
	margin:0 auto;
	font-size:12px;
	color:black;	
	text-align:center;	
}		
	#footer_address {
		width:100%;
		height:55px;
	}
	
	#footer_footer {
		width:580px;
		height:20px;
		margin:0px auto 0 auto;
		padding-top:10px;
		border-top:1px solid black;
	}
	
		#footer_na {
			width:200px;
			float:right;
			text-align:right;
		}
		#footer_ff {
			width:200px;
			float:left;
			text-align:left;
		}
	
	
#footer_ie6warning_OLD {
	background-color:#999;
	width:100%;
	margin:20px auto;
	padding:10px 0;
	color:white;
	font-size:12px;
	text-align:center;
}

#footer_ie6warning {
	background-color:#999;
/*	width:450px;*/
	height:120px;
	padding:20px 0;
	color:white;
	font-size:12px;
	text-align:center;
}
#footer_ie6warning a:link {  color: white; text-decoration: none}
#footer_ie6warning a:visited {  color: white; text-decoration: none}
#footer_ie6warning a:hover {  color: white; text-decoration: underline}
