/*********************************************************************************************************/
/* Pagina en general */
/*********************************************************************************************************/
* { margin: 0; padding: 0; outline: 0 }

body{
	background: #fff url(content-wrap.jpg) repeat-x;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;	
}

a:link { text-decoration: none;
color: #0A0A0A;}
a:visited { color:darkblue }
a:hover { text-decoration: underline }  

p {	font-family:Arial, Helvetica, sans-serif }

#contenedor{
	margin: 0;
	text-align: center;
}

#encabezado{
	width: 100%;
	margin: auto;
	text-align: center;
	position:relative;
	z-index:9999;
}

#contenido{
	width: 100%;
	height: 60%;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	top: 60px;
	padding-bottom: 50px;
}

#pie{
	width: 100%;
	clear: both;
	border-top: 2px solid #000;
	background: #F0F0F0;
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    z-index: 111111;
}

form {
	margin:10px; padding: 5px 5px;
	background: #F5F5F5;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1.1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#222;
    resize: none;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	margin: 5px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
	text-align: center;
}

input[type="button"], input[type="reset"], input[type="submit"] {
display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    background-image: linear-gradient(top, #eee, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1.1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: .2em;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
	color: #ccc;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #ddd;        
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');        
}

input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus{
	border-color: #599cd8;
	background-color: #FAFFBD;
	outline:0;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
	border-bottom: 2px solid #000;
	background: #F0F0F0;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 5px;		
	margin: 5px;
}

/*********************************************************************************************************/
/* Formularios en general */
/*********************************************************************************************************/
.username:focus, .username:hover{
	background-color:#F1F8FC;
}

.password{
	background-image: url(images/16s.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}

.password:focus, .password:hover{
	background-color:#F1F8FC;
}

/*********************************************************************************************************/
/*Imagenes sin bordes*/
/*********************************************************************************************************/
img {
	border: 0px;
}

/*********************************************************************************************************/
/* Tablas */
/*********************************************************************************************************/
table {
	border-collapse: collapse;
	margin: 5px 5px 5px 5px;
	color:#0A0A0A;
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: center;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
	font-size: 11px;
	text-align: center; 
}

table tr:hover  {
	background-color: #357eb9;
	color: #fff !important;
}

td {
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}

tr:nth-child(even) {background: #F8F8F8}
tr:nth-child(odd) {background: #EFEFEF}

tr.par {background: #F8F8F8}
tr.impar {background: #EFEFEF}

tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}

/* Distinto color para las filas con personas en estado de "Baja" */
tr.baja{
	background-color: #FFE3E8;
}

td.izq{
	text-align: left;
}

td.der{
	text-align: right;
}

/* Distintos colores para las filas segun se necesite */
table .resaltado_rojo{
	background-color:#F08080;
	color:#0A0A0A;
}

table .resaltado_amarillo{
	background-color:#FFFACD;
	color:#0A0A0A;
}

table .resaltado_verde{
	background-color:#90EE90;
	color:#0A0A0A;
}

table .pendiente_confirmacion{
	background-color:#FFE2CD;
	color:#0A0A0A;
}

table .service_en_curso{
	background-color:#FFFACD;
	color:#0A0A0A;
}

table .resaltado_azul{
	background-color:#1BA8E0;
	color:#0A0A0A;
}
table .reclamo_pendiente{
	background-color: #FFFFE0;
	color:#0A0A0A;
}

#reclamos{
	width:75%;
	border-spacing: 1px;
}

.prioridad_1{
	text-align: center;
	border-style:solid;
	border-width: 0 0 1px 0;
	background-color: #1BA8E0;
	color:#0A0A0A;
}
.prioridad_2{
	text-align: center;
	border-style:solid;
	border-width: 0 0 1px 0;
	background-color: #99CCFF;
	color:#0A0A0A;
}
.prioridad_3{
	text-align: center;
	border-style:solid;
	border-width: 0 0 1px 0;
	background-color: #90EE90;
	color:#0A0A0A;	
}
.prioridad_4{
	text-align: center;
	border-style:solid;
	border-width: 0 0 1px 0;
	background-color: #FFFF00;
	color:#0A0A0A;	
}
.prioridad_5{
	text-align: center;
	border-style:solid;
	border-width: 0 0 1px 0;
	background-color: #F08080;
	color:#0A0A0A;	
}

/*********************************************************************************************************/
/* Demas cosas en general */
/*********************************************************************************************************/
.buttons
  {
  background: #e3e3db;
  font-size:12px; 
  color: #989070; 
  padding: 6px 14px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff #d8d8d0 #d8d8d0 #fff;
  text-decoration: none;
  text-transform:uppercase;
  font-weight:bold;
  }

.caja-fija{
 	position:fixed;
 	top: 10px;
    right: 10px;
    width: 250px;
 	line-height:13px;
 	padding:2px 6px;
 	background: #ffcc00;
 	color:#111;
 	border-radius:10px;
 	font-size:12px;
 	font-weight:bold;
 	font-family:Arial,sans-serif;
 	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
 	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 0 rgba(0,0,0,0.5);
 	z-index:10000;
}

#boton_mostrar{
	position:fixed;
 	top: 150px;
    left: 10px;
 	z-index:10000;
	padding: 5px;
	
	background: #898b8c;
  	background-image: -webkit-linear-gradient(top, #898b8c, #353738);
  	background-image: -moz-linear-gradient(top, #898b8c, #353738);0
  	background-image: -ms-linear-gradient(top, #898b8c, #353738);
  	background-image: -o-linear-gradient(top, #898b8c, #353738);
  	background-image: linear-gradient(to bottom, #898b8c, #353738);
  	-webkit-border-radius: 10;
  	-moz-border-radius: 10;
  	border-radius: 10px;
  	font-family: Arial;
  	font-weight: bold;
  	color: #ffffff;
  	font-size: 13px;
  	padding: 5px;
  	text-decoration: none;
}
#boton_mostrar a{
	color: #ffffff;
}

.caja-reclamos{
    width: 100%;
    margin: 5 auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

.console {
	font-family:Courier;
	font-weight:bold;
	font-size:15px;
	color: #CCCCCC;
	background: #000000;
	border: 3px double #CCCCCC;
	padding: 10px;
	text-align: left;
}

/*********************************************************************************************************/
/* Para que se vea un mensaje emergente cuando se pasa por encima de algún elemento */
/*********************************************************************************************************/
#dhtmltooltip {
    position: absolute;
    width: 160px;
    border: 2px solid #F8D996;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    padding: 2px;
    background-color: lightyellow;
    color:#333;
    font-family:"Lucida Grande",Arial,sans-serif;
    font-size:12px;
    font-style:oblique;
    text-align: center;
    padding: 1em;
    visibility: hidden;
    z-index: 10005;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/*********************************************************************************************************/
/* Solapas para separa los distintos tipos de servicios */
/*********************************************************************************************************/
#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 .5em 0 0;
}

#tabs a {
  position: relative;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: .2em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 1px 0 0 0;
  box-shadow: 0 1px 1px rgba(0,0,0,.4);
  font-family:arial;
  font-size:14px;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background: #FFF;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  box-shadow: 1px 1px 1px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 1px 0 0;  
}

#tabs #current a,
#tabs #current a::after {
  background: #e0ffff;
  z-index: 3;
}

/*********************************************************************************************************/
/* Estilo para determinar el contenido de una solapa */
/*********************************************************************************************************/
#content {
  background: #fff;
  padding: .5em;
  position: relative;
  z-index: 2;
  border-radius: 0 1px 1px 1px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .5);
}

/*********************************************************************************************************/
/* Reclamo modal */
/*********************************************************************************************************/
.overlay-container {
	display: none;
	content: " ";
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
	z-index: 10000;
}

.window-container {
	display: block;
	background: #fcfcfc;
	margin: 8em auto;
	width: 700px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	z-index: 10003;
	border-radius: 3px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-ms-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	opacity: 0;
}

.zoomin {
	-webkit-transform:  scale(1.2);
	-moz-transform:  scale(1.2);
	-ms-transform:  scale(1.2);
	transform:  scale(1.2);
}

.zoomout {
	-webkit-transform:  scale(0.7);
	-moz-transform:  scale(0.7);
	-ms-transform:  scale(0.7);
	transform:  scale(0.7);
}

.window-container-visible {
	-webkit-transform:  scale(1);
	-moz-transform:  scale(1);
	-ms-transform:  scale(1);
	transform:  scale(1);
	opacity: 1;
}

.window-container h3 {
	margin: 1em 0 0.5em;
	font-family: "Oleo Script";
	font-weight: normal;
	font-size: 25px;
	text-align: center;
}
			
.cerrar{
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
 }

.cerrar:hover { background: #00d9ff; }
 
/*********************************************************************************************************/
/* Dropline menu */
/*********************************************************************************************************/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dropline {								/* Estilo de la lista no numerada con id=dropline */
	padding:0 0 0 30px;
	margin:0 0 0 0px;
	list-style:none;
	height:40px;
	width:100%;
	background:url(ulback.gif) repeat-x;
	position:fixed;
}
#dropline table {
	border-collapse:collapse: width:0;
	height:0;
	margin:-3px -10px;
}
#dropline li {							/* Estilo de los items de la primer fila (titulos) */
	float:left;
}
#dropline li a {						/* Estilo de los enlaces dentro de la primer fila */
	display:block;
	height:40px;
	line-height:40px;
	padding:0 20px 0 0;
	float:left;
	color:#fff;
	text-decoration:none;
	font-family:tahoma, sans-serif;
	font-size:12px;
}
#dropline li a b {						/* Estilo para los enlaces que tienen el tag <b> (bold) */
	display:block;
	height:40px;
	float:left;
	padding:0 0 0 20px;
	cursor:pointer;
}
#dropline li a:hover {					/* Estilo para cuando pasan el cursor por encima de los enlaces de los
										  items de la primer fila */
	background:url(tab_a.gif) no-repeat right top;
	line-height:36px;
	height:44px;
}
#dropline li a:hover b {
	background:url(tab_b.gif) no-repeat left top;
	line-height:36px;
}
#dropline li:hover > a {
	background:url(tab_a.gif) no-repeat right top;
	line-height:36px;
	height:44px;
}
#dropline li:hover > a b {
	background:url(tab_b.gif) no-repeat left top;
	line-height:36px;
}
#dropline ul {					/* Estilo para los elementos de la segunda fila */
	padding:0; margin:0;
	list-style:none;
	position:absolute;
	height:25px;
	width:100%;
	background:#f8f8f8;
	left:-9999px;
	top:44px;
	z-index:10;
	border-bottom:1px solid #fff;
}
#dropline ul li {
	height:25px;
	line-height:25px;
}
#dropline ul.right li {
	float:right;
}
#dropline ul li a {
	color:#000;
	padding:0 10px 0 10px;
	height:25px;
	line-height:25px;
	border-right:1px solid #e60;
	font-weight:bold;
	font-size:11px;
}
#dropline ul li a:hover {			/* Estilo para cuando pasamos el mouse por los elementos de la segunda fila */
	height:25px;
	line-height:25px;
	background:transparent;
	color:#c60;
}
#dropline ul.right li a {
	border-left:1px solid #e60;
	border-right:0;
}
#dropline ul li a.last {
	border:0;
}
#dropline :hover ul {
	left:0;
}
#dropline li.current ul {
	left:0;
	z-index:1;
}
#dropline li.current a {
	background:url(tab_a.gif) no-repeat right top;
	line-height:36px;
	height:44px;
}
#dropline li.current a b {
	background:url(tab_b.gif) no-repeat left top;
	line-height:36px;
}
#dropline li.current ul li a {
	color:#000;
	padding:0 10px 0 10px;
	height:25px;
	line-height:25px;
	background:transparent;
}
#dropline li.current ul li.current_sub a {
	color:#c60;
}
#dropline li.current ul li a:hover {
	color:#c60;
}
/*********************************************************************************************************/
/* Estilo para datatables (plugin de jquery) */
/*********************************************************************************************************/
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: right;
  margin-right: 40%;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-right: 40%;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  margin-right: 40%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}


/* Estilo de tabla normal*/
.normal_tabla {
    border-collapse: collapse; 
    border: none;
    background: #FFFFFF;
    background-color: #FFFFFF;
}
.normal_tabla th, .normal_tabla td, .normal_tabla tr{
    border: none;
    background: none;
    background-color:none;
}
.normal_tabla tr:hover  {
    background: none;
    color: black !important;
}

/* Estilo de formulario normal */
.normal_form {
    margin:10px; padding: 5px 5px;
    background: #FFFFFF;
}

/*Tabla para realizar pruebas*/
.normal_tabla1 {
    border-collapse: collapse; 
    border: none;
    background: #FFFFFF;
    background-color: #FFFFFF;
}


@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*********************************************************************************************************/
/* Estilo para campos de texto
/*********************************************************************************************************/
.campo_no_valido {
	border: 1px solid red;
	background: #FFA8A8;
}
.campo_valido {
	border: 1px solid green;
	background: #A4F0B7;
}
/*********************************************************************************************************/
/* Estilo para tooltip
/*********************************************************************************************************/
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}
.tooltip2{
    display: block;
    position: absolute;
    right:0;
    background-color: #EDEDED;
    padding: 5px;
	color:black;
	width: 20%;
}
