body{
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

/* Visualizacion de links en Documentos asociados del procedimiento */
#characterization a{
	color: #444444;
	text-decoration: none;	
}

/** Scaffold View **/
dl {
  border-top: 2px solid #4E8CCF;
  line-height: 25px;
  margin: 10px 0em;
  width: 100%;
  
}

table {
  /*border-right:0;*/
  clear: both;
  /*color: #333;*/
  margin-bottom: 10px;
  width: 100%;
  margin-left:auto; 
  margin-right:auto;
}

dl .altrow {
/*  background: #f4f4f4; */
}

dt {
  font-weight: bold;
  padding-left: 4px;
  vertical-align: top;
}
dd {
  margin-left: 12em;
/*  margin-top: -2em; */
  margin-top: -25px;
  vertical-align: top;
}

.view dl{
  background: #f4f4f4;
  line-height: 24px;
  border-bottom: 1px solid #CBDAE6;


}
.view dt{
  border-top: 1px solid #CBDAE6;
  padding-left: 10px;
}
.view dd{
  background: #fff;
  border-top: 1px solid #CBDAE6;
  padding-left: 10px;
  margin-left: 200px;

}

/** Visualizacion de tablas **/
.titulovista{text-align: left; margin: 1%}
.tabla_v{
	line-height: 24px;
	border-bottom: 1px solid #CBDAE6;
	
}
.vista_vertical{
	border-top: 1px solid #CBDAE6;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: top;
	background: #f4f4f4;
	text-align: left;
}
.vista_vertical_c{
	background: #fff;
	border-top: 1px solid #CBDAE6;
	padding-left: 10px;
	margin-left: 200px;
	vertical-align: top;
}
.res_center{
	margin-left: auto;
	margin-right: auto;
	width: 21%;
}

/**   Estilo de vista tablas   **/

.vista_tb{
	border-top: 2px solid #4E8CCF; 
}
.vista_stb{
	border-top: 1px solid #4E8CCF; 
}
.vistacent{
	background: #f4f4f4;
	vertical-align: middle;
}
.vistahead{
	background: #f4f4f4;
}
.vistacont{
	background: white;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}
.vista_ntb{
	background: none; 
	border: none;
}

/** Visualizacion de Ordenes y Facturas **/
#fecha_fac{
	float: right; 
	width: 30%; 
	margin-top: 15px;
}
#espacio{
	width: 100%; 
	height: 20px; 
	background: none; 
	float: left;
}
#line {
	margin-top: 40px;
	border-bottom: 1px solid;
	width: 80%;
}

.standing_up_left{
	border-right: none;
	border-bottom: none;
}
.foot_down_left{
	border-top: none; 
	border-right: none;
}
.standing_up_right{
	border-left: none;
	border-bottom: none;
}
.foot_down_right{
	border-top: none; 
	border-left: none;
}
 
.cliente_orden{	
	border-bottom: none;
}
.cliente_lados{
	border-top: none; 
	border-left: none;
	border-right: none;
}
.factura_encabezado{font-size: 15%;}
.down_factura{
	text-align: center; 
	border-top: none; 	
	padding: 0px;
}
.doc_factura{
	text-align: center; 
	border-top: none; 
	border-bottom: none;
	padding: 0px;
}
.docnumer{text-align: right;}
.doctext{text-align: left;}
.titulotext{background: #f4f4f4;}
.res_center{margin-left: auto; margin-right: auto;}

/** Visualizacion de documentos **/

.obsoleto {
  background-color: #333;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  filter:alpha(opacity=25); /* Para IE */
  -moz-opacity:.25; /* Para Firefox */
  opacity:.25; /* Browsers que soporten CSS3 */
}

.rotate_text{
	-webkit-transform: rotate(346deg); 
  -moz-transform: rotate(346deg); 
  -o-transform: rotate(346deg); 
  writing-mode: lr-tb; 
/*   transform: rotate(-15deg); */
}

.doc_revisiones{
	padding: 10px;
	border: 1px solid #333;
	margin: 10px 0px;
}

.doc_contenido{
	padding: 10px;
	border: 1px solid #f6f6f6;
	margin: 10px 0px;
}

.doc_contenido table td{
/* 	background: red; */
/* 	Se elimino pq afecta los estilos de los documentos */
/* 	border: 1px solid #333; */
}

fieldset.actualizacion {
  border: 1px solid #ABC3D7;
  border-left: 0px;
  border-right: 0px;
  border-top: 3px solid #4E8CCF;
  background-color: #F6F6F6;
  width: 98%;
}

fieldset.actualizacion label{
	padding: 5px;
	color: #444;
}

input[type=submit] {

  vertical-align: middle;
  background-color: #ECF1F4;
  background-image:url(../img/bgBtn.gif);
  background-repeat: repeat-x;

  border:1px solid #abc3d7;
  color:#000000;
  cursor:pointer;
  display:inline;
  font-size:100%;
/*  margin:2px; */
  width:auto;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;

}

a.submit {
    background-color: #ecf1f4;
    background-image: url("../img/bgBtn.gif");
    background-repeat: repeat-x;
    border: 1px solid #abc3d7;
    color: #000000;
    cursor: pointer;
    display: inline;
    font-size: 100%;
    font-weight: normal;
    padding: 2px 10px;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}

fieldset.actualizacion select {
  vertical-align: text-bottom;
  border: 1px solid #94C1EB;
  background-color: rgb(255,255,255);
}

.doc_body{
	background: white;
	padding: 10px;
    line-height: 1.5;
    /* font-size: 80%; */
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.doc_body td{
	padding: 5px;
}
.doc_main td{
	padding: 1px;
}

td.titulo{
	background: #ebebed;
	border: 1px solid #CCCCCC;
	font-weight: bold;	
	padding: 5px;
}

span.campos_registro{
	margin: 5px;
}

p {
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0.5em;
	-webkit-margin-end: 0.5em;
}
.jk_parrafo{
	vertical-align: middle; text-align: justify;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: max-content;
	background-color: #579cf2;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 30%;
	margin-left: -60px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #579cf2 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}
img{
    max-width: 100%;
    height: auto;
}
a {
	word-break: break-word;
}
