.resultados {
	width: 99%;
	overflow: hidden;
	display: block;
}

#tabla-consulta td.centrado {
	text-align: center;
}

#tabla-consulta, #tabla-usuarios {
	width: 99%;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

#tabla-usuarios {
	margin-top:20px;
}

#tabla-consulta caption, #tabla-usuarios caption {
	background-color: #EEEEEE;
	height: 25px;
	font-size: 1.2em;
	text-align: left;
	line-height: 25px;
	font-weight: bold;
	padding-left: 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#tabla-consulta .th_small, #tabla-consulta th_small_nowrap {
	width: 15%;		
}

#tabla-consulta .th_small5 {
	width: 5%;
}

#tabla-consulta .th_small_nowrap {
	white-space: nowrap;
}

#tabla-consulta .td_nowrap {
	white-space: nowrap;
}

#tabla-usuarios .th_small {width: 10%;}
#tabla-usuarios .th_normal {width: 15%;}
#tabla-usuarios .th_big {width: 29%;}
#tabla-consulta .th_big70{width: 69%;}

#tabla-consulta th, .th_big70, #tabla-consulta .th_small, #tabla-consulta .th_small5, #tabla-consulta .th_small_nowrap,#tabla-consulta .th_normal, #tabla-usuarios .th_small, #tabla-usuarios .th_normal, #tabla-usuarios .th_big {
	border: 1px solid #CCCCCC;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #F9F9F9;
	text-align: left;
}

#tabla-consulta .th_small_center {
	border: 1px solid #CCCCCC;
	width: 15%;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #F9F9F9;
	text-align: center;	
}

#tabla-consulta .th_auto, #tabla-consulta .th_auto_center {
	border: 1px solid #CCCCCC;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	background-color: #F9F9F9;
	text-align: left;	
}

#tabla-consulta .th_auto_center {
	text-align: center;	
}

#tabla-consulta td, #tabla-usuarios td {
	border: 1px solid #CCCCCC;
	height: 20px;	
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
}

#columnaOperacion {
	background-color: white; 
	padding-top:5px;
}
