/* Sortable tables */
table .sortable thead {
	border-top:solid 1px #525254;
	border-bottom:solid 1px #525254;
	color:#525254;
	font-weight: bold;
	cursor:default;
	height:40px;
	line-height:20px;
}

table .sortable tfoot {
	font-weight: bold;
	border-bottom:solid 1px #525254;
	font-size:110%;
	line-height:150%;
}

#tabla  { 
	margin:0 auto 0 auto;
	text-align:left; 
	width: 90%;
	border: 1px solid #1E56A9;
	padding: 10px; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/*background-image: url(img/logo.gif);*/
	background-color: #fff;
}
table, th, tr, td {margin:0px}

/**
	* efecto cebra en las tablas
	*
	* css pinta las filas impares y pares de diferentes colores.
	* para que no se aplique a todas las tablas hay que colocar una div con id
	* y en el css #idTabla tr:nth-child
*/
#tabla tr:nth-child(even) { background: #F5F5F5 }
#tabla tr:nth-child(odd) { background: #EFEFEF}

#tabla th{margin-bottom:10px; border-bottom:1px solid #999; border-top:1px solid #666; padding:10px 0px;}

#titulo-sig{
	font-size: 170%;
	float: right;

	color: #525254;
	float:left;
}
#logo-sig{
	margin: 10px;
	width: 150px;
	
}