/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Distribuidors CSS */

#estructura_content { 
  background:transparent; 
  padding:25px 15px 20px 0;
}

/* Sub-Header */

#tira_aux {
background:#333;
}
#tira_aux_content { 
  width:975px;
  height:200px;
  background:url('../../image/tira_distribuidors.jpg') left top no-repeat;
}
#tira_aux_content #aux_form { padding:25px 0px 0px 30px; }
#tira_aux_content #form_zones { margin:20px 0px 0px; } 
#tira_aux_content select { width:250px; margin-bottom:10px; } 

/* Content */ 

h1.pais {
  color:#111;  
  font-size:18px;
}

h2.estat {
  margin:0px 0px 15px 0px;
  border-bottom:1px solid #999;
  color:#666;  
  font-size:13px;
  text-transform:uppercase;
}

table#distribuidors { 
  width:945px;
  table-layout:fixed;
  border-collapse:collapse;
  overflow:hidden;
}
table#distribuidors td {
  border-left:15px solid #fff;
  border-bottom:15px solid #fff;
  padding:10px ;
  width:205px;
  background:#ddd;
  overflow:hidden;
  vertical-align:top;
}
table#distribuidors td.primer { border-left:0px; }
table#distribuidors td.buit { background:#fff; }

.bloc_dist .nom { color:#d00000; font-weight:bold; } 
.bloc_dist .links, .bloc_dist .links a { color:#d00000; }
.bloc_dist .links a:hover { color:#666666; }
