
/* import the "One True Layout" */

@import "layout.css";

* { margin: 0;}

#header {
  height: 40px;
  background-image: url(images/bg-header2.gif);
  background-repeat: repeat-x;
  padding: 0;
}

#breadcrums {
  padding: 0px 0px 6px 0px;
}

#footer {
  text-align: center;
  vertical-align: middle;
  padding: 12px 0 4px 0;
}

#adsense {
  padding: 15px 0px 0 4px;
  border-left: 1px solid #999999;
}

#map {
  float:left; 
  border:1px solid #CCCCCC;
}

#vic {
  clear: both;
  height: 140px;
  width: 100%;
  background: url(images/victor.jpg) center no-repeat;
  border-bottom: 2px solid #1d1d14;
}

#banner1{
  width: 100%;
  border-top:    2px solid #1d1d1d;
  margin: 100px 0 0 0;
}

#banner2{
  width: 100%;
  border-top:    2px solid #1d1d1d;
  padding: 2px 0 50px 0;
}

#bleft{
  border-left:  2px solid #1d1d1d;
}
#bboth{
  border-left:  2px solid #1d1d1d;
  border-right: 2px solid #1d1d1d;
}

#box {
	margin: 6px auto; 
	border: thin solid #8e0302; 
	background: #efefef; 
	padding: 6px; 
	text-align: center; 
	text-weight: bold;
	width: 80%;
	font-size:1.2em;
}



body, td, th {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#111111;
   background-color: #FFFFFF;
}

a    { text-decoration: none; color:#6e0202; font-weight:bold;}
a.readon { 
   margin-top: 3px;
   display: block;
   float: left;
   padding-right: 20px;
   background: url(images/mw_readon2.gif) top right no-repeat;
}

.activitat_title {
   font-size:16px;
   font-weight: bold;
   margin: 10px;
   color:#666666;
}

.reddish { color:#6e0202 }
.greyish { color:#999999 }

img        { border:0;}
img.thumbs { border-color: #CCCCCC; border-style: solid; border-width: 1px;}
td.list { font-size:12px; border-bottom: 1px solid #8e0202; color:#666666; padding: 1px;}
td.cat  { font-size:12px; border-bottom: 1px solid #666666; border-right: 1px solid #666666;}

div.fitxa
{
	border: solid 1px #cc3333;
	margin: 1em 1em 1em 1em;
	padding: 0.2em;
}

.filmcell {
	color:#666666;	
	font-weight:bold;
}

/* primary links */

#primary ul {
  position: absolute;
  left: 3px;
  top: 8px;
  text-align: left;
}

#primary ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: left;
}

#primary ul li a, #primary  ul li a:visited {
  display: block;
  margin: 0 2px 0 3px;
  padding: 5px 0.8em 0 .8em;
  color: #efefef;
  background: url(images/bg-primary.gif) repeat-x;
  height: 15px;
  border: 1px solid #aba9a9;
  border-bottom: none;
  float: left;
  line-height: 10px;
  font-size: 12px;
  font-weight:normal;
}

#primary ul li a:hover { background:#777; }

#primary ul li a.active { background:#777; font-weight: bold; }

#secondary ul {
  position: absolute;
  right: 10px;
  top: 8px;
  text-align: left;
}

#secondary ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: left;
}

#secondary ul li a, secondary  ul li a:visited {
  display: block;
  margin: 0 2px 0 3px;
  padding: 5px .8em 0 .8em;
  color: #efefef;
  background: url(images/bg-primary.gif) repeat-x;
  height: 15px;
  border: 1px solid #aba9a9;
  border-bottom: none;
  float: left;
  line-height: 10px;
  font-size: 12px;
}

