@charset "utf-8";

	img	{
    border:0;
    margin:0;
    padding:0;
	}
    body  {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(http://www.genracing.com.ar/web2.0/images/body_background.jpg);
	background-repeat:  no-repeat;
	background-color: #000000;
    }


	span {
	display: none;	
	}
	
	.gen #top-container { /* top-container styles */
	height:25px;
	background-image:url(http://www.genracing.com.ar/web2.0/images/top_background.png);
	width:100%;
	}
		
    .gen #container {
	width: 1072px;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #000000;
	text-align: center;
    } 
/*---------------- header ----------------------*/
    .gen #header {
	padding: 0;
	height: 140px;
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 40px;
    } 

	.gen #logo {
	width: 311px;
	height: 120px;
	margin-left: 40px;
	margin-top: 1px;
	float: left;
	background-image: url(http://www.genracing.com.ar/web2.0/images/header_logo.png);
	background-image: url(http://www.genracing.com.ar/web2.0/images/logo_content_bg.png);
	background-repeat: no-repeat;
	}

	.gen  #logo #apdiv1 {
	position:absolute;
	width:303px;
	height:118px;
	left: 99px;
	top: 27px;
	}

	.gen #header #header-facebook {
	float: right;
	margin-top:60px;
	width: 32px;
	height: 32px;
	}
	
	.gen #header #header-facebook a img {
    opacity:0.5;
    MozOpacity:0.5;
    KhtmlOpacity:0.5;
    filter:alpha(opacity=50);
	}
	.gen #header #header-facebook a:hover img  {
    opacity:1;
    MozOpacity:1;
    KhtmlOpacity:1;
    filter:alpha(opacity=100);
	}




/*---------------- menu_tab----------------------*/
	.gen #menu_tab {
	height: 22px;
	width: 1028px;
	margin: 0px 0 0 44px;
	}

	.gen #menu_tab  a img {
    opacity:0.5;
    MozOpacity:0.5;
    KhtmlOpacity:0.5;
    filter:alpha(opacity=50);
	}
	.gen #menu_tab a:hover img  {
    opacity:1;
    MozOpacity:1;
    KhtmlOpacity:1;
    filter:alpha(opacity=100);
	}

	.hidden {
	display: none; /*hides our 2nd and 3rd featured images*/
	}
	
	
	
	
.gen    #flash-content {
	width: 992px; /* esto anula text-align: center en el elemento body. */
	background-color: #000000;
	height: 552px;
	background-image: url(http://www.genracing.com.ar/web2.0/images/header_bg.png);
	float: left;
	position:relative;
}
.gen      #flash-content-top {
	width: 1072px;
	height: 20px;
	background-image: url(http://www.genracing.com.ar/web2.0/images/flash_content_top.png);
	float: left;
}
.gen     #flash-content-left {
	width: 40px;
	height: 552px;
	background-image: url(http://www.genracing.com.ar/web2.0/images/flash_content_left.png);
	float: left;
}
.gen      #flash-content-right {
	width: 40px;
	height: 552px;
	background-image: url(http://www.genracing.com.ar/web2.0/images/flash_content_right.png);
	float: left;
}
.gen       #flash-content-foot {
	width: 1072px;
	height: 20px;
	background-image: url(http://www.genracing.com.ar/web2.0/images/flash_content_foot.png);
	float: left;
}


/*---------------- EASY SLIDER ----------------------*/


	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		width:962px;
		height:552px;
		margin-top:244px;
		overflow:hidden; 
		
		}	
	#nextBtn { 
		display:block;
		position:absolute;
		width:30px;
		height:65px;
		left:-30px;
		top:487px;
		z-index:1000;
		text-indent:-8000px;
		}	
	#nextBtn { 
		left:962px;
		}														
	#nextBtn a {  
		display:block;
		position:relative;
		width:30px;
		height:65px;
		}	
	#nextBtn a { 
		background:url(http://www.genracing.com.ar/web2.0/images/btn_next.png) no-repeat 0 0;	
		}	
		
	#nextBtn a:focus{outline:none;}
	
		
	
/*---------------- footer ----------------------*/


.gen #footer-logos {
	float: left;
	width:992px;
	margin-left:40px;
}
.gen #footer-logos ul {
	margin:30px 0 0px;
	padding:0;
	border:0;
	list-style:none; 
	display:block; 
}
.gen #footer-logos ul li {
    list-style:none;
	display:inline; 
    margin: 0 10px 0 0;
    padding:0;
    border:0;
	float:right;
}


.gen #footer-patch {
	clear: both;
	float: left;
}


.gen #footer 
{
	width:100%;
	height:30px;
	background-color: #161616;
/*	position: relative; */
/*	text-align: left; */
}


.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
   	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}