



/* =Contenitore head 
-------------------------------------------------------------- */


#contents-head-blog {
	position:relative;
	max-width:980px;
	height:218px;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	/*border: 1px solid #F00;*/
}

#contents-head-roberto
{
	background-image: url("../Images/roberto-blog.png");
    background-repeat: no-repeat;
    height: 298px;
    position: absolute;
    right: 95px;
    top: 0;
    width: 27%;
	background-size:100%;
}
@media only screen and (max-width: 960px) {
	#contents-head-roberto {
		display:none;
	}
}
@media only screen and (max-width: 600px) {
	#contents-head-blog {height: 170px;}
}
