/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Competicio CSS */

#estructura_content { 
  background:transparent;
  padding:25px 15px 20px 0;
}

/* Sub-Header */

#tira_aux_content { 
  width:975px;
  height:200px;
}

/* Contingut */

.bottom_18 { margin-bottom:18px; }

#intro_campionats {
  padding:0px 0px 9px 0px;
  border-bottom:1px solid #111;
  margin:0px 0px 18px 0px;
}
#intro_campionats select {
  width:100%;
  margin:9px 0px 0px;
}


/* Llista curses */

.box_cursa, .box_cursa_no_info {
  display:block;
  height:31px;
  line-height:31px;
  border-bottom:1px solid #666;
  color:#111;
  background:url('../../image/bg_box_cursa.gif') right top no-repeat;
  overflow:hidden;
}
.box_cursa_no_info { background:none; }
.box_cursa:hover { 
  text-decoration:none; 
  background-color:#ddd;
}

.box_cursa span, .box_cursa_no_info span {
  display:block;
  float:left;
  color:#111;
}
.box_cursa span.date, .box_cursa_no_info span.date {
  padding:0px 0px 0px 10px;
  width:90px;
  color:#c00;
}

.cursa_info {
  display:none;
  padding:15px 15px 15px 100px;
  background:#eee;
  border-bottom:1px solid #999;
}


.imgspon {width: 100%}