.odd{
background-color: #DDD;
line-height: 20px;
}

.even{
background-color: #EEE;
line-height: 20px;
}


#tbl tr:nth-child(odd) {background: #eee} 
#tbl tr:nth-child(even) {background: #ddd}

#tbl tr:hover:nth-child(odd), #tbl tr:hover:nth-child(even)  {
background:#6b97a5;
background-color:#aee5fd;

} 


.tabla_css {
align:center;
width:800px;
border: 1px solid #dddddd;
background-color:#FFFFFF;

}

BODY {
color: #000000;
background: #FFFFFF;
margin-top:0px;
margin-left: 0px;
margin-right: 0px;
font-family: arial, verdana, helvetica, sans-serif;
font-weight:normal;

}




a {
color:#666;
font-weight:normal;
text-decoration: none;
}

A:HOVER {
	color:#333;
}

TD {

font-family: arial, verdana, helvetica, sans-serif;
font-size: 0.8em;



}

.TD_NORMAL {
text-align:center;
}

.TR_ADMIN {

color:#444;
}


.TR_ADMIN:hover {
background:#6b97a5;
background-color:#aee5fd;
color:#666;
}

.fecha{
font-size:10px;
font-weight: normal;
width:70px;
color:#000066;
background-color: #EEEEEE;
border-top-width: 1px;
border-right-width: 1px;
text-align:center;
}

.fecha:hover {
background-color: #EEEECC;

}

.campos{
height:18px;
width:20px;
font-size:9px;
background-color:#999999;
COLOR:#ffffff;
}

.titulares{
font-size:20px;
color:#BBBBBB;

}

.titulo_resumen{
color:#999999;
font-weight:bold;
}

.boton_plomo {
font-size:11px;
font-family:Arial;
color:#000000;
background:#bbbbbb;
border:1px;
border-color:#666666;
height:22px;
}

.boton {
font-size:11px;
font-family:Arial;
font-weight:bold;
color:#FFFFFF;
background:#666;
border:1px;
border-color:#666666;
padding:0.8em;
border-radius:5px;
margin: 0 0.5em;
}
.boton_2 {
font-size:11px;
font-family:Arial;
font-weight:bold;
color:#FFFFFF;
background:#439f5b;
border:1px;
border-color:#666666;
height:30px;
width: 150px;
}
.titulo {
font-size:13px;
color:#003366;

}

.subtitulo {
font-size:10px;
color:#000033;

}

.campo_select_chico {
font-size:10px;
font-family:Arial;
color:#000000;
background:#f0fff0;
border-color:#efefef;
height:22px;
width:50px;
}

.cabecera_categoria {
color: #ffffff;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
text-align: center;
background: #067168;
height: 20px;
}


.admin {
color: #ffffff;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 1em;
font-weight:600;
text-align: center;
background: #423359;
height: 40px;
padding:0 0.5em;


}



.subtitulo_admin{
 color:#000099;
 font-size:10px
}

.campo_texto {
font-size:1em;
font-family:Arial;
color:#666;
background:#fff;
border-color:#efefef;
height:30px;
border-radius:4px;
margin: 0.5em 0;
text-align:center;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.campo_texto_corto{
font-size:1em;
font-family:Arial;
color:#000000;
background:#f0fff0;
border-color:#efefef;
height:30px;
width:30px;
}

.campo_select {
font-size:1em;
font-family:Arial;
color:#666;
background:#fff;
border-color:#efefef;
height:30px;
width:200px;
padding:5px 0.5em;
border-radius:3px;
border: 1px solid #ccc;
text-align:left;
margin: 0.5em 0;
font-family:Arial, Helvetica, sans-serif;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}




.campo_select_corto {
font-size:12px;
font-family:Arial;
color:#666;
background:#f0fff0;
border-color:#efefef;
height:22px;
width:50px;
}



.campo_texto_largo{
font-size:1em;
font-family:Arial;
color:#666;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
border-radius:3px;
width:200px;
padding:0.5em 0.5em;
}

.campo_textarea {
font-size:10px;
font-family:Arial;
color:#000000;
background:#fff;
height:80px;
width:200px;
border-radius:3px;
margin: 0.5em 0;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}






/*Reglas para la navegación y su respectivo menú desplegable*/

ul.menu
{
	list-style:none;

}
ul.menu li
{
	position:relative;
	border:1px solid black;
	width:70px;

}
ul.menu ul
{
	position:absolute;
	left:30px;
	top:-1px;
	display:none;
	list-style:none;
}
ul.menu li:hover > ul
{
	display:block;
}

ul.menu2
{
	list-style:none;
}
ul.menu2 li{
	border:1px solid black;
}
ul.menu2 ul
{
	display:none;
	list-style:none;
}
ul.menu2 li:hover > ul
{
	display:block;
}




ul.menu_color2
{
    
	list-style:none;
	position:relative;
	
}
ul.menu_color2 li
{
	display:block;
	position:relative;
	padding:6px 5px;
	background:#686;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	border-left:1px solid #666;
	width:160px;

}
ul.menu_color2 ul
{
	position:absolute;
	left:51px;
	top:-1px;
	display:none;
	list-style:none;
}
ul.menu_color2 > li > ul
{
	position:absolute;
	left:-41px;
	top:19px;
	display:none;
	list-style:none;

}

ul.menu_color2 li:hover
{
	background:#666666;
	border-right:1px #000000;
	border-bottom:1px #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;

}
ul.menu_color2 li:hover > ul
{
	display:block;
}
ul.menu_color2 > li
{
	display:inline;
}


.menu_top {
color:#ffffff;
font-weight:normal;
text-decoration:none;
}
.menu_top:hove {

}

#tooltip{
	position:absolute;
	border:5px solid #333;
	background:#006600;
	padding:2px 5px;
	color:#fff;
	display:none;
    line-height:180%;
   
	}	
	
	
	/*tabla content*/


.Tbl{
	
	
	border-radius:3px;
    width: 100%;
	color:#666;

	

}



.Tbl .prb{
	
	border:solid 1px #eee;
	border-radius:3px;
    width: 100%;

	

}




.tblTotalesDte{
	color:#423359;
	text-transform: uppercase;
	padding-left:0.6em;

}




.Tbl input{

  
    background-image: none;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);



}



.Tbl .btn_1 {

    color: #fff;
 

}

.Tbl select{

    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	width:200px;


}



.Tbl .boton {

	font-size:11px;
font-family:Arial;
font-weight:bold;
color:#FFFFFF;
background:#666;
border:1px;
border-color:#666666;
height:40px;
width: 150px;
border-radius:5px;
margin:2em 0;

 

}




#tbl_totales{


width: 80%;
font-size:0.8em;

 

}



#tbl_totales input{




}
#tblLin-4 td{

    border: 1px solid #eee;

}



#tblLin-6 td{

    border: 1px solid #eee;

}



#info{



	margin:0.5em 0;
	background-color:#f2f2f2;
	border-radius:4px;
	


}



#info td{
	padding:0.5em;
	


}
/*tabs vertical*/


.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 99%;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}

.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 20%;
    border-radius: 4px 0 0 4px;
  
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.1em 0;
    border-width: 1px 0 1px 1px;
    overflow: hidden;
    position: relative;
    z-index: 2;
	border-radius: 0;
	padding:0 0.5em;
	left:-5px;
	background-color:#999;

	
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
	text-align:left;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
	color: #333;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 1px solid white;
	background-color: #e2e2e2;
    color: #fff;

	
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 80%;
    border-radius: 0;
    position: relative;
	left: 1.2em;
}


.filtro {
	padding:1em;
	color:#333;
}


/*factura*/


.tblDocumento{
	
	border:#eee 1px solid;
	padding:0.5em;
	border-radius: 2px;

}




.tblDocumento tr{
	
	border:0;
}




.tblEmisor td center{
	text-align:left;
	color:#666;
	padding-right:0.3em;
}





.tblRut td center{
	
	color:#423359;
	padding:0.5em;
	font-weight:600;


}




.tblRut table{

	border:#423359 2px solid;
	background:#f2f2f2;
	padding:0.5em;
}


.tblSiiFecha{
	padding-bottom:20px;
	
}

.tblReceptor {
	border:#fff 2px solid;

	
}


.tblReceptor table{
	
	background:#f2f2f2;
	padding:0.8em;
	font-weight:400;
	color:#333;
	margin:0;
	
}


.tblReceptor td{
	
	
	padding:0.3em;
	
	
}

.trHeader{
	
	background:#423359;
	padding:0.8em;
	color:#fff;
}





.trSUb {
	

	border:#eee 1px solid;
}


.trSUb td{
	

	border:#eee 1px solid;
	padding:0.3em 0;
	
	
}



.tblDetalle {
	
	border:0;
	width: 98%;
}


.tblDetalle td{
	

	border:#eee 1px solid;
	padding:0.3em 0;
	
}



.tblTotales{
	
	background:#f2f2f2;
	padding:1em;
	width:97%;
}


.tblTotales td{
	
	padding:0.5em
}


/*INGRESO factura*/

.tblFechadte {
background:#f2f2f2;
width: 100%;


}


.tblFechadte td{
background:#f2f2f2;
color:#666;
padding:0.5em;


}



.tblCliente{
	border:#eee 1px solid;
	background:#f2f2f2;
	width: 100%;


}


.tblCliente input{
	padding:0 2em;


}


.trCabecera{
	background:#423359;
	color:#fff;
	padding:0.5em;
	margin-top: 2em;
	font-weight:bold;


}


.trCabecera td center{

	font-weight:bold;
	text-align:left;
	padding:0 0.5em;


}

.trDetalleDte {
	background:#f2f2f2;
	color:#666;
	padding:0.5em;

}

.trDetalleDte input{
	margin:0.5em;
	padding:0.5em;

}
.btnAgregar{
	background:#423359;
	border:#fff 2px solid;
	color:#fff;
	border-radius:15px;
	padding:0.2em 0.8em;
	font-weight:bold;
	font-size:1.5em;
	margin-left:5em;


}


.btnBorrar{
	background:#423359;
	color:#fff;
	border-radius:15px;
	padding:0.3em;
	margin-left:1em;
	font-weight:bold;


}



.tblTotalesDte{
color:#666;
padding:0.5em;



}

.tblTotalesDte input{

margin:0.5em;
text-align:center;
padding:0.5em;



}




.tblTotalesDte td center{


font-weight:600;
background:#f2f2f2;
padding:0.5em;


}
