@charset "utf-8";
.EstiloTabla {
	font-family: "Trebuchet MS";
}

body {
	font-family:"Trebuchet MS";
}

texto {
	font-size:small;
}

table {
	font-size:small;
	border-top-width: 10;
	border-right-width: 10;
	border-bottom-width: 10;
	border-left-width: 10;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
th {
	background:#000000;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
}
/*tr:hover {
	background:#0066FF;
	color:#FFFFFF;
}*/
tr {
	background:#EAF2FF;
	color:#666666;
	height:auto;
	border-bottom:dashed;
}

td {
	padding:5px;
}