.TablaWebDTE {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}
.TablaWebDTE table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.TablaWebDTE tr:last-child td:last-child {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
}
.TablaWebDTE table tr:first-child td:first-child {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}
.TablaWebDTE table tr:first-child td:last-child {
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
}
.TablaWebDTE tr:last-child td:first-child{
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
}
.TablaWebDTE tr:hover td{
	
}
.TablaWebDTE tr:nth-child(odd){ background-color:#e5e5e5; }
.TablaWebDTE tr:nth-child(even)    { background-color:#ffffff; }
.TablaWebDTE td{
	vertical-align:top;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:3px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.TablaWebDTE tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.TablaWebDTE tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.TablaWebDTE tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.TablaWebDTE tr:first-child td{
	background:-o-linear-gradient(bottom, #7ece00 5%, #5aa800 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ece00), color-stop(1, #5aa800) );
	background:-moz-linear-gradient( center top, #7ece00 5%, #5aa800 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ece00", endColorstr="#5aa800");	
	background: -o-linear-gradient(top,#7ece00,5aa800);

	background-color:#7ece00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.TablaWebDTE tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #7ece00 5%, #5aa800 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ece00), color-stop(1, #5aa800) );
	background:-moz-linear-gradient( center top, #7ece00 5%, #5aa800 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ece00", endColorstr="#5aa800");	
	background: -o-linear-gradient(top,#7ece00,5aa800);

	background-color:#7ece00;
}
.TablaWebDTE tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.TablaWebDTE tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.item_oculto {
	display: none;
	visibility: hidden;
}

.item_invisible {
	visibility: hidden;
}

.fila_visible {
	display: table-row;
	visibility: visible;
}

.celda_visible {
	xxdisplay: table-cell;
	visibility: visible;
}

.tabla_visible {
	display: table;
	visibility: visible;
}

#puerto_embarque{ width:150px; }
#puerto_desembarque{ width:150px; }
#exporta_nacionalidad{ width:150px; }
#exporta_pais_destino{ width:150px; }
#exporta_pais_receptor{ width:150px; }
#exporta_vias{ width:150px; }
#detalle_impuesto{ width:100px; }
#exporta_formapago{ width:150px; }
#traslado{ width:150px; }
#servicio{ width:150px; }
#despacho{ width:150px; }
#exporta_modalidad{ width:150px; }
#exporta_clausula{ width:150px; }

