
/* 
	Full d'estils bàsic per a la web de Bífidus Produccions
	(c) 2007 Bífidus Produccions
*/

html, body {
	background:#303A62;
	color:#FFFFFF;
	border:0px;
	margin:0px;
	text-align:center;
}

html, body, h2, h3, h4, div, p, ul, li, input {
   font-family:Arial, Helvetica, sans-serif;
   font-size:8pt;
}

table tr td {
	vertical-align:top;
	color:#000000;
}

div {
	text-align:left;
}

img {
	border:0px;
}

table#limits { /* àrea útil */
	width:758px;
	border:0px solid #000000;
	padding:0px;
}

div#capcal {
	width:758px;
}

div#menu {
	width:758px;
	background-color:#3399CC;
}

a.menu_enllas {

}

img.iogurtet {
	margin-left:2px; /* ha de coincidir amb la del líquid */
}

img.liquid {
	visibility:hidden;
	margin-left:2px;
	margin-right:80px;
}

#unio {
	width:758px;
}


#plafo {
	width:758px;
	height:300px;

}


.plafo_marc { /* trossets superior i inferior al plafó */
	margin-top:0px;
	background-repeat:no-repeat;
	visibility:hidden;
	width:758px;
	height:34px;
}

.plafo {
	background:#FFFFFF;
	width:758px;
	height:300px;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
}

div.seccio_resum {
	float:left;
	width:205px;
}

div.seccio_contingut {
	width:500px;
	height:300px;
	overflow:auto;
	color:#333333;
}

h3.producte {
	color:#303A62;
	font-size:11pt;
	margin-top:0px;
}

h4.data {
	color:#3399CC;
	margin-bottom:0px;
}

#peu {
	visibility:hidden;
}

p#info_contacte {
	color:#FFFFFF;
	font-family:Arial, Helvetica,sans-serif;
	font-weight:bold;
	text-align:center;
/*	padding-right:32px; activar en cas que es vulgui alinear a la dreta*/
	margin-top:0px;
}







#logo, #eslogan {
   text-align:left;
   margin:0px;
   padding:0px;
   margin-bottom:0.3em;
}


.ajustat {
	margin:0px;
}

p.senzill {
	margin:4px 0px 4px 0px;
}

p.doble {
	margin:8px 0px 8px 0px;
}

p.r {
	text-align:right;
}

.date {
   padding-right: 0.3em;
}

.small, .archive, .copyright {
   font-size: small;
}

.invisible, .invisible a {
   display: none;
   background: #fff;
   color: #fff;
}

.copyright {
   margin-top: 0;
   margin-bottom: 0;
   font-size:8pt;
}

.hide {
   visibility: hidden;
   background: #fff;
   color: #fff;
   clear: both;
   margin: 0;
}

/* enllaços */

a:link {
   background: #fff;
   color: #037;
}

a:visited {
   background: #fff;
   color: #636;
}

a:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}

