/*
Tema Name: Futbol Club Expresate
URL: 
Descripción: Estilos para Futbol Club Expresate

Autor: Adrian Quevedo @ Gaming Culture (camilo.quevedo@gamingculture.net)
Versión: 1.0
Creada : 07.04.09

[Tabla de Contenido] 

	0- Reset
	1- Globales
	2- Links
	3- Titulos
	4- Header 
	5- Navegación
	6- Sidebar
	7- Contenido 
	7.5- Paneles Especiales
	8- Formularios
	9- Clases Extra
	10- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*body{
	background:url(../imagenes/body-bg.jpg) top center no-repeat #E0E7EF;
}*/


#ajaxFutbolClub {
	line-height: 1;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: url(../imagenes/ajax-bg.jpg) top center  no-repeat #333;
	color: #fff;
	position:relative;
	height:240px;
	width:700px;
	padding-top:260px;
/*	margin:98px auto;*/
}

.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.hr{
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	width:95%;
	height:1px;
	margin:0 auto;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #666;
}
a:active {
	color: #111;
}
/* =3 Titulos
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h2 {
	font-size:1.4em;
	font-style:normal;
	font-weight:bold;
	color:#fff;
}

/* =4 Contenido
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.btnCerrar{
	background:url(../imagenes/cerrar.png) center center no-repeat;
	width:8px;
	height:8px;
	position:absolute;
	top:10px;
	right:10px;
	text-indent:-9999px;
}
div.contentMecanica ul#navegacion li a.btnMecanica{
	background:url(../imagenes/menu.png) right top no-repeat;
	height:34px;
}
div.contentPremios ul#navegacion li a.btnPremios{
	background:url(../imagenes/menu.png) right -34px no-repeat;
	height:25px;
}
div.contentCalendario ul#navegacion li a.btnCalendario{
	background:url(../imagenes/menu.png) right -59px no-repeat;
	height:25px;
}
div.contentGanadores ul#navegacion li a.btnGanadores{
	background:url(../imagenes/menu.png) right -85px no-repeat;
	height:25px;
}
div.contentCondiciones ul#navegacion li a.btnCondiciones{
	background:url(../imagenes/menu.png) right bottom no-repeat;
	height:28px;
}


ul#navegacion{
	background:url(../imagenes/navigation-bg.png) left top no-repeat;
	float:left;
	height:151px;
	width:115px;
	list-style:none;
}
ul#navegacion li a{
	display:block;
	text-indent:-9999px;
	width:108px;
}
ul#navegacion li a.btnMecanica{
	background:url(../imagenes/menu.png) left top no-repeat;
	height:34px;
}
	ul#navegacion li a.btnMecanica:hover{
		background-position:right top;
	}
ul#navegacion li a.btnPremios{
	background:url(../imagenes/menu.png) left -34px no-repeat;
	height:25px;
}
	ul#navegacion li a.btnPremios:hover{
		background-position:right -34px;
	}
ul#navegacion li a.btnCalendario{
	background:url(../imagenes/menu.png) left -59px no-repeat;
	height:25px;
}
	ul#navegacion li a.btnCalendario:hover{
		background-position:right -59px;
	}
ul#navegacion li a.btnGanadores{
	background:url(../imagenes/menu.png) left -85px no-repeat;
	height:25px;
}
	ul#navegacion li a.btnGanadores:hover{
		background-position:right -85px;
	}
ul#navegacion li a.btnCondiciones{
	background:url(../imagenes/menu.png) left bottom no-repeat;
	height:28px;
}
	ul#navegacion li a.btnCondiciones:hover{
		background-position:right bottom;
	}
.btnHome{
	display:block;
	float:right;
	text-indent:-9999px;
	background:url(../imagenes/h1-bg.png) top center no-repeat;
	width:417px;
	height:20px;
	margin:0 0 10px 0;
}
	
#contenido{
	float:right;
	width:540px;
	padding:10px;
}

#home{
	background:url(../imagenes/titulo.png) center center no-repeat;
	text-indent:-9999px;
	width:450px;
	height:115px;
	margin-top:50px;
}
#mecanica, #ganadores, #condiciones{
	width:505px;
	height:130px;
	margin-top:10px;
	padding-right:20px;
	overflow:auto;
}

	#mecanica p, #mecanica ol li, #condiciones p{
		margin:10px 0;
	}

#premios ul{
	list-style:none;
}	
#premios ul li{
	float:left;
	height:115px;
	text-align:center;
	margin-right:20px;
}
#premios ul li strong{
	display:block;
	font-weight:normal;
}

#ganadores dt{
	font-size:1.1em;
	color:#999;
	margin:10px 0;
	clear:both;
}

#ganadores dl dd {
	overflow:hidden;
}

#ganadores dl dd p{
	display: block;
	float: left;
	clear:left;
}

#ganadores dl dd span{
	display: block;
	float: right;
	width:165px;
	text-align:left;
}
