/* Foglio stile sito intranet biomedica */
/*html{margin: 0;padding:0} */
body 
{
	text-align       : left;
	background-color : #fff;
	font-family      : Verdana;
	font-size        : 12px;
	color            : #333333;
}

h1 
{
	font-size        : 16px;
    color            : #333333;
    margin           : 5px 0;
}
	
h3 
{
	font-size        : 14px;
    color            : #333333;
    margin           : 5px 0;
}


/*proprietà per tesi */
.h_tesi
{
	border: 1px solid black;
	width: 100%;
	background-color: #004080;
	color: white;
	font-weight: bold;
	text-align: center;
}
.box_tesi
{
	border: 1px solid black;
	width: 100%;
	min-height: 1.2em;
}

.tbl_tesi th
{
	padding: 5px;
	border: solid 1px #999999;
	background-color: #EEEEEE;
}

.tbl_tesi td
{
	padding: 5px;
	border: solid 1px #999999;
}

.tbl_tesi_contacts
{
	width: 100%;
}

/* proprietà per staff */
.tbl_img_staff
{
	border-collapse: separate; 
	border-spacing:5px;
	width: 100%;
}
.tbl_img_staff td
{
	padding: 5px;
	border: solid 1px #999999;
	width: 50%;
	border-radius: 5px;
}
.img_thumb_staff
{
	float:left;
}

.div_txt_staff
{
	display:table-cell;
	padding-left: 5px;
}

.img_staff
{
	/*height: 300px;*/
	width: 200px;
	overflow: hidden;
}
