.input-w label, .lineas label, .fecha label {
    display: inline-block;
    margin-left: 10px;
}
.input-w label {
	vertical-align: top;
}

.input-w input {
    display: inline-block;
    vertical-align: top;
}
.input-w th, .input-w td {
   border: 0px !important;
}

.iceDatTbl a {
	color: #FFFFFF;
}

.centrar {
	text-align: center;
}

.buscar{
	float: right;
    /*margin-top: -31px;*/
}
.buscar div {
	display: table-cell;
}
.lineas label, .lineas div, .lineas select, .lineas input, .fecha label, .fecha div, .fecha select, .fecha input {
	float: left;
}
.lineas select{
	margin-left: 2px;
}
.newLine{
	clear: both;
}
.input-w table{
	width: auto !important;
}

.criteriosFechas{
	margin-bottom: 20px;
	margin-left: 20px;
}

.panelReclamacion label{
	float: left;
    font-weight: bold;
    min-width: 370px;
    width: auto;
}
textarea {
    width: 41em !important;
    height: 4em !important;
}

input[type="submit"]{
	margin-right: 10px;
}

.parent {
	display: table;
	width: 100%;
}

.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
}

.metodosBusqueda {
	float: left;
}

.orden {
	float: left;
    min-width: 550px;
    margin-left: 20px;
}

.selectCampoOrden select{
	width: 185px;
}

.selectSentidoOrden select {
	width: 120px;
}

img{
     max-width: initial !important;
 }

 .estiloPaginador {
 	margin-top: 5px;
 	text-align: center;
 }

 .estiloPaginador .cuadroTexto {
 	margin-left: 10px;
 	margin-right: 10px;
 }

 .estiloPaginador img {
 	margin-left: 3px;
 	margin-right: 3px;
 }