/* CSS Document */
table {
		border-collapse: collapse;
		width: 100%;
		/*width: 200px;*/
		}
caption, thead, tfoot {
		font-family: "Trebuchet MS";
}
thead {
		/*background-color: #aeaebb;*/	
		color: #1e3b53;
		border-top: 1px solid #d0d0de;
		border-bottom: 1px solid #d0d0de;
}

tbody {
		font-family:"Lucida Sans Unicode", Helvetica, Arial, sans-serif;
		color: #4c5a68;
}
.notas {
		font-size: 1.1em;
}
th, td { 
		/*border: 1px solid #bbbbbb;*/ 
		font-size: 1.2em;
		padding: 3px 10px 2px 5px;
		line-height: 1.2;
		} 

tbody td {
		border-top: 0;
		border-bottom: 0;
		}

caption {
		margin-top: 0px;
		text-align: left;
		font-weight: bold;
		font-size: 1.2em;
		padding: 0 0 5px;
		color: #4c5a68;
		}

th { 
		text-align: left;
		}

tfoot {
		border-top: 1px solid #d0d0de;
		border-bottom: 1px solid #d0d0de;
		color: #4c5a68;
		}

tfoot td {
		font-size: 1.0em;
		text-align: center;
		}

tbody tr.alt td {
		background: #ededfb;
		}

/*tbody tr.over td, tbody tr:hover td {
		background: #aeaebb;
		color: #ffffff;
		}

tbody tr.over+tr td {
		background-image: url(images/shadow.png);
		background-repeat: repeat-x;
		}*/