@import url(reset.css);
/*/////////////////////////////////////////*/
/*----------VARIABLES DE COLOR-------------*/
/*

Color de fondo: #000000
Color tipografia: #343434
Color primario: #BD0926  
Color secundario: #6F7072
Color hover: #3D3D3F
Color tipografia sobre primario: #FFFFFF
Color tipografia sobre secundario: #FFFFFF
Color de fondo: #000000

Color linea: #D1D3D4
Color destacado: # F1F2F2#
Color tipografia sobre destacado: #BD0926
*/
/*/////////////////////////////////////////*/

/* ------- GENERAL ---------- */
body{
	background-color:#FFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	overflow:hidden;
}

table {
	width:100%;
}

#fixture, #posiciones, #descenso, #goleadores{
	font-size: 10px;
	position:relative;
}
tr.partido, tr.linea{
	color:#343434;
	border-top-color:#D1D3D4;
	border-top-style: solid;
	border-top-width:1px;
	height:25px;
	line-height:25px;
}
tr.fecha, tr.primera{
	background-color:#BD0926;
	background-image:url(../images/bg_background_fecha.png);
	background-repeat:repeat-x;
	line-height:20px;
	height:20px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
}
tr.fecha{
	font-weight:bold;
}

tr.fecha td.equipo,tr.fecha td.pos, tr.primera td.equipo, tr.primera td.orden, tr.primera td.jugador{
	text-align:left;
	padding-left:10px;
}
tr.linea td{
	border-right:1px solid #D1D3D4;
	padding:2px;
}

td.gol,td.jugados,td.cabeza,td.libre,td.penal, td.puntos{
	text-align:center;
}
tr.partido td.estado{
	 color:#BD0926;
	 font-weight:bold;
	 border-left: 1px solid #D1D3D4;
} 
.borderTop, .borderBottom{
	background:#D1D3D4;
	height:3px;
	-moz-box-shadow:    inset 0 0 3px #3D3D3F;
	-webkit-box-shadow: inset 0 0 3px #3D3D3F;
	box-shadow:         inset 0 0 3px #3D3D3F;
}
.btn_adquirir{
	background: url("../images/bg_link.png");
	background-color:#6F7072;
	background-position:center;
	background-repeat:repeat-x;
	height:20px;
	width:100%;
	text-align:center;
	line-height:20px;
}
.btn_adquirir a {
	background: url("../images/bg_btn_link.png");
	background-position:center center;
	background-color: #BD0926;
	-moz-box-shadow:    inset 0 0 1px #3D3D3F;
	-webkit-box-shadow: inset 0 0 1px #3D3D3F;
	box-shadow:         inset 0 0 1px #3D3D3F;
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
	padding-left:10px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	
	
}


/*---------- CABECERA -------------*/
h1{
	font-size:16px;
	color:#000;
	font-family: 'Exo', sans-serif;
	text-transform:uppercase;
	font-weight:600;
}
.logoDF{
	background:url(../images/logo_df.png) no-repeat;
	height:14px;
	width:124px;
	float:right;
	margin-bottom: 2px;
   margin-top: 2px;
}
.logo{
	border-top:solid 2px #D1D3D4;
	border-bottom:solid 2px #D1D3D4;
	height:22px;
	width:100%;
	margin-bottom:1px;
	background:url(../images/bg_logo.png) repeat-x transparent center center; 
}

/*---------- NAVEGACION -------------*/

nav table {
	height: 21px;
	width:100%;
}
nav td{
	background-image:url(../images/bg_background.png);
	background-repeat:repeat-x;
	background-color:#6F7072;
	height: 21px;
	text-align:center;
	line-height:21px;
	list-style:none;
	cursor:pointer;
}
nav td:hover{
	background-image:url(../images/bg_background_hover.png);
	background-repeat:repeat-x;
}
nav td.sel{
	background-image:url(../images/bg_background.png);
	background-repeat:repeat-x;
	background-color:#BD0926;
}
nav td a{
	text-decoration:none;
	color:#FFFFFF;
	padding:0 5px;
}

/* ------- FIXTURE ---------- */

.fixture tr td span{
	margin-left:10px;
}
tr.partido td{
	text-align:center;
}
tr.partido td.equipo{
	text-align:left;
}
tr.partido td.gol.loc{
	border-right:1px solid #D1D3D4;
	color:#BD0926;
}
tr.partido td.gol.loc, tr.partido td.gol.vis,tr.linea td.gol, tr.linea td.orden, tr.partido td.pos{
	color:#BD0926;
	font-weight:600;
	font-size: 130%;
	font-family: 'Exo', sans-serif;
}

/* ------- GOLEADORES ---------- */

/* ------- POSICIONES ---------- */
a.browse{
	cursor: pointer;
	height: 20px;
	position: absolute;
	top: 1px;
	z-index: 1000;
}
a.next{
	background:url(../images/btn_der.png)  5px center no-repeat transparent;
   -webkit-border-radius: 16px;
   border-radius: 16px; 
   -moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	height:14px;
	width:14px;
	right:5px;
	top:2px;
	background-color:#BD0926;
	box-shadow: 1px 0.5px 3px #000000;
}
a.next:hover{
	background:url(../images/btn_der.png) 5px center no-repeat transparent;
}
a.prev{
	background:url(../images/btn_izq.png) 2px center no-repeat transparent;
   -webkit-border-radius: 16px;
   border-radius: 16px; 
   -moz-background-clip: padding;
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	background-color:#BD0926;
	height:14px;
	width:14px;
	left:5px;
	box-shadow: 1px 0.5px 3px #000000;
}
a.prev:hover{
	background:url(../images/btn_izq.png) 2px center no-repeat transparent;
}
#posiciones tr.partido td.pos{
	text-align:left;
}
#posiciones tr.partido td{
	border-right:1px solid #D1D3D4;
}
#posiciones tr.partido td.pos, #descenso .linea td.orden{
	border-right:none;
}
#posiciones tr.partido td.pos span, #descenso .linea td.orden span{
	margin-left:10px;
}
tr.fecha td.datos,tr.primera td.datos{
	text-align:center;
}
tr.partido td.destacados, tr.linea td.destacados{
	color:#BD0926;
	background-color:#F1F2F2;
	font-size:120%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
tr.destacado{
	color:#BD0926;
	background-color:#F1F2F2;
}
.scrollable {
	height: 376px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
a.browse.disabled {
    display: none;
}	
a.browse.prev {
    left: 8px;
}
.scrollable .items {
    position: absolute;
    width: 300%;
}
.scrollable .items .cadaGrupo {
    float: left;
    width: 33.33%;
}
.nombreGrupo{
	background:url(../images/bg_background_fecha.png) repeat-x #BD0926;
	width:100%;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;
	height:20px;
	
	
}
/* ------- DESCENSO ---------- */

#posiciones nav{
	margin-top:0px;
}
.datos.temp{
	display:none;
}
tr.linea td.datos{
	text-align:center;
}

/* ------- FOOTER --------- */

.banner {
    height: 250px;
    margin: auto;
    width: 100%;
}
.banner a{
	background: url("../images/banner_pasion.png") no-repeat scroll center center transparent;
    height: 76px;
    margin: auto;
    text-align: center;
    width: 235px;
    display: block;
    box-shadow:0 0 3px #FFFFFF inset;
    -moz-box-shadow:    0 0 3px #FFFFFF inset;
    -webkit-box-shadow: 0 0 3px #FFFFFF inset;	
}

aside{
	-moz-box-shadow:    inset 0 0 7px #3D3D3F;
	-webkit-box-shadow: inset 0 0 7px #3D3D3F;
	box-shadow:         inset 0 0 7px #3D3D3F;
	height: 252px;
	text-align: center;
	width: 100%;
	
}

ins iframe {
  padding-top: 14px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

	
