@charset "utf-8";
/* CSS listado de partidos en directo */

#list_partidos_direc{
  width:649px;
}
#list_part_cabezera{
  background:#EAEAEA url(../img/cabecera_listado.jpg) top left no-repeat; 
  height:60px;
  text-align:center;
}
p.jornada{
  width:100%;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFF;
  font-weight:bold;
  font-size:24px;
  padding-top:12px;
  line-height:1.4em;
}
#list_part_pie{
  width:100%;
  height:20px;
  background:#EAEAEA url(../img/pie_listado.jpg) bottom left no-repeat;
  clear:both;
}
#list_part_central{
  width:100%;
  background:#EAEAEA url(../img/cuerpo_listado.jpg) top left repeat-y;
  padding-top:15px;
  padding-bottom:15px;
}

#list{
  width:609px;
  margin:0px auto;
  list-style:none;
}

#list li {
	width:100%;
	margin:4px 0px;
	height:60px;
	background-color:#f4f4f4;
}
.equipo_directo{
  width:157px;
  height:60px;
  color:#455058;
  font-size:13px;
  font-weight:bold;
  float:left;
  text-align:center;
}
.equipo_directo p{
 margin:17px auto;
}
.equipo_img{
 width:50px;
 height:60px;
 float:left;
 text-align:center;
}
.marcador{
  width:36px;
  height:60px;
  background:#f4f4f4 url(../img/marcador.jpg) top left no-repeat;
  text-align:center;
  color:#FFFFFF;
  font-weight:bold;
  font-size:18px;
  float:left;
}
.marcador p.posicion{
  margin:12px auto;
}
.btn_ver{
  text-align:left;
  width:90px;
  height:60px;
  background:#f4f4f4 url(../img/btn_ver.jpg) top left no-repeat;
  float:left;
}
.btn_ver p.posicion{
	margin:18px 0px 7px 23px;
}
a.ver:link, a.ver:visited, a.ver:hover, a.ver:active {
 color:white;
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
}
.vs{
  width:30px;
  height:60px;
  float:left;
}
img.escudo{
  margin:5px 0px;
}
img.versus{
  margin:14px auto;
}

.titulo-directo{
  width:409px;
  height:95px;
  background: #f4f4f4 url(../img/tit_directo.jpg) top left no-repeat;
  float:left;
  margin:0px;
  padding:0px;
  text-indent:-9000px;
}

