/* ----------------------------------------------------------------------
 *
 * Nombre del archivo:		tablas.css
 * Descripción:				Estructura y estilos para las tablas
 * Versión:					1.0.0 (30/06/2010)
 * Proyecto:				OpenSat
 * Autor:					AS&A Design SL
 * Website:					http://www.asadesign.com
 ---------------------------------------------------------------------- */

table
{
	border: none;
	margin: 0 0 20px 0;
	width: 100%;
}

table p
{
	margin: 0;
}

caption
{
	color: #000;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

thead
{
	background: #707173;
	color: #fff;
}

thead th a,
thead th a:visited,
thead th a:link,
thead th a:hover{
	color: #fff;	
}

thead th a:hover{
	text-decoration: underline;	
}

tbody tr
{
	border-bottom: 1px solid #fff;
}

th
{
	font-weight: normal;
	padding: 0 10px;
}

td
{
	background-color: #d9dadb;
	padding: 5px 10px;
}

td p
{
	font-weight: bold;
}

td div
{
	display: block;
	font-size: 85%;
	font-style: italic;
	margin: 0;
	padding: 0;
}

tr.siguiente-paso td, 
tr.siguiente-paso td p,
tr.siguiente-paso td strong,
tr.siguiente-paso td small
{
	background: #8cc63f;
	color: #fff;
}

td .centrado {
	text-align:center;	
}


/* Tabla especial. Mostrará todas las filas con transparencia excepto
 * aquella que se marque con la clase "ultima"
 ---------------------------------------------------------------------- */

table tr.velado td
{
 	/* opacity: 0.55; */
}


/* Fondos para los tipos de archivo
 ---------------------------------------------------------------------- */

.pdf
{
	background: #d9dadb url('../imagenes/archivos/pdf.gif') no-repeat 0 0;
	padding-left: 50px;
}

/* Añadir todos los estilos necesarios segun el documento */

table.filtroTareas
{
	margin: 0px;
}

table.filtroTareas td
{
	margin: 0px;
	padding: 1px 2px;
}

.numExp 
{
	width: 5%;
}

.process
{
	width: 15%;
}

.task
{
	width: 15%
}

.date
{
	width: 5%;
}

.solicitant
{
	width: 20%;
}

.extraInfo
{
	width: 45%;
}

.numExpHeader
{
	width: 6%;
}

.processHeader
{
	width: 13%;
}

.taskHeader
{
	width: 14%;}

.dateHeader
{
	width: 5%;
}

.solicitantHeader
{
	width: 17%;
}

.extraInfoHeader
{
	width: 25%;
}

.filtrosHeader
{
	width: 5%;
	vertical-align: bottom;
}