body {
	margin: 0px;
	background: #BEC3C6 url(../images/bullets/bg.jpg) repeat-x;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.estilo-table {
	background-image: url(../images/bullets/Header-ASC.jpg);
	border: 0px;
}
.texto-titulo {
	background-color: #999;
	color: #FFF;
	height: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.texto-lista {
	/*background-color:#ECECEC;*/
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texto-lista-detalle {
	height: 25px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.texto-lista-detalle-2 {
	background-color: #ECECEC;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menu-titulo {
	background-color: #dddada;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #899692;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #dddada;
}
.titulo {
	background-color: #dddada;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #dddada;
}
.tituloIndexador {
	background-color: #dddada;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #dddada;
}
.menu-titulo:hover {
	background-color: #e6e6e6;
	border-bottom: 3px solid #E03943;
}
a {
	text-decoration: none;
	color: #000;
}
.boton-defaul {
	outline: 0;
	border-top: 1px solid #65a9d7;
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#D73C3C), to(#E88490));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	border-radius: 2px;
	padding: 2px 5px;
	box-shadow: #000000 0 1px 0;
	text-shadow: #000000 0 1px 0;
	color: white;
	font-size: 12px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}
.botonimagen {
	background-image: url(../images/bullets/boton.fw.png);
	background-repeat: no-repeat;
	padding: 2px 5px;
	height: 100px;
	width: 100px;
	background-position: center;
	color: white;
	font-size: 12px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}
.boton-defaul-grande {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#D73C3C), to(#E88490));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	padding: 15px 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 14px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}
.boton-defaul-eliminar {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#D73C3C), to(#E88490));
	background: -webkit-linear-gradient(top, #D73C3C, #E88490);
	background: -moz-linear-gradient(top, #D73C3C, #E88490);
	background: -ms-linear-gradient(top, #D73C3C, #E88490);
	background: -o-linear-gradient(top, #D73C3C, #E88490);
	padding: 3px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 12px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}
.input-defaul[type="text"], .input-defaul[type="password"] {
	background: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(eee, #fff, #fff); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #aaa;
	box-shadow: 0 0 3px #aaa;
	padding: 3px;
	outline: 0;
	font-size: 13px;
}
.input-defaul[type="text"]:focus, .input-defaul[type="password"]:focus {
	outline: 0;
	box-shadow: 0 0 5px #41a62a;
	border-color: #41a62a
}
/*	.input-defaul[type="text"]:focus:invalid,-->
	.input-defaul[type="password"]:focus:invalid,
	.input-defaul[type="date"]:focus:invalid{
		background: #fff url(../images/ico/form/invalid.png) no-repeat 98% center;
		box-shadow: 0 0 5px #d45252;
		border-color: #b03535;
	
	}*/

.select-defaul {
	background: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(#eee, #fff, #fff); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #aaa;
	box-shadow: 0 0 3px #aaa;
	padding: 2px;
	font-size: 14px
}
.select-defaul:focus {
	outline: 0;
	box-shadow: 0 0 5px #41a62a;
	border-color: #41a62a
}
.select-01 {
	background: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(#eee, #fff, #fff); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #aaa;
	box-shadow: 0 0 3px #aaa;
	padding: 2px;
	font-size: 9px
}
.select-01:focus {
	outline: 0;
	box-shadow: 0 0 5px #41a62a;
	border-color: #41a62a;
	font-size: 12px;
}
/*	.select-defaul:focus:invalid{
		box-shadow: 0 0 5px #d45252;
		border-color: #b03535
	}*/

.tarea-defaul {
	background: rgba(255, 255, 255, 0.9);
	background: -moz-linear-gradient(#eee, #fff, #fff); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #aaa;
	box-shadow: 0 0 3px #aaa;
}
.tarea-defaul:focus {
	outline: 0;
	box-shadow: 0 0 5px #41a62a;
	border-color: #41a62a;
}
.label-defaul {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
}
.label-documento {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
.label-defaul:hover {
	color: #3868C0;
}
.tabla-estilo-form {
	background-color: #e5e5e5;
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border: 0px solid #aaa;
	box-shadow: 0 0 3px #aaa;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	margin: 1px auto 0;
}
.tabla-estilo-list {
	background-color: #e5e5e5;
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border: 0px solid #aaa;
	box-shadow: 0 0 3px #aaa;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	margin: 1px auto 0;
}
.table-detalle-estilo-list {
	background-color: #e5e5e5;
	border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border: 0px solid #aaa;
	box-shadow: 0 0 3px #aaa;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	margin: 1px auto 0;
}
.h2-defaul {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: -8px;
	text-transform: uppercase;
}
.h3-defaul {
	border-bottom: 1px solid #636378;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.style-registros {
	color: #374D95;
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 12px;
}
.texto-lista:hover {
	background-color: #BFE483;
}
.operario-impar {
	background-color: #D7D7D7;
}
.operario-par {
	background-color: #FFF;
}
.style-a-detalle {
	text-decoration: none;
	color: #3868C0;
	border-bottom: 1px solid #E03943;
}
.style-a-detalle:hover {
	color: #F00;
	border-bottom: 1px solid #E03943;
}
.style-sin-registros {
	color: #555;
	font-family: Verdana, "BitStream vera Sans", Tahoma, Helvetica, Sans-serif;
	background-color: #FFF;
}
span.hint {
	font: normal 11px/14px verdana;
	background: #eee url(bg-span-hint-gray.gif) no-repeat top left;
	color: #444;
	border: 1px solid #888;
	padding: 5px 5px 5px 40px;
	width: 250px;
	position: absolute;
	margin: -12px 0 0 14px;
	display: none;
}
.input-buscador {
	width: 250px !important;
}
.input-fecha {
	width: 75px !important;
}
.input-rut {
	width: 85px !important;
}
.input-numero {
	width: 100px !important;
}
.input-defaul-letra {
	width: 230px !important;
}
.input-letra-form {
	width: 200px !important;
}
.img-calendario {
	border: 0;
	width: 15px;
	alt: 15px;
	position: relative;
	top: 3px;
	left: 0;
}
li {
	list-style-position: inside;
}
.buntonBus {
	padding: 5px 6px;
}
.fromTitulo {
	text-indent: 60px;
	font-size: 11px;
	font-weight: bold;
}
.fromDetalle {
	font-size: 11px;
	line-height: 17px;
}
.required_notification {
	color: #FF0000;
	font-size: 11px;
	margin: 2px 0 0 0;
	letter-spacing: 1px;
	display: inline;
	float: right;
	text-transform: none
}
.titulo-detalle {
	font-family: "Arial Narrow", Arial, Verdana, SansSerif, Helvetica;
	font-size: 13px;
	color: #516062;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	line-height: 18px;
	font-weight: bold;
	padding-left: 21px;
}
.contenido-detalle {
	font-family: "Arial Narrow", Arial, Verdana, SansSerif, Helvetica;
	font-size: 13px;
	color: #516062;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	line-height: 18px;
	/*font-weight: bold;*/
	padding-left: 0px;
}
.formColor {
	background-color: #F9F5F6;
}
