/* CSS Document */

table.acceso{
	border-bottom:solid;
	border-bottom-color:#7C2929;
	border-bottom-width:1px;
	border-right:solid;
	border-right-color:#7C2929;
	border-right-width:1px;
	border-top:solid;
	border-top-color:#7C2929;
	border-top-width:1px;
	border-left:solid;
	border-left-color:#7C2929;
	border-left-width:1px;
	border-spacing:0px;
}

thead td{
	background:#7C2929;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
}

tfoot td{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color: #4B4B4B;
	text-align:center;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#7C2929;
}

tfoot td a{
	text-decoration:none;
	color:#4B4B4B;
}