@charset "utf-8";
/* CSS Document */
body{
	background-color: white;
	background-image:url(MARCA%20AGUA.png);
	background-repeat:no-repeat;
	
	background-position:center;
}

#main-container2{
	width: 100%;
}

table{
	text-align:left; 
	width:100%;
}

th, td{
	border: solid 1px black;
	padding: 4px;
}

thead{
	background-color: #900;
	color: white;
}

tr:nth-child(even){
	background-color: #ddd;
}

tr:hover td{
	background-color: #369681;
	color: white;
}
