@charset "utf-8";
/* CSS Document */

/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table {
		border-collapse:collapse;
		background:#EFF4FB url(imagenes/fondo_cabecera_tabla.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		/*font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;*/
		color: #333;
		margin:0 auto;
}

td, th {
		padding:5px;
}

caption {
		padding: 10px;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		color: #333;
		background: transparent;
}


/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
		color:#fff;
		text-align:left;
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}
