body {
background-color:#E31B1E;
margin:0;
padding:0;
text-align:justify;
font-family:"Courier New", Courier, monospace;
font-size:18px;
color:#FFFFFF;
width: 995px;
}

a {
text-decoration: none;
font:larger;
color:#FFFFFF;
}

a:visited {
}
a:hover {
text-decoration: underline;
}
img {
border:0;
}
h1 {
	font-size: 3.5714em; 		/* 50px */
    line-height: 1; 			/* 50px */
	margin-top: 0.56em; 		/* 28px */
	margin-bottom: 0.5em; 		/* 25px */
    color: #000;
}
h2 {
	font-size: 1.7857em;   		/* 25px */
	line-height: 1.4; 			/* 35px */
	margin-top: 1.2em;		   	/* 30px */
	margin-bottom: 1.4em; 	 	/* 35px */
    color: #FFF;
}
h3 {
	font-size: 1.2857em;		/* 18px */
	margin-top: 1.1111em;     	/* 20px */
	margin-bottom: 0em; 	
	color: #000;
}
h4 {
	font-size: 1.1428em;   		/* 16px */
	margin-top:1.25em;	   		/* 20px */
	margin-bottom: 0.625em; 	/* 10px */
}
h5, h6 {
	font-size: 1em;  			/* 14px */
}




#header {
	position: relative;
	background-color: #fff;
	height: 140px; /* 6.0714em if youre into that kinda thing... */
	width: 995px;
	border: 6px solid #000;
	margin-bottom: 50px;
	z-index:5;

}
#header .contents {
	overflow: visible;
}

#contenedor {
    	width: 955px/*96%*/;  
    	_width: 970px/*96%*/;  
    	background: #fff;
    	margin: 0 auto; 
    	text-align: left; 
		border: 0px solid #cb0000;
		
		}
#logo {
    float: left;
    width: 250px;
    margin-top: 15px;
    display: inline;
}
#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:focus,
#logo a:active {
    border-bottom: none;
    background-color: transparent;
}

#nav {
    position: absolute;
    top: 0px;
    right: 0;
    float:right;
    width: 660px;
    list-style: none;
	margin-right:5px;
	margin-top:10px;
}
#nav li {
    width: 155px;
    height: 120px;
    float: left;
    margin-right: 10px;
    overflow: visible;
}
#nav li a {
    display: block;
    text-indent: -9999px;
    width: 155px;
	height: 120px;
    background-image: url('../img/nav1.png');
    background-color: transparent;
    background-repeat: no-repeat;
    border-bottom: none;
}

#nav li.receta a,
#nav li.receta a:link,
#nav li.receta a:visited {
    background-position: 0 0;
}
#nav li.receta a:hover,
#nav li.receta a:focus,
#nav li.receta a:active {
	background-position: 0 -120px;
}

#nav li.poble a,
#nav li.poble a:link,
#nav li.poble a:visited {
    background-position: -144px 0px;
}
#nav li.poble a:hover,
#nav li.poble a:focus,
#nav li.poble a:active {
	background-position: -144px -120px;
}

#nav li.personaje a,
#nav li.personaje a:link,
#nav li.personaje a:visited {
    background-position: -300px 0;
}
#nav li.personaje a:hover,
#nav li.personaje a:focus,
#nav li.personaje a:active {
	background-position: -300px -120px;
}

#nav li.arxiu a,
#nav li.arxiu a:link,
#nav li.arxiu a:visited {
    background-position: -450px 0;
}
#nav li.arxiu a:hover,
#nav li.arxiu a:focus,
#nav li.arxiu a:active {
	background-position: -450px -120px;
}


.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0px;
        font-size: 0%;
        line-height: 0%;
 }
 
 #senyal{
	float:right;
	width:380px;
	margin-right:10px;
	/*background: url(/bona_cuina/img/santaeulalia.png) no-repeat left center;
	height: 550px;*/
 }
 #texto{
 float:left;
 width:550px;
 margin-left:50px;
 margin-right:5px;
 }
 
  #texto_receta{
 float:left;
 width:600px;
 margin-left:50px;
 margin-right:5px;
 }
 
   #texto_receta_pop{
    width: 100%;
 margin:10px;
}
 
 #foto_receta{
	float:right;
	width:320px;
	margin-right:5px;
	/*background: url(/bona_cuina/img/santaeulalia.png) no-repeat left center;
	height: 550px;*/
 }
  #foto_receta_pop{
	margin-right:5px;
	/*background: url(/bona_cuina/img/santaeulalia.png) no-repeat left center;
	height: 550px;*/
 }
 
 #cont_popup {
 width: 650px;
 }
 
#texto_personaje{
 float:left;
 width:900px;
 margin-top:0px;
 margin-left:50px;
 margin-right:5px;
 }
 
 #contenedor UL {
 list-style:none;}
  #contenedor  UL LI  {
	margin: 0;

	}
  #contenedor  UL LI A:HOVER  {
	background: url(/bona_taula/img/bullet_002.gif) no-repeat 0 -2px ;
		padding: 2px 0px 6px 22px;
}
	
	  #contenedor  UL LI A {
	background: url(/bona_taula/img/bullet_001.gif) no-repeat 0 -2px ;
		color: #000;
			padding: 2px 0px 6px 22px;
}

