/*
 *		| <-----------------  CONTIDO  --------------------> |
 *
 *
 *            ---------------------------------------
 *            |              CABECEIRA              |
 *            |										|
 *            ---------------------------------------
 *            |                MENU					|
 *            ---------------------------------------
 *            |      |                              |   
 *            |  O   |                              |   
 *            |  P   |                              |   
 *            |  C   |                              |   
 *            |  I   |        CENTRO                |   
 *            |  O   |                              |   
 *            |  N   |                              |   
 *            |  S   |                              |   
 *            |      |                              |   
 *            ---------------------------------------
 *            |					PE					|
 *            ---------------------------------------
 *
 */ /********************************************************/
	/*                   PARTE XERAL 						*/
	/********************************************************/
	/* estructura global de toda a paxina */
#contido {
	margin: 1em;
	width: 95%;
}

/********************************************************/
	/*                   CABECEIRA	 						*/
	/********************************************************/
	/* nome da paxina e escudo */
#cabeceira,#cabeceira img {
	height: 7em;
	width: 100%;
}

/********************************************************/
	/*                   MENU		 						*/
	/********************************************************/
#menu {
	height: 2.2em;
}

#menu li {
	float: left;
	width: 12%;
}

#menu img {
	height: 1.4em;
	width: 1.4em;
}

/********************************************************/
	/*                   RUTA								*/
	/********************************************************/
#ruta {
	height: 2em;
	padding-top: 0.3em;
	clear: both;
	margin-top: 0.2em;
	display: block;
}

/********************************************************/
	/*                   PARTE CENTRAL						*/
	/********************************************************/
	/* parte central da paxina onde reside o contido */
#centro {
	display: block;
	background-color: white;
	/*height: 25em;*/
}

/********************************************************/
	/*                   PE		 						*/
	/********************************************************/
	/* signaturas de validacions */
#pe {
	clear: both;
	height: 4em;
}

#pe img {
	height: 2.2em;
}

/********************************************************/
	/*			       		 GALERIA						*/
	/********************************************************/
#galeria ul li {
	float: left;
}

/********************************************************/
	/*			       		 MEMBROS						*/
	/********************************************************/
#membros {
	text-align: left;
}

#membros div.mapa {
	float: left;
	width: 45%;
}

#membros div.buscador {
	float: right;
	width: 45%;
}

#membros div.membro {
	float: right;
	width: 55%;
}

/********************************************************/
/*			       		 TORNEOS						*/
/********************************************************/
#torneoFGH {
	clear: both;
}

#listatorneos {
	width: 30%;
	float: left;
	clear: left;
}

#detalletorneo {
	width: 65%;
	float: right;
	clear: right;
}

#torneospe {
	margin-bottom: 0.7em;
	clear: both;
}

/********************************************************/
/*			       		 TORNEO FGH						*/
/********************************************************/
div#listainscritos,div#outrasedicions,div#sorteofgh {
	width: 30%;
	float: left;
}

#torneo {
}

div#xornadas {
	width: 48%;
	float: left;
	clear: right;
}

div#eliminatorias {
	width: 48%;
	float: left;
	clear: left;
	margin-right: 2em;
}

div#eliminatorias .campeon {
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

div#enlacestorneo a {
}

div#splash {
	position: absolute;
	top: 20em;
	left: 20%;
	width: 60%;
	z-index: 100;
	text-align: center;
	display: none
}

div#splash div {
	padding-top: 2em;
}

#torneofgh div.comentarioEstatisticas {
	float:left;
	clear:both;
	width:96%;
}
#torneofgh div.comentarioEstatisticas div#xornadas{
	float:left;
}
#torneofgh div.comentarioEstatisticas table {
}
#torneofgh div.comentarioEstatisticas table caption {
	margin:0em!important;
}

/********************************************************/
/*			       		 PARTICIPACIONS					*/
/********************************************************/
div#participacions {
	height: 150em;
}
div#participacions div.informacion {
	float:left;
}
div#participacions div.edicions {
	margin-top:2em;
	float:left;
}
div#participacions div.estatisticas {
	float:right;
}
	
/********************************************************/
/*			       		 CAMPEONS						*/
/********************************************************/
div#medalleiro {
	float:left;
	width: 45%;
}
div#ilustres {
	float:right;
	width: 45%;
}
	
/********************************************************/
/*			       		 SORTEO							*/
/********************************************************/
div#sorteo table {
	width: 20%;
	float: left;
	margin-bottom: 0.5em;
	border-right: 0.1em dashed black;
}

div#sorteo img {
	float: right;
	margin-right: 1.5em;
	width: 16em;
}

div#sorteo ul.grupo {
	margin: 0;
	padding: 0;
	margin-top: -1em;
}

div#sorteo ul.grupo li {
	float: right;
	width: 21%;
	margin-right: 0.2em;
}

div#sorteo h2 {
	
}

div#sorteo div#grupo {
	clear: both;
}

/********************************************************/
/*			       XENERICOS							*/
/********************************************************/
.dereita {
	float: right;
}

.esquerda {
	float: left;
}

.centrado {
	text-align: center;
}

.oculto {
	display: none;
}

div#dousbanners {
	margin: 2em;
}