@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 160%;
	padding: 0;
	margin: 0;
	background-color: #999;
	text-align: center;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 130%;
	color: #F39221;
	margin: 0 0 10px 0;
	padding: 0;
}
h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	color: #F39221;
}

h1 a:hover {
	color: #F7B462;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 130%;
	color: #F39221;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #F39221;
}
h2 a:hover {
	color: #F7B462;
}

p {
	margin: 10px 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #05567E;
	text-decoration: none;
}

a:hover {
	color: #0995D9;
}

/**************************************************************
JQUERY LIGHTBOX
**************************************************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/**************************************************************
MAQUETADO
**************************************************************/
#main {
	width: 890px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../img/bgMain.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0 30px;
	position: relative;
}

#content .left {
	float: left;
	width:594px;
	padding: 0 0 60px 0;
	min-height: 500px;
}

#content .right {
	float: right;
	width: 283px;
	padding: 0 0 10px 0;
}

.clr {
	clear: both;
}

.flLeft {
	float: left;
}

.flRight {
	float: right;
}


/**************************************************************
HEAD
**************************************************************/

#basedir {
	display: none;
}

#head {
	position: relative;
	height: 138px;
	margin: 5px 0 0 0;
}

#head #logo {
	position: absolute;
	z-index: 1;
}

#head #iso {
	position: absolute;
	left: 109px;
	top: 25px;
	z-index: 1;
}

#head #slide {
	position: absolute;
	z-index: 0;
	top: 21px;
}

#head #golagolBanner {
	position: absolute;
	top: 21px;
	right: 0;
}

#social {
	padding: 0;
	float: right;
}

#social div {
	white-space: nowrap;
	overflow: hidden;
}

#social a {
	padding: 0 3px;
}

/**************************************************************
NAV
**************************************************************/
#navMain {
	position: absolute;
	top: 2px;
	left: 109px;
	width: 780px;
}

#navMain a:link, #navMain a:visited, #navMain a:active {
	color: #05567E;
	text-decoration: none;
}

#navMain a:hover {
	color: #0B83B2;
}

#head #navMain ul, #head #navMain li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#head #navMain li {
	float: left;
	padding: 0 4px;
}

#head #navMain .bullet {
	background-image: url(../img/navMainBullet.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	padding: 9px 4px;
}

#navSup {
	background-image: url(../img/bgNavSup.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
	width: 890px;
	height: 28px;
	position: absolute;
	top: 107px;
	color: #FFF;
}

#navSup .left {
	float: left;
	margin: 0 0 0 116px;
}

#navSup a:link, #navSup a:visited, #navSup a:active {
	color: #FFF;
	text-decoration: none;
}

#navSup a:hover {
	color: #d0dfe7;
}

#navSup ul, #navSup li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navSup .left li {
	line-height: 120%;
	float: left;
	margin: 6px 0 0 0;
	padding: 0 8px;
	border: solid #0a7097;
	border-width: 0 1px 0 0;
}

#navSup .right {
	float: right;
	margin: 0 7px;
}

#navSup .right li {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 4px;
}

#botonProvincias {
	cursor: pointer;
}

#menuProvincias {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #FFF;
	color: #05567E;
	width: 150px;
	white-space: nowrap;
	margin-left: -80px;
	line-height: 150%;
	padding: 8px;
	z-index: 1000;
}

#menuProvincias a:link, #menuProvincias a:visited, #menuProvincias a:active { 
	color: #05567E;
}
#menuProvincias a:hover {
	color: #0995D9;
}

/**************************************************************
FOOT
**************************************************************/

#foot {
	width: 864px;
	height: 176px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../img/bgFoot.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 22px 76px 0 76px;
	position: relative;
	font-size: 12px;
	color: #FFF;
}

#foot a:link, #foot a:visited, #foot a:active {
	color: #FFF;
	text-decoration: none;
}

#foot a:hover {
	color: #0B83B2;
}

#foot #copyright {
	font-size: 10px;
	color: #000;
	position: absolute;
	bottom: 14px;
	left: 76px;
}

#foot #signature {
	font-size: 10px;
	color: #000;
	position: absolute;
	bottom: 14px;
	right: 76px;
}

#foot #signature a:link, #foot #signature a:visited, #foot #signature a:active {
	color: #000;
}

#foot #signature a:hover {
	color: #333;
}


/**************************************************************
BANNERS
**************************************************************/

#banner1 {
	width: 890px;
	height: 90px;
}

.bannerMargin {
	margin: 10px 0;
}


/**************************************************************
CONTENIDO
**************************************************************/

.separador {
	border: solid #CCC;
	border-width: 1px 0 0 0;
	margin: 10px 0;
}

.columna1 {
	float: left;
	width: 290px;
	margin: 0 14px 0 0;
}

.columna2 {
	float: left;
	width: 290px;
	margin: 0;
}

.fecha {
	color: #808080;
}

#otrasNoticias {
	margin: 3px 0;
	background-color: #F39323;
	border: solid #07577F;
	border-width: 0 0 0 2px;
	padding: 8px 0 26px 0;
}

#otrasNoticias p {
	margin: 10px 4px 10px 17px;
}

#otrasNoticias a:link, #otrasNoticias a:visited, #otrasNoticias a:active {
	color: #FFF;
	font-size: 12px;
}

.subsecciones {
}

.subsecciones ul, .subsecciones li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subsecciones li {
	background-color: #12577F;
	padding: 3px 8px;
	margin: 3px 0;
	color: #FFF;
}

.subsecciones a:link, .subsecciones a:visited, .subsecciones a:active {
	color: #FFF;
}

.subsecciones a:hover {
	font-weight: bold;
}

.recuadro {
	border: 1px solid #999;
	background-color: #EEE;
	padding: 8px;
}

.titularCategoria {
	background-image: url(../img/titulares/categoria.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	color: #FFF;
	padding: 3px 0 4px 12px;
	margin: 0 0 5px 0;
}

.titularCategoria a:link, .titularCategoria a:visited, .titularCategoria a:active {
	color: #FFF;
}

.titularCategoria a:hover {
	color: #F7931E;
}


#visitantesOnline {
	background-image: url(../img/visitantesOnline.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 263px;
	margin: 0 0 5px 0;
	color: #FFF;
	padding: 5px 10px;
}

#resultadosTDI {
	padding: 5px;
	text-align: center;
	background-color: #333;
	margin: 0 0 20px 0;
}

#resultadosTDI a:link, #resultadosTDI a:visited, #resultadosTDI a:active {
	color: #FFF;
}

#resultadosTDI a:hover {
	color: #0995D9
}

#resultadosTDI select {

}

#resultadosTDI .resultadosAnterior {
	background-image: url(../img/resultadosAnterior.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 0 0 0 30px;
}

#resultadosTDI .resultadosSiguiente {
	background-image: url(../img/resultadosSiguiente.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 30px 0 0;
}

/**************************************************************
IMÁGENES
**************************************************************/

.img {
	position: relative;
}

.epigrafe {
	background-image: url(../img/bgEpigrafe.png);
	background-repeat: repeat;	
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-size: 12px;
	padding: 5px 14px;
	z-index:1;
}

.epigrafeChico {
	background-image: url(../img/bgEpigrafe.png);
	background-repeat: repeat;	
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-size: 9px;
	padding: 5px;
	z-index:1;
	line-height: 130%;
}

.imgLista {
	float: left;
	margin: 0 10px 10px 0;
}

.galeria .img {
	margin: 0 0 10px 0;
}

#fotos li, #fotos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#fotos li {
	margin: 0 10px 10px 0;
	float: left;
}

#fotogaleria {
	margin: 3px 0;
}


/**************************************************************
VIDEOS
**************************************************************/

#videogaleria .epigrafe {
	background-image: url(../img/bgEpigrafe.png);
	background-repeat: repeat;	
	color: #FFF;
	font-size: 12px;
	padding: 5px 14px;
	position: relative;
}

/**************************************************************
FORMULARIOS
**************************************************************/

#comentariosNota, #comentariosNotaRespuesta {
	border: 1px solid #BDC7D8;
	background-color: #F2F4F7;
	padding: 5px;
	margin: 5px 0;
}

#comentariosNota input, #comentariosNota textarea {
	border: 1px solid #BDC7D8;
	padding: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

#comentariosNotaRespuesta {
	display: none;
}

#comentariosNotaRespuesta .exito {
	color: #0C6;
}

#comentariosNotaRespuesta .error {
	color: #F00;
}

.comentariosRealizados {
	border: 1px solid #BDC7D8;
	background-color: #F2F4F7;
	padding: 5px;
	margin: 5px 0;
}

.cita {
	font-style: italic;
	color: #666;
	padding: 0 0 0 15px;
}

/**************************************************************
NOTICIAS EQUIPOS (desplegable)
**************************************************************/

#mostrarNoticiasEquipos {
	display: none;
}

#noticiasEquiposContenedor {
	display: none;
}


#noticiasEquipos {
	border: solid #333;
	border-width: 0 2px 16px 2px;
}

#noticiasEquipos h1 {
	background-color: #333;
	font-size: 16px;
	padding: 5px;
	margin: 0;
}

#noticiasEquipos .equipos {
	min-height: 40px;
	position: relative;
}

#noticiasEquipos .equipos h2 {
	position: absolute;
	top: 11px;
	left: 9px;
	font-size: 12px;
	color: #4D4D4D;
	margin: 0;
}

#noticiasEquipos .separadorEquipos {
	background-image: url(../img/separadorEquipos.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 23px;
	clear: both;
}

#noticiasEquipos .primero {
	height: 11px;
	background-position: bottom center;
}

#noticiasEquipos .ultimo {
	height: 11px;
	background-position: top center;
}

#noticiasEquipos ul {
	list-style: none;
	margin: 0 0 0 75px;
}

#noticiasEquipos li {
	float: left;
	margin: 0 10px 0 0;
}


.escudos {
	border: solid #12577F;
	border-width: 0 0 2px 0;
	padding: 5px;
	background-color: #EEE;
}

.escudos ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

.escudos li {
	float: left;
	margin: 0 5px 0 0;
}


/**************************************************************
GOL A GOL
**************************************************************/

#partidos {
	display: none;
	position: relative;
	margin: 10px 0;
}

#partidos .colIzq {
	position: absolute;
	width: 121px;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../img/gol-a-gol/loguito.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px 0 0 0;
	text-align: right;
	font-size: 12px;
	color: #05567E;
	float: left;
	font-weight: bold;
	margin: 5px 0 0 0;
}

#partidos .colIzq div {
	padding: 6px 7px;
}

#partidos .categorias a:link, #partidos .categorias a:visited, #partidos .categorias a:active {
	color: #666;
}

#partidos .categorias a:hover {
	color: #05567E;
}

#partidos .colIzq .activa {
	background-image:url(../img/gol-a-gol/categoriaActiva.png);
	background-repeat: no-repeat;
	background-position: right center;	
}

#partidos .colIzq .activa a {
	color: #05567E;
}


#partidos .colDer {
	float: right;
	width: 473px;
	border: #CCC solid;
	border-width: 0 0 0 1px;
	z-index: 0;
}

#partidos .partido {
	background-image: url(../img/gol-a-gol/bgPartido.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 78px;
	position: relative;
	font-size: 10px;
	margin: 0 0 5px 0;
}

#partidos .estadio, #partidos .arbitro, #partidos .fecha {
	position: absolute;
	color: #999;
}

#partidos .fecha {
	top: 0;
	left: 13px;
}

#partidos .arbitro {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

#partidos .estadio {
	top: 0;
	right: 13px;
}

#partidos .escudoIzq, #partidos .escudoDer {
	position: absolute;
	top: 19px;
	z-index: 2;
}

#partidos .escudoIzq {
	left: 13px;
}

#partidos .escudoDer {
	right: 13px;
}

#partidos .equipoIzq, #partidos .equipoDer {
	position: absolute;
	font-size: 11px;
	width: 152px;
	z-index: 2;
}

#partidos .equipoIzq {
	top: 16px;
	left: 58px;
	height: 16px;
	overflow: hidden;
}

#partidos .equipoDer {
	right: 58px;
	top: 16px;
	text-align: right;
}

#partidos .resultadoIzq, #partidos .resultadoDer {
	position: absolute;
	font-weight: bold;
	top: 16px;
	font-size: 11px;
}

#partidos .resultadoIzq {
	left: 220px;
}

#partidos .resultadoDer {
	right: 220px;
}

#partidos .eventosIzq, #partidos .eventosDer {
	position: relative;
	width: 173px;
}

#partidos .eventosIzq {
	padding: 50px 0 0 58px;
	float: left;
	text-align: right;
}

#partidos .eventosDer {
	padding: 50px 58px 0 0;
	float: right;
	text-align: left;
}

#partidos .minuto {
	color: #F7931E;
}

#partidos .estadoReloj {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	text-align: center;
	color: #78B200;
}

#partidos .estado {
	color: #78B200;
}

#partidos .reloj {
	color: #1669AD;
	font-weight: bold;
}

#partidos .segundero {
	display:none;
}

#partidos .PT, #partidos .ET, #partidos .ST {
	color: #12577F;
	font-weight: bold;
}

#partidos .Parcial {
	color: #05577F;
	font-weight: bold;
}

#partidos .Suspendido, #partidos .Finalizado {
	color: #F00;
}

#partidos .detalle {
	width: 463px;
	text-align: center;
	border: 1px solid #CCC;
	margin: 15px 5px 10px 5px;
	font-style: italic;
}

#partidos #posiciones, #partidos #posiciones li {
	margin: 0;
	padding: 0 4px;
	text-align: right;
	list-style: none;
	font-weight: normal;
	color: #666;
	font-size: 10px;
	position: relative;
}

/**************************************************************
RESULTADOS ARG B
**************************************************************/
#resultadosArgB {
}

#resultadosArgB .detalle {
	font-size: 10px;
	font-style: italic;
}