@charset "utf-8";
/* CSS Document */

html,
label,
input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
}

label {
	padding-right: 14px;
	padding-left: 10px;
	font-weight: bold;
}

label.error {
	color: #FF0000;
	padding: 0 10px 0 0;
}

#siniestros label.error {
	padding: 3px 8px 0;
	position: absolute;
}

input,
textarea,
select {
	font-size: 12px;
	padding: 2px;
	margin-top: 4px;
	resize: none;
}

a {
	color: #1D536E;
}

body {
	margin: 0;
	padding: 0;
	background-position: center center;
	color: #333;
	font-family: Arial;
	font-size: 12px;
	min-height: 1024px;
	overflow-x: hidden;
	cursor: default;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

img {
	border: none
}

.clear {
	clear: both
}

.separador {
	margin: 0 15px
}

input#enviar {
	display: none;
	position: absolute;
	right: 0
}

.filtrar {
	height: 30px;
	vertical-align: top;
	display: none;
	/* Comentar esta linea para mostrar campos de búsqueda en módulos: Documentos, Agenda, etc... */
}

.filtro {
	display: none
}

#loading {
	position: absolute;
	top: 47%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #666666;
	box-shadow: 1px 1px 4px #999999;
	padding: 12px 12px 8px;
	display: none;
	opacity: 0.7;
}

hr {
	border: 0 none #ffffff;
	border-top: 1px solid #cecece;
	height: 1px;
	margin: 20px 0;
	display: block;
	clear: both;
}

.boton {
	background: #ececec;
	border-color: #CCCCCC #BBBBBB #A0A0A0;
	border-style: solid;
	border-width: 1px;
	color: #333;
	margin: 0;
	outline: medium none;
	padding: 4px 4px 1px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.boton:hover,
.boton:focus {
	border: 1px solid #939393;
	color: #000;
}

.boton>img {
	width: 12px;
}

.actual {
	background: #999;
	color: #ececec;
	border: 1px solid #666666;
}


.boton_form {
	-webkit-border-radius: 13;
	-moz-border-radius: 13;
	border-radius: 13px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: #6a6b72;
	padding: 6px 20px 6px 20px;
	border: solid #949494 1px;
	text-decoration: none;
}

.boton_form:hover {
	background: #ffffff;
	text-decoration: none;
	color: #6a6b72;
}

#opciones .boton {
	background: #E3E3E3;
	border-color: #CCCCCC #BBBBBB #A0A0A0;
	border-style: solid;
	border-width: 1px;
	color: #333;
	margin: 0 auto;
	outline: medium none;
	padding: 4px 4px 1px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	margin-right: 15px;
	line-height: 1.9em;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

#opciones .boton:hover {
	border: 1px solid #fff;
	color: #000;
}

#opciones .boton>img {
	width: 16px;
}

.field {
	margin-bottom: 20px;
}

.input {
	border: 1px solid #CCCCCC;
	margin: 0 10px 0 0;
	padding: 2px 3px;
	color: #000000;
	font-family: Arial;
	font-size: 13px;
}

.select {
	border: 1px solid #CCCCCC;
	margin: 0 10px 0 0;
	padding: 1px;
	color: #000000;
	font-family: Arial;
	font-size: 13px;
}

.input:hover,
.select:hover {
	background: #ffffe3;
}

.input:focus,
.select:focus {
	background: #ffffcc;
}

.usuario_field {
	background: url("../img/user.png") no-repeat scroll 10px 8px #FFFFFF;
}

.usuario_field:hover,
.usuario_field:focus {
	background: url("../img/user.png") no-repeat scroll 10px 8px #ffffe3;
}

.contrasena_field {
	background: url("../img/password.png") no-repeat scroll 10px 8px #FFFFFF;
}

.contrasena_field:hover,
.contrasena_field:focus {
	background: url("../img/password.png") no-repeat scroll 10px 8px #ffffe3;
}

#quita_firma {
	float: right;
	margin-top: 2px;
}

.custom-input-file {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-family: verdana;
	font-size: 12pt;
	width: 212px;
	height: 14px;
}

.custom-input-file:hover {
	background-color: #000;
	color: #fff;
}

.custom-input-file .input-file {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 10000px;
	border: 10000px solid transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	right: -1000px;
	top: -1000px;
	cursor: pointer;
}

.custom-input-file .archivo {
	height: 14px;
	background-color: #c4c4c4;
	color: #333;
	font-size: 7.5pt;
	overflow: hidden;
}

.custom-input-file:hover .archivo {
	background-color: #999;
	color: #fff;
}

.archivo>a {
	text-decoration: none;
	float: right;
	background: #fff;
}

.archivo>a:hover {
	background: #CCC;
}

#cabecera {
	padding: 5px 10px 0 10px;
	height: 66px;
	color: #333;
	border-bottom: 2px solid #CCC;
	min-width: 1240px;
}

#cabecera #logo-ceprinsa {
	float: left;
}

#cabecera #logo-iberperitas {
	float: right;
}

#cabecera a {
	color: #000;
	border: none;
}

#cabecera #user {
	position: absolute;
	width: 300px;
	text-align: center;
	top: 15px;
}

#cabecera #user h3 {
	display: inline;
}

#cuerpo {
	overflow: hidden;
	background: url(../img/bg-login.jpg) repeat;
	min-width: 1260px;
}

/* Base Styles */
#cuerpo #menu,
#cuerpo #menu ul,
#cuerpo #menu li,
#cuerpo #menu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-size: 12px;
	position: relative;
}

#cuerpo #menu a {
	line-height: 1.1;
	padding: 8px 10px;
}

#cuerpo #menu {
	width: 100px;
	float: left;
}

#cuerpo #menu>ul {
	margin-bottom: 10px;
}

#cuerpo #menu>ul>li {
	cursor: pointer;
	background: #000;
	border-bottom: 1px solid #797a80;
}

#cuerpo #menu>ul>li:last-child {
	border-bottom: 1px solid #3e3d3c;
}

#cuerpo #menu>ul>li>a {
	font-size: 12px;
	display: block;
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
	background: #6a6b72;
	background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
	background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
	background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}

#cuerpo #menu>ul>li>a:hover {
	text-decoration: none;
}

#cuerpo #menu>ul>li.active {
	border-bottom: none;
}

#cuerpo #menu>ul>li.active>a {
	background: #ececec;
	color: #990134;
	font-weight: bold;
	text-shadow: 0 1px 1px #dadada;
}

#cuerpo #menu>ul>li.has-sub>a:after {
	/*content: '';*/
	position: absolute;
	top: 20px;
	right: 10px;
	border: 5px solid transparent;
	border-left: 5px solid #ffffff;
}

#cuerpo #menu>ul>li.has-sub.active>a:after {
	right: 14px;
	top: 22px;
	border: 5px solid transparent;
	border-top: 5px solid #5d5d5d;
}

/* Sub menu */
#cuerpo #menu ul ul {
	padding: 0;
	display: none;
}

#cuerpo #menu ul ul a {
	background: #A4A4A4;
	background: -moz-linear-gradient(#BEBEBE 0%, #A4A4A4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BEBEBE), color-stop(100%, #A4A4A4));
	background: -webkit-linear-gradient(#BEBEBE 0%, #A4A4A4 100%);
	background: linear-gradient(#BEBEBE 0%, #A4A4A4 100%);
	display: block;
	color: #000000;
	font-size: 12px;
	text-shadow: 0 1px 1px #ececec;
}

#cuerpo #menu ul ul li {
	border-bottom: 1px solid #999;
}

#cuerpo #menu ul ul li.active a {
	background: #ececec;
	text-shadow: 0 1px 1px #dadada;
	color: #990134;
}

#cuerpo #menu ul ul li a {
	padding: 7px 10px;
}

#cuerpo #menu ul ul li:last-child {
	border: none;
}

#cuerpo #titulo {
	height: 37px;
	border-bottom: 1px solid #666;
	background: url(../img/bg-titulo.jpg);
}

.chrome #cuerpo #titulo {
	height: 36px;
}

#cuerpo #titulo #texto {
	margin-left: 5px;
	padding: 10px;
	text-align: center;
	color: #ececec;
	font-size: 16px;
	float: left;
	height: 17px;
	margin-right: 20px;
	font-weight: bold;
	cursor: default;
}

#cuerpo #titulo #texto span {
	text-shadow: 0 2px 2px #000000;
	text-transform: capitalize;
}

#cuerpo #titulo #iconos_estado {
	padding: 8px;
}

#cuerpo #titulo #iconos_estado img {
	width: 22px;
	height: 22px;
}

#cuerpo #titulo #opciones {
	text-align: right;
	color: #ececec;
	font-size: 16px;
	width: 300px;
	float: right;
	padding-top: 5px;
}

#cuerpo #titulo #texto #modo_insertar,
#cuerpo #titulo #texto #modo_buscar {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	margin-left: 20px;
	padding: 5px 8px 4px;
	position: relative;
	text-shadow: 0 1px 1px #000000;
	top: -2px;
}

#cuerpo #contenido {
	background-color: #ececec;
	color: #333;
	padding: 15px;
	text-align: left;
	float: right;
	position: relative;
	border-left: 1px solid #000;
	width: 90%;
}

#cuerpo #contenido #datos {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	min-height: 289px;
}

#cuerpo #contenido div.izquierda {
	float: left;
	width: 50%;
}

#cuerpo #contenido div.derecha {
	float: right;
	width: 50%;
}

#cuerpo #contenido fieldset.izquierda {
	float: left;
	width: calc(30% - 45px);
	padding: 10px 10px 0 12px;
}

#cuerpo #contenido fieldset.derecha {
	float: right;
	width: calc(70% - 45px);
	padding: 10px 10px 0 12px;
}

#cuerpo #contenido div#proformas {
	margin-top: 60px;
}

#cuerpo #contenido div#proformas table caption {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#cuerpo #contenido div#proformas table tr th,
#cuerpo #contenido div#proformas table tr td {
	padding: 5px 0;
}

#cuerpo #contenido #datos #div_firma {
	float: right;
	width: 50%;
}

#cuerpo #contenido #datos #div_firma table tr td {
	vertical-align: top;
}

#cuerpo #contenido #datos #div_firma #imagen {
	width: 212px;
	height: 106px;
	border: 1px solid #ccc;
}

/*CSS Tabs (Pestañas)*/
.contenedor_tab {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: block;
	background: #dfdfdf;
	border: 1px solid #999;
	min-height: 395px;
}

.contenedor_tab2 {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: block;
	background: #dfdfdf;
	min-height: 100px;
}

.contenedor_tab form table {
	margin-bottom: 15px;
}

.contenedor_tab2 form table {
	margin-bottom: 15px;
}

.contenedor_tab .accion {
	margin-left: 9px;
	padding: 11px 4px 0;
}

.contenedor_tab .accion img {
	width: 18px;
	height: 18px;
}

ul.tabs {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 26px;
	width: 80%;
	border-left: 1px solid #999;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
	border: 1px solid #333;
	margin-bottom: -1px;
	background: #ececec;
	overflow: hidden;
	position: relative;
	border: 1px solid #999;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	border-left: none;
}

ul.tabs li a {
	text-decoration: none;
	color: #565656;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #ececec;
	outline: none;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}

ul.tabs li a:hover {
	background: #c4c4c4;
}

ul.tabs li.activa,
ul.tabs li.activa a,
ul.tabs li.activa a:hover {
	color: #000;
	background: #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

ul.tabs li a.pendiente {
	color: #990134;
}

ul.tabs li.activa a.pendiente {
	color: #990134;
}

.contenido_tab {
	padding: 13px 10px 10px;
	width: 98.4%;
	float: left;
}

/* Pestañas (Asegurado / Perjudicado) */
.contenedor_pestanas {
	background: none repeat scroll 0 0 #DFDFDF;
	border: 1px solid #C4C4C4;
	clear: both;
	display: block;
	float: left;
	margin-left: 10px;
	width: 96%;
	margin-bottom: 10px;
}

ul.pestanas {
	float: left;
	margin: 0 10px;
	padding: 0;
	list-style: none;
	width: 96%;
	border-left: 1px solid #c4c4c4;
}

ul.pestanas li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
	border: 1px solid #333;
	margin-bottom: -1px;
	background: #ececec;
	overflow: hidden;
	position: relative;
	border: 1px solid #c4c4c4;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	border-left: none;
}

ul.pestanas li a {
	text-decoration: none;
	color: #565656;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #ececec;
	outline: none;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}

ul.pestanas li a:hover {
	background: #c4c4c4;
}

ul.pestanas li.activa,
ul.pestanas li.activa a,
ul.pestanas li.activa a:hover {
	color: #000;
	background: #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.contenido_pestana {
	padding: 13px 10px 10px;
	width: 98%;
}

/* Pestañas (Relación de fechas / Biomecánica) */
.contenedor_pestanas2 {
	background: none repeat scroll 0 0 #DFDFDF;
	border: 1px solid #C4C4C4;
	clear: both;
	display: block;
	float: left;
	margin-left: 10px;
	width: 96%;
	margin-bottom: 10px;
}

ul.pestanas2 {
	float: left;
	margin: 0 10px;
	padding: 0;
	list-style: none;
	height: 26px;
	width: 100%;
	border-left: 1px solid #c4c4c4;
}

ul.pestanas2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
	border: 1px solid #333;
	margin-bottom: -1px;
	background: #ececec;
	overflow: hidden;
	position: relative;
	border: 1px solid #c4c4c4;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	border-left: none;
}

ul.pestanas2 li a {
	text-decoration: none;
	color: #565656;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #ececec;
	outline: none;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}

ul.pestanas2 li a:hover {
	background: #c4c4c4;
}

ul.pestanas2 li.activa,
ul.pestanas2 li.activa a,
ul.pestanas2 li.activa a:hover {
	color: #000;
	background: #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.contenido_pestana2 {
	padding: 13px 10px 10px;
	width: 98%;
}

/* Pestañas (Facturas) */
.contenedor_pestanas3 {
	background: none repeat scroll 0 0 #DFDFDF;
	border: 1px solid #C4C4C4;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin: 0;
}

ul.pestanas3 {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 26px;
	width: 100%;
	border-left: 1px solid #c4c4c4;
}

ul.pestanas3 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
	border: 1px solid #333;
	margin-bottom: -1px;
	background: #ececec;
	overflow: hidden;
	position: relative;
	border: 1px solid #c4c4c4;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	border-left: none;
}

ul.pestanas3 li a {
	text-decoration: none;
	color: #565656;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	border: 1px solid #ececec;
	outline: none;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}

ul.pestanas3 li a:hover {
	background: #c4c4c4;
}

ul.pestanas3 li.activa,
ul.pestanas3 li.activa a,
ul.pestanas3 li.activa a:hover {
	color: #000;
	background: #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.contenido_pestana3 {
	padding: 13px 10px 10px;
	width: 98%;
}

/* Pestañas (Honorarios) */
.contenedor_pestanas4 {
	background: none repeat scroll 0 0 #DFDFDF;
	border: 1px solid #C4C4C4;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin: 0;
}

ul.pestanas4 {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 26px;
	width: 100%;
	border-left: 1px solid #c4c4c4;
}

ul.pestanas4 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
	border: 1px solid #333;
	margin-bottom: -1px;
	background: #ececec;
	overflow: hidden;
	position: relative;
	border: 1px solid #c4c4c4;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	border-left: none;
}

ul.pestanas4 li a {
	text-decoration: none;
	color: #565656;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	border: 1px solid #ececec;
	outline: none;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}

ul.pestanas4 li a.pendiente {
	color: #990134;
}

ul.pestanas4 li a:hover {
	background: #c4c4c4;
}

ul.pestanas4 li.activa,
ul.pestanas4 li.activa a,
ul.pestanas4 li.activa a:hover {
	color: #000;
	background: #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

ul.pestanas4 li.activa a.pendiente {
	color: #990134;
}

.contenido_pestana4 {
	padding: 13px 10px 10px;
	width: 98%;
}

/* Pestañas (Biomecánica) */
.contenedor_pestanas5 {
	background: none repeat scroll 0 0 #DFDFDF;
	border: 1px solid #C4C4C4;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin: 0;
}

ul.pestanas5 {
	float: left;
	padding: 0;
	list-style: none;
	height: 26px;
	width: 100%;
	border-left: 1px solid #c4c4c4;
	margin: 15px 0 0;
}

ul.pestanas5 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
	border: 1px solid #333;
	margin-bottom: -1px;
	background: #ececec;
	overflow: hidden;
	position: relative;
	border: 1px solid #c4c4c4;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	border-left: none;
}

ul.pestanas5 li a {
	text-decoration: none;
	color: #565656;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #ececec;
	outline: none;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}

ul.pestanas5 li a.pendiente {
	color: #990134;
}

ul.pestanas5 li a:hover {
	background: #c4c4c4;
}

ul.pestanas5 li.activa,
ul.pestanas5 li.activa a,
ul.pestanas5 li.activa a:hover {
	color: #000;
	background: #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

ul.pestanas5 li.activa a.pendiente {
	color: #990134;
}

.contenido_pestana5 {
	padding: 13px 10px 10px;
	width: 98%;
}





/*pestanas de auditoria*/
.contenedor_pestanas9 {
	background: none repeat scroll 0 0 #DFDFDF;
	border: 1px solid #C4C4C4;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin: 0;
}

ul.pestanas9 {
	float: left;
	padding: 0;
	list-style: none;
	height: 26px;
	width: 100%;
	border-left: 1px solid #c4c4c4;
	margin: 15px 0 0;
}

ul.pestanas9 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 24px;
	border: 1px solid #333;
	margin-bottom: -1px;
	background: #ececec;
	overflow: hidden;
	position: relative;
	border: 1px solid #c4c4c4;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	border-left: none;
}

ul.pestanas9 li a {
	text-decoration: none;
	color: #565656;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #ececec;
	outline: none;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}

ul.pestanas9 li a.pendiente {
	color: #990134;
}

ul.pestanas9 li a:hover {
	background: #c4c4c4;
}

ul.pestanas9 li.activa,
ul.pestanas9 li.activa a,
ul.pestanas9 li.activa a:hover {
	color: #000;
	background: #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

ul.pestanas9 li.activa a.pendiente {
	color: #990134;
}

.contenido_pestana9 {
	padding: 13px 10px 10px;
	width: 98%;
}


/*Fin Tabs (Pestañas)*/

#cuerpo #contenido #grid,
#cuerpo #contenido #grid_dietas,
#cuerpo #contenido #grid_documentos {
	margin: 0 auto;
	text-align: center;
	display: none;
}

#cuerpo #contenido #grid_agenda {
	padding-bottom: 12px;
	width: 72%;
	float: right
}

#cuerpo #contenido #opcionesTabla #filtro,
#cuerpo #contenido #opcionesTablaProformas #filtro,
#cuerpo #contenido #opcionesTablaLiquidacion #filtro,
#cuerpo #contenido #opcionesTablaCobros #filtro {
	position: relative;
	top: 17px;
}

#cuerpo #contenido #opcionesTabla #paginacion,
#cuerpo #contenido #opcionesTablaProformas #paginacion,
#cuerpo #contenido #opcionesTablaLiquidacion #paginacion,
#cuerpo #contenido #opcionesTablaCobros #paginacion {
	position: relative;
}

#cuerpo #contenido #opcionesTabla #paginacion #paginas,
#cuerpo #contenido #opcionesTablaProformas #paginacion #paginas,
#cuerpo #contenido #opcionesTablaLiquidacion #paginacion #paginas,
#cuerpo #contenido #opcionesTablaCobros #paginacion #paginas {
	float: left;
}

#cuerpo #contenido #opcionesTabla #imprimir,
#cuerpo #contenido #opcionesTablaProformas #imprimir,
#cuerpo #contenido #opcionesTablaLiquidacion #imprimir,
#cuerpo #contenido #opcionesTablaCobros #imprimir {
	float: right;
	margin-right: 140px;
	padding-right: 11px;
	line-height: 0;
}

#cuerpo #contenido #opcionesTabla #imprimir span.listado,
#cuerpo #contenido #opcionesTablaProformas #imprimir span.listado,
#cuerpo #contenido #opcionesTablaLiquidacion #imprimir span.listado,
#cuerpo #contenido #opcionesTablaCobros #imprimir span.listado {
	cursor: pointer;
	margin-left: 5px;
}

#cuerpo #contenido #opcionesTabla #paginacion #mostrar,
#cuerpo #contenido #opcionesTablaProformas #paginacion #mostrar,
#cuerpo #contenido #opcionesTablaLiquidacion #paginacion #mostrar,
#cuerpo #contenido #opcionesTablaCobros #paginacion #mostrar {
	position: absolute;
	right: 0;
	top: -8px;
	color: #666;
	cursor: default;
}

#cuerpo #contenido #opcionesTabla #paginacion #mostrar input,
#cuerpo #contenido #opcionesTablaProformas #paginacion #mostrar input,
#cuerpo #contenido #opcionesTablaLiquidacion #paginacion #mostrar input,
#cuerpo #contenido #opcionesTablaCobros #paginacion #mostrar input {
	width: 32px;
	cursor: pointer;
	text-align: right;
}

#valores_tabla,
#valores_tabla_dietas,
#valores_tabla_documentos,
#valores_tabla_tarifaplana,
#valores_tabla_tramitadores,
#valores_tabla_tarifatramos,
#valores_tabla_kilometraje,
#valores_tabla_agenda,
#valores_tabla_tarifacomplementos,
#valores_tabla_tarifainformes,
#valores_tabla_proformas,
#valores_tabla_liquidacion,
#valores_abiertos,
#valores_sinasignar,
#valores_entregados,
#valores_paralizados,
#valores_revision,
#valores_devolucion,
#valores_aclaracion,
#valores_comentarios,
#valores_tabla_cobros,
#valores_asignados {
	display: none;
}

#cuerpo #contenido table.lista,
#popup table.lista {
	border: 1px solid #CCC;
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	background: #f7f7f7;
}

#cuerpo #contenido table.lista thead,
#popup table.lista thead {
	background: #ececec;
	font-weight: bold;
	color: #333;
}

#cuerpo #contenido table.lista th.titulotabla,
#popup table.lista th.titulotabla {
	padding: 2px 3px 1px;
	border: 1px solid #CCC;
	font-size: 11px;
	line-height: 18px;
	background: #B6B6B6;
	cursor: default;
}

#cuerpo #contenido table.lista th.titulotabla a,
#popup table.lista th.titulotabla a {
	text-decoration: none;
	color: #333;
}

#cuerpo #contenido table.lista td.lineatabla,
#popup table.lista td.lineatabla {
	padding: 3px 10px;
	border: 1px solid #D6D6D6;
	max-width: 200px;
	cursor: default;
	line-height: 9px;
	height: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#cuerpo #contenido table.siniestros tr:nth-child(odd) {
	background-color: #fdfdfd;
}

#cuerpo #contenido table.siniestros tr:nth-child(even) {
	background-color: #eeeeee;
}

#cuerpo #contenido table.siniestros tr:hover {
	background: #ffffcc;
}

#cuerpo #contenido table.siniestros td.lineatabla {
	line-height: 14px;
	height: 28px;
	padding: 3px 4px;
	font-size: 11px;
	text-transform: capitalize;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#cuerpo #contenido table.facturas tr:nth-child(odd) {
	background-color: #fdfdfd;
}

#cuerpo #contenido table.facturas tr:nth-child(even) {
	background-color: #eeeeee;
}

#cuerpo #contenido table.facturas tr:hover {
	background: #ffffcc;
}

#cuerpo #contenido table.facturas td.lineatabla {
	line-height: 14px;
	height: 21px;
	padding: 4px;
	font-size: 12px;
	text-transform: capitalize;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

table#perito_biomecanica {
	float: left;
	display: none;
	text-align: center;
	border: 1px solid #c7c7c7;
	border-collapse: collapse;
}

table#perito_biomecanica td,
table#perito_biomecanica th {
	height: 23px;
	border: 1px solid #c7c7c7;
}

table#perito_biomecanica th {
	cursor: help;
}

table#restricciones {
	text-align: center;
}

table#restricciones th,
table#restricciones td {
	height: 23px;
}

table#restricciones th {
	padding: 0 8px;
	cursor: help;
}

table#restricciones tbody tr td:first-child {
	text-align: left;
}

#cuerpo #contenido #seleccionPeritos,
#cuerpo #contenido #seleccionFacturas {
	position: absolute;
	top: 42px;
}

#cuerpo #contenido #fechaEstimada {
	position: absolute;
	top: 50px;
}

#cuerpo #contenido div#opcionesFacturacion,
#cuerpo #contenido div#opcionesHonorarios {
	padding: 6px 3px;
}

#cuerpo #contenido div#opcionesFacturacion .accion,
#cuerpo #contenido div#opcionesHonorarios .accion {
	margin-left: 9px;
	padding: 11px 1px 0 4px;
}

#cuerpo #contenido table.facturacion,
#cuerpo #contenido table.honorarios,
#popup table.honorarios {
	margin: 0 auto;
	margin-bottom: 15px;
}

#cuerpo #contenido table.facturacion {
	width: 630px;
}

#cuerpo #contenido table.facturacion td.lineatabla,
#cuerpo #contenido table.honorarios td.lineatabla,
#popup table.honorarios td.lineatabla {
	line-height: 14px;
}

#cuerpo #contenido table.facturacion td.lineatabla input:focus,
#cuerpo #contenido table.honorarios td.lineatabla input:focus {
	background: #ffffcc;
}

#cuerpo #contenido table.agenda {
	border-left: 1px solid #DFDFDF;
	border-collapse: separate;
	border-bottom: none;
	background: none;
}

#cuerpo #contenido table.agenda tr {
	background: #DFDFDF;
}

#cuerpo #contenido table.agenda tr.tieneHijos td:first-child {
	border-radius: 0px 0px 0px 16px;
	-moz-border-radius: 0px 0px 0px 16px;
	-webkit-border-radius: 0px 0px 0px 16px;
	margin: 0 0 0 -16px;
}

#cuerpo #contenido table.agenda tr.padre td {
	background: #F7F7F7;
}

#cuerpo #contenido table.agenda tr.no-visible td {
	background: #999;
}

#cuerpo #contenido table.agenda tr.hija td {
	background: #fff;
}

#cuerpo #contenido table.agenda tr.hija td.sangria {
	background: #DFDFDF;
	border: none
}

#cuerpo #contenido table.agenda tr.hija td.lineatabla {
	line-height: 14px;
	padding: 2px 8px;
	font-size: 12px;
	color: #333;
	-webkit-user-select: text;
	-moz-user-select: text;
	-khtml-user-select: text;
}

#cuerpo #contenido table.agenda tr.hija.no-visible td {
	background: #999;
}

#cuerpo #contenido table.lista tr:hover td,
#cuerpo #contenido table.agenda tr.hija.no-visible:hover td {
	background: #ffffcc;
}

#cuerpo #contenido table.agenda tr.hija.no-visible td:first-child,
#cuerpo #contenido table.agenda tr.hija.no-visible:hover td:first-child {
	background: #DFDFDF;
}

#cuerpo #contenido table.agenda td.lineatabla {
	line-height: 14px;
	padding: 8px;
	font-size: 13px;
	color: #333;
	-webkit-user-select: text;
	-moz-user-select: text;
	-khtml-user-select: text;
}

#cuerpo #contenido table.agenda .adjuntos {
	border-top: 1px dashed #CCC;
	width: 100%;
	margin-top: 5px;
	font-weight: normal;
}

#cuerpo #contenido table.agenda .adjuntos a {
	font-size: 11px;
	margin: 0 10px;
	color: #900 !important;
}

#cuerpo #contenido table.agenda .adjuntos a:hover {
	color: #330000 !important;
}

#cuerpo #contenido table.video {
	border-left: 1px solid #DFDFDF;
	border-collapse: separate;
	border-bottom: none;
	background: none;
}

#cuerpo #contenido table.video tr {
	background: #DFDFDF;
}

#cuerpo #contenido table.video td.lineatabla {
	line-height: 14px;
	padding: 8px;
	font-size: 13px;
	color: #333;
	background: white;
	-webkit-user-select: text;
	-moz-user-select: text;
	-khtml-user-select: text;
}

#cuerpo #contenido table.lista td.lineatabla a {
	color: #666666;
	text-decoration: none;
}

#cuerpo #contenido table.lista td.lineatabla a:hover {
	color: #000000;
}

#cuerpo #contenido table.lista td.vacio {
	color: #333333;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background: #F7F7F7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#login {
	width: 390px;
	margin: 15% auto 1em;
	padding: 0;
	height: 250px;
	background: #ffffff;
	color: #333;
	border: #ccc 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 10px 14px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 12px rgba(0, 0, 0, .4);
	text-align: center;
}

#login h1 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#login form {
	margin: 0 auto;
	width: 80%;
}

#login .input {
	padding: 6px 4px 6px 35px;
	width: 80%;
}

#login .input:focus {
	border: #009 1px solid;
}

#login .boton {
	margin: 0 20px 0 20px;
}

#login #error {
	font-weight: bold;
	color: #C00;
	border: none;
	background: none;
	margin: 0;
	position: relative;
	top: 0;
	float: right;
	width: 100%;
	text-align: center;
}

#pie {
	border-top: 1px solid #999;
	background: #CCC;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 100%;
	height: 22px;
}

#pie p {
	margin: 2px 0 0;
	padding: 0;
	color: #333;
}

#pie a {
	color: #000;
}

.info {
	font-size: 10px;
}

#resultado {
	color: #333333;
	height: 32px;
	padding: 2px;
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
	/* Para no tapar los botones: */
	margin-left: 20%;
	width: 60%;
}

#resultado img {
	left: 10px;
	position: relative;
	top: 2px;
}

#resultado span {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	position: relative;
	top: 9px;
}

#fondo {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	display: none;
	z-index: 998;
}

#popup,
#popup_detalle,
#popup_proformas,
#popup_mail,
#popup_ruta,
#popup_informe,
#popup_seleccion_perito,
#popup_cobro,
#popup_cobro_agrupado,
#popup_ampliacion,
#popup_honorarios,
#popup_liquidacion,
#popup_crear_ruta,
#popup_cambio_perito,
#popup_cambio_vehiculo,
#popup_vincular_proformas,
#popup_reimprimir_facturas,
#popup_fecha_estimada {
	position: absolute;
	top: 0;
	display: none;
	background: none repeat scroll 0 0 #ECECEC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #666666;
	box-shadow: 1px 1px 4px #999999;
	color: #333;
	margin: 0 auto;
	padding: 20px;
	z-index: 999;
	text-align: center;
}

#popup span,
#popup_proformas span,
#popup_mail span,
#popup_ruta span,
#popup_informe span,
#popup_seleccion_perito span,
#popup_cobro span,
#popup_cobro_agrupado span,
#popup_ampliacion span,
#popup_honorarios span,
#popup_liquidacion span,
#popup_crear_ruta span,
#popup_cambio_perito span,
#popup_cambio_vehiculo span,
#popup_vincular_proformas span,
#popup_reimprimir_facturas span,
#popup_fecha_estimada span {
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 15px;
	text-shadow: 0 1px 0 #ECECEC;
}

#popup_ampliacion input.MultiFile {
	margin-bottom: 15px;
}

#popup #codigos_postales table,
#popup #siniestros_coincidentes table,
#popup #cobros_realizados table {
	border: 1px solid #CCC;
	width: 100%;
	border-collapse: collapse;
	background: #f7f7f7;
	margin-top: 15px;
}

#popup #cobros_realizados table thead td {
	background: #c9c9c9;
	color: #000;
	font-weight: bold;
	text-transform: capitalize;
	padding: 6px 10px;
	border: 1px solid #D6D6D6;
}

#popup #cobros_realizados table tbody td {
	padding: 6px 10px;
	border: 1px solid #D6D6D6;
}

#popup_mail table .adjuntos {
	font-weight: normal;
}

#popup_mail table .adjuntos a {
	font-size: 10px;
	margin: 0 10px;
	color: #900 !important;
	display: block;
}

#popup_mail table .adjuntos a:hover {
	color: #330000 !important;
}

#popup #codigos_postales table tr:hover,
#popup #siniestros_coincidentes table tr:hover {
	background: #ffffcc;
}

#popup #codigos_postales table tr td,
#popup #siniestros_coincidentes table tr td {
	padding: 3px 10px;
	border: 1px solid #D6D6D6;
	cursor: pointer;
	height: 20px;
}

#popup_detalle #detalle_comentario #detalle_toolbar3,
#popup_detalle #detalle_comentario .mceToolbarRow3 {
	display: none !important
}

#popup_detalle #detalle_comentario tr.mceFirst td.mceToolbar table.mceListBox {
	margin-bottom: 0 !important
}

#popup_detalle #detalle_comentario tr.mceFirst td.mceToolbar {
	padding: 3px 3px 2px 1px !important
}

#popup_detalle #detalle_comentario tr.mceFirst td {
	padding: 4px 1px 0 !important
}

#mce_fullscreen_container table#mce_fullscreen_tbl tr.mceFirst td.mceFirst {
	height: 36px !important
}

#mce_fullscreen_container table#mce_fullscreen_tbl tr.mceFirst td.mceToolbar {
	padding: 1px !important
}

#mce_fullscreen_container table#mce_fullscreen_tbl tr.mceFirst td {
	padding: 1px !important
}

#mce_fullscreen_container table.mceToolbarRow3 {
	display: none !important
}

noscript {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	z-index: 998;
}

noscript div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #666666;
	box-shadow: 1px 1px 4px #999999;
	color: #333;
	margin: 0 auto;
	padding: 20px;
	z-index: 999;
	text-align: center;
}

fieldset {
	padding: 5px 5px 0 5px;
	margin: 5px 10px 10px;
	border: 1px solid #BDBDBD;
}

fieldset legend {
	padding: 5px;
	text-shadow: 0 1px 1px #FFFFFF;
	cursor: default;
}

fieldset#info legend {
	font-weight: bold;
}

.MultiFile-label {
	display: table;
	margin: 0 0 10px 0;
}

.MultiFile-remove {
	vertical-align: middle;
}

#cabecera_ruta {
	width: 68%;
	text-align: left;
	margin-top: 15px;
	float: left
}

#documentos_ruta {
	text-align: left;
	width: 32%;
	float: right;
	margin-top: 10px
}

#tickets {
	height: 100%;
	padding: 5px 10px;
	text-align: left;
	min-height: 98px
}

#contenido_ruta {
	width: 66%;
	text-align: left;
	padding: 1%;
	float: left;
}

#contenido_ruta .localidad table td a {
	padding: 0 8px
}

#ruta {
	text-align: left;
	width: 30%;
	float: right;
	padding: 1%
}

#ruta label {
	display: block;
	margin-bottom: 10px;
	padding-left: 0
}

#ruta label a.activa {
	color: #CC0033
}

#panel_estado {
	height: 36px;
	position: absolute;
	right: 12px;
	text-align: right;
	top: 5px;
	padding: 0 1px 0 8px;
}

#panel_estado #avance_reclamacion,
#panel_estado #avance_aclaracion {
	position: relative;
	display: none;
	float: right;
}

#panel_estado #avance_reclamacion span,
#panel_estado #avance_aclaracion span {
	font-weight: bold;
	position: relative;
	text-shadow: 0 1px 1px #DADADA;
	top: -10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: default;
}

#panel_estado #avance_reclamacion img,
#panel_estado #avance_aclaracion img {
	margin: 0 2px;
	position: relative;
	cursor: pointer;
}

#panel_estado #avance_reclamacion #dias_reclamacion,
#panel_estado #avance_aclaracion #dias_aclaracion {
	color: #990134;
	font-size: 15px;
}

#panel_estado #semaforo {
	display: none;
	margin-left: 20px;
	float: right;
}

#panel_estado #caducidad {
	display: inline;
	float: right;
}

#cuerpo #contenido #permisos {
	padding: 5px 0;
}

#cuerpo #contenido #permisos .izquierda {
	width: 25%;
	height: 100%;
}

#cuerpo #contenido #permisos .izquierda #id_perito {
	max-width: 95%;
	padding: 4px;
}

#cuerpo #contenido #permisos .izquierda #id_perito option {
	padding: 1px;
}

#cuerpo #contenido #permisos .derecha {
	width: 75%;
	height: 100%;
}

#cuerpo #contenido #permisos .derecha .tabs {
	width: 100%;
}

#cuerpo #contenido #permisos .derecha table {
	width: 98% !important;
	margin-left: 7px !important;
	margin-top: 20px !important;
}

#cuerpo #contenido #permisos .derecha table.facturas td.lineatabla {
	padding: 4px 10px !important;
}

#cuerpo #contenido ul.misSiniestros {
	height: 33px;
	width: 100%;
	opacity: 0;
}

#cuerpo #contenido ul.misSiniestros li {
	height: 32px;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	outline: none;
}

#cuerpo #contenido ul.misSiniestros li a {
	font-size: 10px;
	font-weight: bold;
	padding: 4px 8px;
}

#cuerpo #contenido ul.misSiniestros li a span {
	font-weight: bold;
	color: #333;
	font-size: 11px;
	margin-right: 6px;
}

.chrome input.multi {
	height: 20px;
	margin-bottom: 15px;
	width: 76px;
	border-right: 1px solid #999;
	padding: 0 0 1px 0;
}

.chrome input.multi:hover {
	border-right: 1px solid #666;
}

.chrome input#archivos_ampliacion {
	margin-right: 230px;
}

.chrome input#archivo_documento,
.chrome input#archivos,
.chrome input#archivo_documentoReset {
	width: 68px;
	padding: 0;
}

table.informes tr td.botones {
	line-height: 0;
}

table.informes tr td.botones span.listado {
	cursor: pointer;
	margin-left: 5px;
}

#total_proformas,
#total_cobros,
#total_liquidacion,
#imprimir_facturas {
	background: none repeat scroll 0 0 #666666;
	border: 1px solid #999999;
	bottom: 100px;
	color: #FFFFFF;
	font-weight: bold;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: fixed;
	text-align: center;
	width: 99px;
	display: none;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	/* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: rgb(31, 30, 30);
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;

	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -40px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.disabled {
	pointer-events: none;
	cursor: default;
	color: #999;
	text-decoration: none;
	opacity: 0.6;
}