/**************************************************************
  Ofitec Tècnica, S.L.-  Full d'estils:  Club Nautic Riumar
 **************************************************************/
 


#wrapper {
	width:1000px;
}

#fons-superior {
	background-image:url(../img/body_bg.png);
	background-repeat: repeat-x;
}
#header {
	background-image:url(../img/top.png);
	background-repeat:no-repeat;
	height:130px;
	width:840px;
	padding:10px;
	float: none;

}
#main {
	background: url(../img/main_bg.png) center repeat-y;
	margin-top:0px;
	width:860px;
	padding: 10px 0px 0 1px;
	padding-left:10px;
}
#content{
	margin: 20px 10px 0px 10px;
	text-align:left;
	overflow:hidden;

}
#contentIE{
	text-align:left;
	overflow:hidden;

}
#barra_logo {
	position:absolute;
	float:left;
	top:47px;
	width:1000px;
	height:150px;
	z-index:5;
	background-image: url(../img/logo-menu-superior.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#barra_logoIE {
	position:absolute;
	float:left;
	top:47px;
	width:1000px;
	height:150px;
	z-index:5;
	background-image: url(../img/logo-menu-superior.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu_superior {
	position:absolute;
	top:113px;
	width:800px;
	height:45px;
	z-index:6;
}
#leftcolumn {
	color:#ffffff;
	width:220px;
	float:left;
	height:auto;
}
* {
	margin:0pt;
	padding:0pt;
	list-style-position: inside;
	list-style-image: none;
}
#rightcolumn {
	color:#333333;
	padding-top:30px;
	padding-right: 10px; padding-left: 225px; margin-left: 0px;
}

#rightcolumnMeteo {
	color:#333333;
	padding-top:50px;
	padding-right: 10px; padding-left: 15px; margin-left: 0px;
}

#rightcolumnIE {
	color:#333333;
	padding-top:30px;
	padding-right: 10px; padding-left: 240px; margin-left: 0px;
}

#footer {
	background: url(../img/footer_fons.png) center no-repeat;
	clear:both;
	color:#333333;
	padding:10px;
	width:860px;
	
}

