
.nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7BA7FE;
	color: #000000;
}


body{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}

.txt{
	font-size: 12px;
}

h1 {
font-size: 14px;
font-weight: bold;
text-align: center;
}
h2 {
font-size: 13px;
text-align: center;
}


td {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

a:hover{
	text-decoration: none;
}

div#menu ul{
	list-style: none;
}

div#menu ul li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000000
}

div#menu ul li#last{
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ffffff
}



table.sort-table thead td {
	font-size: 10px;
}