table#solicitudes {
	margin-top: 5px;
	width: 100%;
	
	text-align: center;
}
table#solicitudes a {
	text-decoration: none;
}

table#solicitudes tr.cabecera_principal {
	text-transform: uppercase;	
}

table#solicitudes th.cabecera_solicitud {
	background: #b3b3b3;
}

table#solicitudes th.cabecera_cliente {
	background: #c2c2c2;
}

table#solicitudes tr.solicitud {
	min-height: 20px;
}

table#solicitudes tr.impar{
	background: #e6e6e6;
}

table#solicitudes tr.solicitud td#habitaciones{
	width: 250px;
	
	text-align: left;
}

table#solicitudes tr.seleccionado {
	background: #ffd5d5;
}

table#solicitudes tr.seleccionado td.seleccionado {
	font-weight: bold;
}

table#solicitudes td.capitalizado {
	text-transform:capitalize;
}

table#solicitudes td.minimizado {
	text-transform:lowercase;
}


#solicitudes_length {
	display: inline-block;
	width: 50%;
	height: 30px;

	line-height: 30px;
	text-align: left;
}

#solicitudes_filter {
	display: inline-block;
	width: 50%;
	height: 30px;

	line-height: 30px;
	text-align: right;
}

#solicitudes_info {
	height: 30px;

	line-height: 30px;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}