@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */


/*******************************************************************************
*************************   web site    ****************************************
*******************************************************************************/
div#contenitore {
	margin-top:0px;
	margin-right:0;
	margin-left:0;
	width:960px;
	height:1350px;
}

#apDiv1 {

	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	width:720px;
	height:35px;

}
#apDiv2 {
	position:absolute;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	width:167px;
	height:113px;
	z-index:1;
	top: 43px;
	left: 162px;
}


body {
	background-color:#73b7da;
	margin:0px 0px; padding:0px;
	text-align:center;
}

/***********************************************************************
******************* typography *****************************************
************************************************************************/
/* Titoli */
h1 {font-size:120%;line-height:1;margin-bottom:0.5em;}

@font-face { font-family:bubbleboddy light Light;
			 src:url("../bubbleboddy_light_Light/Bobbleboddy_light.eot") format("eot"),
			 url("../bubbleboddy_light_Light/Bobbleboddy_light.woff") format("woff"),
			 url("../bubbleboddy_light_Light/Bobbleboddy_light.ttf") format("truetype"),
			 url("../Bobbleboddy_light.svg#bubbleboddylight-Light") format("svg");
			 font-weight:normal;font-style:normal;
			 }

/* Paragrafi */
p {
	font-family:bubbleboddy light Light;
	font-size:22px;
	color:#00537d;
	font-weight:bolder;
}

div {
	text-align:left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* Link */
a {color:#000;text-decoration:none; border:0px;}
a:link, a:visited {color:#004061;;text-decoration:none; border:0px;}
a:active, a:hover {color:#0075b0;text-decoration:none; border:0px;}

img { border:0px;}

/* Formattazione */
strong {font-weight:bold;} 
caption {background:#eee;}
.center {text-align:center;}
