/* estilos tabla especificaciones técnicas
marper */

#TVESTECH {
	overflow-x: scroll;
}


#TVESTECH table {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

#TVESTECH table td {
	padding: 5px;
	border: 1px solid lightgray;
	border-spacing: 0;
}

#TVESTECH table td table {
	margin: -5px;
}

#TVESTECH table td, #TVESTECH table td table td:first-child {
	background-color: #fff;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

#TVESTECH table td:first-child, #TVESTECH table td:first-child table td {
	background-color: #dfdfdf;
	font-weight: bold;
	text-align: left;
}
#TVESTECH table td table td {
	/*fix coaxiales*/
	min-width: 47px;
}
#TVESTECH table td table td table td {
	background-color: #fff !important;
	font-weight: normal !important;
	text-align: center !important;
	
}

#TVESTECH table td table td table {
	border-top: 1px solid lightgray;
	margin: 0 !important;
}

#TVESTECH table td table td {
	border: 0;
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
}

#TVESTECH table td table td:first-child {
	border-left: 0;
}

#TVESTECH table td table td:last-child {
	border-right: 0;
}

#TVESTECH table td :nth-child(2) {
    width: auto;
}

#TVESTECH table td:first-child {
	border-left: 0;
}

#TVESTECH table td:last-child {
	border-right: 0;
}



/* tablas stripped - papel pijama */

table#tvestech th, 
table#tvestech th table td {
    background-color: #fff;
}

table#tvestech tr:nth-child(even) th table td,
table#tvestech tr:nth-child(even) th,
table#tvestech tr:nth-child(even) td,
table#tvestech tr:nth-child(even) {
    background-color: #f8f8f8!important;
}




/* id dentro de tabla */

/*marper */
/* hace responsive la tabla dentro de la pestaña*/



table#tvestech table {
    table-layout: fixed;
}

@media screen and (max-width: 940px) {

   table#tvestech table {
    table-layout: auto;
    }
  table#tvestech td table td {
     min-width: 57px;
    }
	
	
	#PestanasFicha .in#custom-2 {
    overflow-x: scroll;
	}
}

table#tvestech{
	overflow-x: scroll;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

table#tvestech td {
	padding: 5px;
	border: 1px solid lightgray;
	border-spacing: 0;
}

table#tvestech td table {
	margin: -5px;
}

table#tvestech td, table#tvestech td table td:first-child {
	background-color: #fff;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

table#tvestech th, table#tvestech th table td {
	/*background-color: #dfdfdf;*/
	font-weight: bold;
	text-align: left;
	color: #333333;
	font-size: 11px;
	padding: 5px;
    border: 1px solid lightgray;
    border-spacing: 0;
	width: 20%;
}
table#tvestech td table td {
	/*fix coaxiales*/
	/*min-width: 57px;*/
}
table#tvestech td table td table td {
	background-color: #fff !important;
	font-weight: normal !important;
	text-align: center !important;
	
}

table#tvestech td table td table {
	border-top: 1px solid lightgray;
	margin: 0 !important;
}

table#tvestech td table td {
	border: 0;
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
}

table#tvestech td table td:first-child {
	border-left: 0;
}

table#tvestech td table td:last-child {
	border-right: 0;
}

table#tvestech td :nth-child(2) {
    width: auto;
}

table#tvestech td:first-child {
	border-left: 0;
}

table#tvestech td:last-child {
	border-right: 0;
}



