@font-face {
    font-family: 'lato';
    src: url('fonts/kato.woff2') format('woff2'),
         url('fonts/kato.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold.woff2') format('woff2'),
         url('fonts/lato-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('fonts/lato-italic.woff2') format('woff2'),
         url('fonts/lato-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold_italic';
    src: url('fonts/lato-bolditalic.woff2') format('woff2'),
         url('fonts/lato-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latothin';
    src: url('fonts/lato-thin.woff2') format('woff2'),
         url('fonts/lato-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo';
    src: url('fonts/museosans_500-webfont.woff2') format('woff2'),
         url('fonts/museosans_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museoitalic';
    src: url('fonts/museosans_500_italic-webfont.woff2') format('woff2'),
         url('fonts/museosans_500_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
   position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;
	padding:20px;
	font-family: 'lato', 'museo', serif;
}

.photo {
   	position:absolute;
	top:30px;
	left:50%;
	width:180px;
	margin-left:-90px;
	height:180px;
}
.fotouno {
   width:100%;
	height:auto;
	border-radius: 50%;
}
.contenitore 
{   
position:absolute;
top:220px;
margin-top:1%;
	width:320px;
	left:50%;
	margin-left:-160px;
}
.titolo {
   position:relative;
	font-family: 'museo', 'lato', serif; 
	font-size:26px;
}
.titolo h1 {
	font-size:120%; 
	font-weight:bolder;
}
.bio {
   position:relative;
	font-family:  'lato', 'museo', serif; 
	font-size:14px;
}

.bio p {
  text-align: justify;
  text-justify: inter-word;
}

.small {
  font-variant: small-caps;
font-size:50%;
}

.linea {
	height:4px;
	width:100%; 
	color:#000;
	position:relative;
	margin-top:40px;
}
.linea2 {
	border:4px solid black;
	width:100%; 
	position:relative;
	margin-top:40px;
}
.linea3 {
	border:4px solid #33c2ff;
	width:100%; 
	position:relative;
	margin-top:40px;
}

.box  {
	
	position:relative;
	margin-top:22px;
	height:40px;
	width:200px;
	left:50%;
	margin-left:-100px;
	z-index:5;
}
.boxnero  {
	border:2px solid black; 
	position:absolute;
	top:2px;
	height:36px;
	width:196px;
	left:50%;
	left:2px;
	z-index:5;
}
.testopulsante {
	height:14px;
	width:100%; 
	position:relative;
	top:11px;
	line-height:14px;
	font-size:14px;
	font-weight:bolder;
	text-align:center;
	z-index:5;
}

.verdeasx  { 
	position:absolute;
	top:0;
	left:0;
	margin-top:-2px;
	height:100%;
	width:100%;
	margin-left:-2px;
	background-color:#33ffc2;
	z-index:2;
}
.magentaasx  { 
	position:absolute;
	top:0;
	left:0;
	margin-top:-2px;
	height:100%;
	width:100%;
	margin-left:-2px;
	background-color:#ff77e6;
	z-index:2;
}
.cianoasx  { 
	position:absolute;
	top:0;
	left:0;
	margin-top:-2px;
	height:100%;
	width:100%;
	margin-left:-2px;
	background-color:#33c2ff;
	z-index:2;
}
.gialloasx  { 
	position:absolute;
	top:0;
	left:0;
	margin-top:-2px;
	height:100%;
	width:100%;
	margin-left:-2px;
	background-color:#fffa85;
	z-index:2;
}

.giallobdx { 
	position:absolute;
	bottom:0;
	right:0;
	margin-top:2px;
	margin-left:2px;
	height:100%;
	width:100%;
	background-color:#fffa85;
	z-index:1;
}
.cianobdx { 
	position:absolute;
	bottom:0;
	right:0;
	margin-top:2px;
	margin-left:2px;
	height:100%;
	width:100%;
	background-color:#33c2ff;
	z-index:1;
}


