/* CSS Medrcado W */
* {
	margin:0;
	padding:0;
	list-style:none;
}
span {
	font-weight:bold;
}
body {
	margin:0 auto;
	text-align:center;
	font-family: arial;
	font-size: 90%;
	background:#E2E2E2 url(img/bg_body.jpg) repeat-x center top;
}
#container {
	width:760px;
	margin:0 auto;
	position:relative;
	height:100%;
}

#menu {
	position:absolute;
	width:180px;
	left:15px;
	top:0;
	height:100%;
	background: url(img/bg_menu.jpg) repeat-y center top;
}

#menu img.logo {
	float:left;
	border:0;
}
#menu ul {
	_margin-top:-3px;
}
#menu ul li {
	display:inline;
	float:left;
}
#menu li.ico01 a {
	background:url(img/ico01.jpg) no-repeat center top;
	height:30px;
	width:180px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	background-position:0 0px;
}
#menu li.ico01 a:hover {
	background-position:0 -30px;
}
#menu li.ico02 a {
	background:url(img/ico02.jpg) no-repeat center top;
	height:30px;
	width:180px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	background-position:0 0px;
}
#menu li.ico02 a:hover {
	background-position:0 -30px;
}
#menu li.ico03 a {
	background:url(img/ico03.jpg) no-repeat center top;
	height:30px;
	width:180px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	background-position:0 0px;
}
#menu li.ico03 a:hover {
	background-position:0 -30px;
}

#content {
	float:right;
	width:550px;
	display:block;
	margin-top:136px;
}
#content h1 {
	color:white;
	font-size:110%;
	text-align:left;
	margin-bottom:15px;
}
#content p {
	color:black;
	font-size:85%;
	text-align:left;
	line-height:18px;
	margin:8px 0px;
}

#publi {
	width:180px;
	float:right;
	margin:36px 8px 8px 8px;
}