/* Coded by Artefacto Deportivo */

html, body {
	font-family: Goolima;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
		
/* Fonts */		
@font-face {
	font-family: Goolima;
	font-weight: normal;
	src: url('../fonts/agency_fb.ttf');
}
		
#menu {
	background-color: #BBE200;
	height: 50px;
	padding: 0px;
	position: fixed;
	margin: 0 auto;
	text-align: center;
	opacity: 0.8;
	width: 100%;
	z-index: 5000;
}

#menu #wrapper {
	height: 50px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 1100px
}
		
#menu #wrapper #logo {
	float: left;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	font-size: 40px;
	text-transform: uppercase;
}
		
#menu #wrapper .option {
	cursor: pointer;
	float: right; 
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	font-size: 18px;
	text-transform: uppercase;
}
		
#menu #wrapper .last {
	padding-right: 180px;
}

#menu #wrapper a {
	color: #000000;
	text-decoration: none;	
}

#footer, 
#inicio,
#spacer,
#noticias,
#instalaciones,
#ligas,
#reglamento,
#reglamentoFull,
#contacto {
	margin: 0 auto;
	min-width: 1100px;
	padding: 0px;
	text-align: center;
	width: 100%;
	position: relative;
}

#instalaciones,
#ligas,
#reglamento {
	height: 750px;
}

#reglamentoFull {
	height: 4600px;
}

#ad {
	background: #B1B1B1 url('../images/bannerBg.png') scroll no-repeat center top;
	color: #D3FF00;
	height: 175px;
	margin: 0 auto;
	min-width: 1100px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}

#ad span.top {
	font-size: 55px;
	line-height: 75px
}

#ad span.bottom {
 	font-size: 35px;
}

div.wrapper {
	height: 750px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 1100px;
}
		
#inicio, div.inicio, #spacer {
		background-color: #BBE200;
		height: 700px
}
		
#inicioLogo {
	background-image: url('../images/inicioLogoBlack.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 225px;		
	left: 425px;
	position: absolute;
	top: 150px;
	width: 250px;
}
		
#inicioText {
	color: #000000;
	font-size: 20px;
	height: 100%;
	left: 300px;
	position: absolute;
	text-align: center;
	top: 390px;
	width: 500px;
}

#spacer {
	height: 50px;
}
		
#noticias {
	background-color: #000000;
	height: 476px;	
}

#slideshow {
	bottom: 274px;
	height: 476px;
	position: absolute;	
}

		
#instalaciones {
	background: #AAE300 url('../images/instalacionesBg.png') scroll no-repeat center top;
}
    	
#instalacionesText {
	color: #000000;
	font-size: 16px;
	height: 350px;
	left: 180px;
	position: absolute;
	text-align: left;
	top: 45px;
	width: 250px;
}
    	
#instalacionesText p.title {
	font-size: 40px;
}
		
#ligas { 
	//*background: #000000 url('../images/ligasBg.png') scroll no-repeat center top;*//
	background-color: white;
	color: #FFFFFF;
	font-size: 150px;	
	line-height: 750px;
	text-align: center;
}
		
#reglamento, #reglamentoFull {
	background: #B4D930 url('../images/reglamentoBg.png') scroll no-repeat center top;
}

div.vertLine {
	border-top: 1px solid #000000;
	height: 1px; 
	width: 90%;
}
		
#contacto {
	background-color: #FFFFFF;
	height: 580px;
}
    	
#footer {
	background-color: #000000;
	height: 180px;
	margin: 0 auto;
	min-width: 1100px;	
	width: 100%;
	padding: 0px;
	position: relative;			
}

#footer #wrapper {
	background-color: #000000;
	height: 180px;
	margin: 0 auto;
	width: 1100px;
	padding: 0px;
	position: relative;			
}
		
#footer #wrapper #footerTitle {
	color: #FFFFFF;	
	float: left;
	height: 180px;
	line-height: 80px;
	padding-left: 20px;
	padding-right: 30px;
	font-size: 20px;
	text-transform: uppercase;
	width: 200px;
}
		
#footer #wrapper .sponsor {
	float: left;
	height: 130px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 50px;
	width: 180px;
}
