/*
####Clase para rejillas de datos####

	Estructura de tabla
	Tabla: clase grid
	Titulo con <caption>
	Indicar <thead> y <tbody>
	en <thead> utilizar <th>
*/

table.grid {
	border: 1px solid #D4D4D4;
	border-collapse: collapse;
}

table.expanded {
	width: 98%;
}

table.grid td {
	border: 1px solid #D4D4D4;
	padding: 3px 5px 3px 3px;
}

table.grid th {
	background-image: url(/app/img/css/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	border: 1px solid #D4D4D4;
	padding: 3px 6px 3px 12px;
}
