
/*--- -- ---- ----- - -LAYOUT  ----- -- - -- - -- */
#container {
	width: 100%;
	position: relative;
}
#header {
	position: relative;
	width: 100%;
	height: 120px;
	text-align: left;
}
#logo {
	position: absolute;
	top: -60px;
	left: 40px;
	width: 295px;
	height: 138px;
	z-index: 15;
	background:url(../images/logoshibumig.png) no-repeat center;
	text-indent: -9999px;
}
#logo a{
	position:absolute;
	top:0;
	left: 0;
width:100%;
height: 100%;
	}
#menu {
	/*position: fixed;
	top: 60px;
	left: 0;*/
	margin-top:50px;
	width: 100%;
	height: 50px;
	background: transparent url(../images/bg_menu.jpg) repeat-x center;
	border-bottom: 3px #AAA double;
	border-top: 3px #AAA  double;
	z-index:10;
}
#items {
	position: relative;
	margin-left: -50px;
	}
#items a:hover {
}
#items a {
	margin-top: -5px;
}
#gfx a {
	position: absolute;
	top: -30px;
	left: 450px;
	background: transparent url(../images/bt_diseno-grafico.png) no-repeat;
	width: 238px;
	height: 142px;
	text-indent: -9999px;
}
#gfx a:hover {
	background: transparent url(../images/bt_diseno-grafico.png) no-repeat 0px -142px;
}
#des a {
	position: absolute;
	top: -40px;
	left: 680px;
	width: 201px;
	height: 142px;
	background: transparent url(../images/bt_paginas-web.png) no-repeat;
	text-indent: -9999px;
}
#des a:hover {
	background: transparent url(../images/bt_paginas-web.png) no-repeat 0px -142px;
}
#dom a {
	position: absolute;
	top: -50px;
	left: 850px;
	width: 203px;
	height: 142px;
	background: transparent url(../images/bt_dom.png) no-repeat;
	text-indent: -9999px;
}
#dom a:hover {
	background: transparent url(../images/bt_dom.png) no-repeat 0px -142px;
}


/*-------------------CONTENT----------------------*/
#content {
	margin: 10px auto 0 auto;
	width: 90%;
	padding-top: 0px;
	text-align: left;
	position: relative;
	min-height: 300px;
}

#hd_cont{
	background: url(../images/hd_contacto.png) no-repeat top right;
}

#hd_design{
	background: url(../images/hd_design.png) no-repeat top right;
}

#hd_develop{
	background: url(../images/hd_develop.png) no-repeat top right;
}
#hd_clientes{
	background: url(../images/hd_clientes.png) no-repeat top right;
}
#hd_shibumi{
	background: url(../images/hd_shibumi.png) no-repeat top right;
}
#hd_otroserv{
	background: url(../images/hd_otrserv.png) no-repeat top right;
}

/*------------------SUBMENU ----------------------*/
#submenu{
width:100%;
height:44px;
text-align:center;
background:  url(../images/bg_submenu.png) repeat-x center;
}
/*#submenu #sbmtop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: transparent url(../images/bg_smenu_top.png) no-repeat top center;
	}
#submenu #sbmbot{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: transparent url(../images/bg_smenu_bot.png) no-repeat bottom center;
	}*/
#submenu ul{
padding:0;
/*background: transparent url(../images/bg_submenu.png) center;*/
text-align:center;
border:2px solid #000;
}
#submenu li{
  display: inline;
	text-align: center;
	}
	#submenu li a{
padding:22px 0;
  }
#submenu img{
padding:0px 10px;

}
#submenu li a:hover{
background: transparent url(../images/bg_submenuhover.png) repeat-x top;
}
/*------------- CONTENTS -----------*/
#maincontent {
	width: 100%;
	background:#FFF; /*transparent url(../images/bg_mainc.png) center;*/
	border:1px dotted #CCC;
}
.content_box, .rite_cbox {
	position: relative;
	/*margin: 25px 5px 25px 5px;*/
	width:95%;
	margin: 0 auto;
	text-align:justify;
}
table{
width:40%;
}
.content_box p, .rite_cbox p, table, .content_box ul.nicer {
	margin: 5px auto 0 auto;
	padding: 10px;
	line-height: 1.5em;
	font-size: 1.2em;
	/*text-align:justify;*/
	width: 90%;
}
.rite_cbox ul {


}
#ritecontent {
	width: 12%;
	float: right;
	position: relative;
	margin-top:10px;
}
.rite_cbox {
}
.rite_cbox ul {
}
.rite_cbox ul li {
	padding: 5px;
}
.rite_cbox a {
	padding: 10px 10px 10px 15px;
	background:  url(../images/bt_li.png) no-repeat left;
}
.rite_cbox a:hover {
	background:  url(../images/bt_hover.png) no-repeat left;
}
/*------------------------------------------------*/
.info{
padding:5px 20px 5px 5px;
margin: 0 auto;
background: url(../images/th_05.jpg) no-repeat center;
text-align: right;
	}
.info li{
font-weight: bold;

	}
