body
{
	text-align:center;
	font-family:Arial, sans-serif, Verdana;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin-top:23px;
	margin-bottom:23px;
	background-color:#7B95B6;
}
iframe
{
	width:100%;
	height:100%;
	overflow:hidden;
}
/* Container */
#container
{
	width:900px;
	height:625px;
	background-image:url(../images/bg_container.jpg);
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

/* Menu */
#menu
{
	float:left;
	margin-top:110px;
	padding-left:20px;
	width:138px;
	text-align:left;
}
#menu .item
{
	color:#FFFFFF;
	text-decoration:none;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:normal;
	font-size:13px;
	cursor:pointer;
	background-color:#000000;
	display:block;
}
#idiomas
{
	margin-top:92px;
	float:right;
	padding-right:25px;
}
#idiomas .bandera
{
	margin-left:10px;
	cursor:pointer;
	height:15px;
}
#zona_content
{
	float:right;
	width:740px;
	height:518px;
	text-align:center;
}
/* Content */
#content
{
	margin-left:auto;
	margin-right:auto;
	width:703px;
	height:468px;
}
#content #top
{
	width:703px;
	height:45px;
	overflow:hidden;
	margin-left:-1px;
}
#content #bottom
{
	width:700px;
	height:460px;
	float:left;
}
/* Content body (acquabella, products, catalogs) */

#acquabella #body, #products #body, #catalogs #body
{
	width:698px;
	height:420px;
	background-color:#6381A7;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-top:0px;
	overflow:hidden;
}
#body #right
{
	float:right;
	width:420px;
	height:400px;
}
