﻿table#tablaListado
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

#tablaListado thead
{
	background-color: #F0F0F0;
	border-bottom: 1px #999999 solid;
	border-top: 1px #999999 solid;
}

#tablaListado thead tr td
{
	border-bottom: 1px #999999 solid;
}

#tablaListado tbody tr td
{
	border-bottom: 1px #CCCCCC solid;
	vertical-align:top;
	padding:5px;
	border-right:1px solid #cccccc;
}


.center
{
	text-align: center;
}

