body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FDFDFF;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
	vertical-align: middle;
	margin-right: 4px;
}

a {
	color: #257AAD;
}

.autentia {
	display: none;
}

#contenedor {
	font-size: 11px;
	padding-bottom: 30px;
	width: 1004px;
	/*background-image: url("../img/fondo.png");
	background-position: right bottom;
	background-repeat: no-repeat;*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	height: auto!important; /* para los browsers buenos */
	height: 560px; /* para IE5+ */
	min-height: 560px; /* para los browsers buenos */
}

.clear {
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header {
	margin-bottom: 0px;
	padding: 0px;
	background: url(../img/fondo_menu.png);
	background-repeat: repeat-x;
	color: #F3F3F3;
}

#header ul li {
	float: left;
	padding-right: 10px;
	padding: 5px 6px 0px 6px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}

#header ul li a {
	color: #F3F3F3;
	text-decoration: none;
}

#header ul li a:hover {
	color: #F3F3F3;
	text-decoration: underline;
}

#header .menu_izq {
	float: left;
}

#header .menu_der {
	float: right;
}

#header .menu_der ul li a {
	text-decoration: none;
}

#header .menu_der ul li a:hover {
	text-decoration: underline;
}

#header .menu_der ul li a.usuario {
	font-weight: bold;
}

#body {
	padding: 0px 0 0 10px;
}

#body .bloque {
	background: url(../img/abajo-derecha.png) no-repeat bottom right;
	margin-top: 10px;
	margin-bottom: 20px;
}

#body .bloque .cuerpo {
	background: url(../img/abajo-izquierda.png) no-repeat bottom left;
	margin: 0 0 1em 0;
	padding: 0 15px 5px 15px;
	margin-bottom: 15px;
	width: 710px;
}

#body .bloque .cuerpo .mayusc {
	text-transform: uppercase;
}

#body .bloque .cuerpo input, select, textarea {
	font-size: 11px;
	color: #6F6F6F;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 5px;
	vertical-align: middle;
}

#body .bloque .cuerpo input {
	padding-top: 2px;
}

#body .bloque .cuerpo div {
	margin-bottom: 4px;
}

#body .bloque .cuerpo div div {
	margin-top: 10px;
}

#body .cuerpo label {
	padding-right: 5px;
}

#body .bloque .cuerpo .etiqueta {
	margin-right: 5px;
}

#body .bloque .encabezado {
	background: url(../img/arriba-derecha.png) no-repeat top right;
	margin: 0;
	padding: 0;
}

#body .bloque .encabezado div {
	background: url(../img/arriba-izquierda.png) no-repeat top left;
	margin: 0;
}

#body .bloque .encabezado h2 {
	display: inline;
	background: url(../img/fondo-titulo.png) repeat-x;
	position: relative;
	top: -0.7em;
	left: 2em;
	margin: 0;
	font-size: 12px;
	color: #3D5985;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

.menu_nav {
	float: right;
	clear: both;
	width: 999px;
	background-color: #87B8D6;
	color: white;
	text-align: right;
	margin-bottom: 1px;
	padding-right: 5px;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
}

.menu_nav .crumbs {
	float: left;
	color: #FFFFFF;
	padding-left: 5px;
}

.menu_nav .crumbs .divisor {
	color: #FFFFFF;
	font-size: 10px;
}

.menu_nav .crumbs a {
	color: #FFFFFF;
	text-decoration: none;
}

.sombra {
	float: left;
	width: 100%;
	height: 9px;
}

.izquierda {
	float: left;
	width: 77%;
}

.derecha {
	padding-left: 5px;
	float: right;
	width: 22%;
	color: #666666;
	font-size: 10px;
}

.derecha h4 {
	font-size: 11px;
}

.derecha ul {
	margin: 10px;
}

div.derecha div.logo {
	text-align: center;
	padding-bottom: 10px;
}

.message-error {
	background-color: #FFDEDE;
	border: 1px solid #FF5858;
	padding: 5px;
	margin-top: 1px;
	text-align: left;
	width: 98% !important;
}

.message-success {
	background-color: #D0E5B8;
	border: 1px solid green;
	padding: 5px;
	text-align: left;
	margin-top: 1px;
	width: 98% !important;
}

.message-info {
	background-color: #ddeff4;
	border: 1px solid #a2e2f4;
	padding: 5px;
	text-align: left;
	margin-top: 1px;
	width: 98% !important;
}

.message {
	background-color: #FFEFB7;
	border: 1px solid #DEAE00;
	padding: 5px;
	text-align: left;
}

#flashMessage {
	margin-bottom: 15px;
	width: 100%;
}

.error {
	border: 1px solid #FF5858;
	background-color: #FFDEDE;
	padding: 5px;
	text-align: left;
	margin-top: 5px;
}
.alerta {
	border: 1px solid #DEAE00;
	background-color: #FFEFB7;
	padding: 5px;
}

.oculto {
	display: none;
}

.centrado {
	text-align: center !important;
}

.boton {
	cursor: pointer;
	padding: 0px !important;
	margin-right: 5px !important;
}

#desplegar_menu_roles {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	vertical-align: middle;
}

#menu_roles {
	position: absolute;
	z-index: 1000;
	border: 1px solid #999;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 5px;
	width: 170px;
	font-weight: bold;
}

#menu_roles .rol {
	padding: 2px 2px 2px 10px;
	height: 17px;
	line-height: 17px;
	margin-bottom: 2px;
}

#menu_roles .rol:hover {
	background-color: #C3DAE9;
}

#menu_roles .titulo {
	font-size: 11px;
	color: #999;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#menu_roles .rol .seleccionado {
	color: #39c;
}

#menu_roles .rol .seleccionado:hover {
	color: #004080;
}

#menu_roles .rol a {
	text-decoration: none;
	color: #000;
}

#menu_roles .rol a:hover {
	text-decoration: none;
	color: #004080;
}

#div_redireccionar {
	width: 320px;
	background-color: #FFEFB7;
	border: solid 1px #A7CC30;
	padding: 5px;
	text-align: center;
	position: absolute;
	z-index: 1000;
	left: 40%;
	top: 5px;
}

/* Modalbox buscar personas */
#buscarPersona {
	text-align: center;
}

#buscarPersona .filtros {
	margin: 0 auto;
}

#buscarPersona table.listado_registros thead th.rut {
	width: 80px;
}

#buscarPersona table.listado_registros thead th.nombre {
	width: 520px;
}

#buscarPersona table.listado_registros thead th.acciones {
	width: 50px;
}

#buscarPersona table.listado_registros tr.registro:hover {
	background-color: #FFF;
}

/* Listados de registros */
table.listado_registros {
	border: 0px;
	width: 100%;
}

table.listado_registros thead {
	height: 17px;
	font-size: 10px;
	background-color: #B2D1E4;
}

table.listado_registros thead th {
	text-align: center;
	padding: 3px;
}

table.listado_registros tbody tr.registro td {
	text-align: left;
	padding: 8px;
}

table.listado_registros tbody tr.registro:nth-child(2n+1) td {
	background-color: #FFFFFF;
}

table.listado_registros tbody tr.registro:hover td {
	background-color: #f3eed1;
}

table.listado_registros tbody tr.registro td.acciones {
	text-align: center;
}

table.listado_registros tbody tr.lme_devuelta td {
	background-color: #fd7d7d !important;
}

td.listado_par {
	text-align: center;
	padding: 3px;
	background-color: #c0ffff;
	width: 0px;
}

td.listado_impar {
	text-align: center;
	padding: 3px;
	background-color: #FFFFFF;
	width: 0px;
}

td.listado_par_txt_e {
	text-align: left;
	background-color: #c0ffff;
	width: 0px;
	margin-right: 10%
}

td.listado_impar_txt_e {
	text-align: left;
	background-color: #FFFFFF;
	width: 0px;
	margin-right: 35%
}

td.listado_par_det {
	background-color: #c0ffff;
	width: 0px;
}

td.listado_impar_det {
	background-color: #FFFFFF;
	width: 0px;
}

.Descarga-ad {
	border-collapse: collapse;
	text-align: center;
	border-color: #58ACFA;
	font-family: Arial, Helvetica, sans-serif;
	color: #354FB4;
}

span.txt_izq{

	margin-left: 33%;
}

span.txt_izq_est{
	margin-left: 60%;
}

td.detalle{
	display: inherit;
}

/* Paginador */
.paginador {
	margin-top: 10px;
	text-align: center !important;
	color: #999 !important;
}

.paginador a {
	color: #257AAD !important;
	text-decoration: none !important;
}

.paginador a:hover {
	text-decoration: underline !important;
}

.paginador .current {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.paginador .prev {
	margin-right: 10px;
}

.paginador .next {
	margin-left: 10px;
}

.boton-azul {
	cursor: pointer;
	display: inline-block;
	margin-right: 0.1em;
	overflow: visible;
	padding: 5px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	font-size: 12px !important;
}

/* hack para IE6 para que los select queden abajo del div del modalbox */
.iframe_modalbox {
	display: none; /*sorry for IE5*/
	display: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	top: 0; /*must have*/
	left: 0; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	width: 2000px; /*must have for any big value*/
	height: 3000px; /*must have for any big value*/
}

.marca_ambiente_pruebas {
	background-color: #D01F3C;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	margin-bottom: 1px;
}

.form_filtro .input{
	width:auto;
	float: left;
	padding: 0;

}
.form_filtro label {
	display: inline-block;
		padding-right: 5px;
		text-align: left;
}

.form-vertical label{
	display: inline-block;
		padding-right: 5px;
		text-align: right;
		width: 120px;
}

.form-horizontal label{
	display: inline-block;
		padding-right: 5px;
		text-align: right;
		width: 120px;
	float: left;
}

.form-horizontal .input {
	width:auto;
	float: left;
	padding: 0;
}

/*Botones */
.botones {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background-color:#3d94f6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}.botones:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background-color:#1e62d0;
}.botones:active {
	position:relative;
	top:1px;
}

.botonera {
	display: block;
	height: auto;
	text-align: right;
	margin-top: 5px;
}

.right {
	float: right;
}

.left {
	float: left;
}

fieldset {
	border-top: 1px solid #dddddd;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

#tooltip {
	font-size: 12px;
	position: absolute;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 5px;
	color: #333;
	display: none;
}

.parcial {
	background-color: #E3DFD4 !important;
}

.color_input_error{
	background-color: #FFDEDE;
}

.alerta {
    text-align: left;
    font-weight: bold;
}

.mensajes_asegurador {
    text-align: left;
}
.mensajes_asegurador ul {
    list-style-type: circle;
    margin-left: 10px;
    margin-top: 10px;
}

#calendario.ui-datepicker{
	display: block;
}

.elemento-especialidades {
	margin-top: -10px !important;
	padding: 0 !important;
}

.elemento-agregar {
	margin-left: -20px !important;
	padding: 0 !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.row-profesionales {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: 12px;
}

.row.g-0,.row.g-0 [class*="col-"],.row.g-0 .col {
padding:0;
margin:0;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}


.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.text-end
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.cp{
	cursor: pointer;
}

.modal:not(.show) .btn-close {
    display: none;
}