table.listado_datos{
	width:100%;
	font-size:  0.9em;
	border-collapse: collapse;
}


table.listado_datos thead tr{
	background-color: #ACC2FF;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.listado_datos tfoot tr{
	background-color: #FFFFFF;
}

table.listado_datos thead th{
	padding: 0.5em;
	white-space: nowrap;
}

table.listado_datos tfoot th{
	text-align: right;
	padding-right: 0.5em;
	letter-spacing: 1px;
	background:  
}

table.listado_datos tfoot td{
	padding: 0.4em;
	text-align:right;
	padding-left: 0.5em;
	color: #000000;
	font-weight: bold;
}

table.listado_datos tfoot select {
	font-size: 0.9em;		
}

table.listado_datos tfoot td:hover{
	/*
	background-color: red;
	color: white;
	*/
}



table.listado_datos tr{
	background-color: #E3E1E1;
}

table.listado_datos tr.odd{
	background-color: #FFFFFF;
}

table.listado_datos tbody tr:hover{
	background-color: #DBEAF2;
}

table.listado_datos .marcada{
	background-color: #FFCCCC;
}

table.listado_datos td, th{
	border: 1px solid #CCCCCC;

}
table.listado_datos th{ 
	padding: 0.5em;
}

table.listado_datos tbody td
{
	padding: 0.5em;
}

table.listado_datos td a, th a {
	text-decoration:none;
	
}
table.listado_datos td a:link, th a:link{
	color: black;
}

table.listado_datos td a:visited, th a:visited{
	color: black;
	/*text-decoration: line-through;*/
}

table.listado_datos td a:hover, th a:hover{
	text-decoration: underline;
}

table.listado_datos td:last-child a:hover{
	color: red;
	text-decoration: underline overline;
}


.acciones_tabla {
	margin-bottom:4px;
	font-size:0.9em;
	
}
.acciones_tabla select {
	font-size:0.9em;
}

.acciones_tabla .filtros {
	width:50%;
	float:right;
	text-align:right;
}
