@charset "utf-8";
/* CSS Document */
table{
    border-collapse: collapse;
    width: 80%;
	margin: auto;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 2px solid #ddd;
	font-size:14px;
	
}
th {
    background-color:rgba(136,21,39,1.00);
    color: white;
}
tr:hover{background-color:#f5f5f5}

#ntDiv1 {
	position: absolute;
	left: 3px;
	top: 15px;
	width: 960px;
	height: 275px;
	z-index: 1;
	overflow-y: scroll;
	background-color: #CCCCCC;
}

#Div_Contesta {
	position: absolute;
	left: 4px;
	top: 300px;
	width: 678px;
	height: 255px;
	z-index: 2;
	background-color: #CCCCCC;
}

