/* CSS Document */
html {
overflow-x:hidden;
overflow-y:hidden;
}
body{
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

h1{
	color:#807d79;
	margin:0px;
	font-size:18px;
}
h2{
	color:#e44f05;
	margin:0px;
	font-size:11px;
	margin-bottom:5px;
}
h3{
	font-size:16px;
	margin-bottom:5px;
}
.vermell{
color:#e44f05;	
}
.info{
	font-size:12px;
}
#olis{
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	
	z-index:1;
}
#salsas{
	position:absolute;
	left:68px;
	top:503px;
	z-index:8;
	width: 357px;
	height: 102px;
}
.salsa{
color:#a38700;	
}

.salses{
color:#666;	
}

#salsasInfo a:link,#salsasInfo a:visited,#salsasInfo a:active{
	text-decoration:none;
	color:#666;
	font-style:italic;
}
#salsasInfo a:hover{
	font-size:18px;
	color:#333;
}

a:link,a:visited,a:active{
	color:#e44f05;
}
a:hover{
	color:#333;
}

.barcelona{
	font-size:11px;
	color:#807d79;

}

.esq{
	
	border-left:1px dotted #666666;
}

input,textarea{
	width:100%;}

.menu_cont1 img,.menu_cont2 img,.menu_cont3 img,#enviarMedida,#enviarColabora,#enviarContacto{
		cursor:pointer;
}

.error {
color:#990000;
font-weight:bold;
}
.alert {
color:#990000;
text-align:right;
}


.taula td{
border-bottom:1px dotted #333;
}

.taula th{
	color:#930;
	vertical-align:bottom;
	
}



#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:11;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:450px;
width:600px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:20;
padding:12px;
color:#333;
font-size:12px;
text-align:justify;
}
#popupContact h1{
text-align:left;

font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
color:#e86626;
}
#popupContact h2{
text-align:left;
font-size:16px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
color:#e2001a;
}
#popupContactClose{
	color:#e86626;
	cursor:pointer;
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
font-weight:700;
display:block;
}