.content {
    width:704px;
	text-align:left;
	line-height:16px;
}
.content a {
	color:#3c6695;
}
/*Testo introduttivo*/
.contentIntro {
    width:704px;
	padding-bottom:20px;
}

/*//////////////////////////////////////////////////
///////////////// layout 01 ///////////////////////
////////////////////////////////////////////////////*/

/*Abstract corsi*/
.contentElenco {
    width:704px;
}
/*Singolo abstract*/
.contentCorso {
	width:340px;
	padding-bottom:10px;
	padding-right:10px;
	float:left;	
	background-image:url(../corsi/images/bgScheda.jpg);
	background-repeat:no-repeat;
	background-position:80px top;
}
.contentCorsoFoto {
    width:100px;
	height:100px;
	padding-right:5px;
	float:left;
}
.contentCorsoTxt {
    width:230px;
	height:75px;
	padding-top:5px;
	padding-right:5px;
	float:left;
}
.contentCorsoInfo{
    width:225px;
	height:18px;
	padding-top:2px;
	padding-right:10px;
	float:left;
	text-align:right;
	color:#FFF;
}
/* link */
.contentCorsoInfo a,.contentCorsoInfo a:hover {
	color:#FFF;
	text-decoration:underline;
}
