/*-------------------------------------------------------------------
Nombre: base.css
Descripcion:
Dependencias---------------------------------------------------------
CSS -> 
JS --> 
PHP -> 
HTML->
---------------------------------------------------------------------
Desarrollado por: Ramón Centeno
---------------------------------------------------------------------*/
body, html {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: arial, sans-serif;
	font-size: 11px;
	background-color: white;
	height:100%;
	text-align: center;
	align: center;
	background-color: #072e4e;
}   

fieldset{
	background-color: #F5F5F5;
	border-color: #dcdcdc;
    max-width: 90%;

}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
select,input,button {
	font-size: 11px;
	margin-bottom: 6px;
	margin-right: 3px;
}
input:hover {
	border-color: #9966FF;
	border-style: solid;
}

select input {
	font-size: 11px;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	color:blue;
}

.number {
	text-align: right;
}
.grueso, #total {
	font-weight: bolder;
	background-color: #A6BCE4;
}


/* Logos */ 

img.imgcenter{
      display: block;
      margin-left: auto;
      margin-right: auto;
      border:none;
      }

/* Pagina */ 

#header {
	background-color: #fff;
	height: 70px;
	margin: 0px 5px 5px 5px;
}

#logo-empresa {
	float: left; 
	height: 63px;
	margin: 3px;
	padding: 6px;
	max-width: 220px; /*Agregado valor anterior  width: 250px; */
	display: block;
	text-align: center;
}

#logo-desarrollo {
	float: right;
	padding: 6px;
	width: 220px; /*Agregado valor anterior  width: 250px; */
	height: 63px;
	margin: 3px;
}

#logo-desarrollo img {

	width: 60%; /*Agregado valopxr anterior  width: 250px; */
	height: 60%;
	margin-top: 20px;
	float: right;
}

.img { /*Agregada clase que establece el tamaño para la imagen*/
  width:auto;
  float: left;
  height:57px;
  } 


/*---------------------------Inicio de menu clientes---------------------------*/

#container {
	background-color: #072e4e;
    width: 100%; /*valor anterior width: 1000px*/
    height: auto;
   /* margin: auto;
   min-width: 287px;
    max-width: 1000px;*/
    min-height:100%; /*Agregado*/
}
#cuerpo {
	background-color: #072e4e;
	/*background-color: #E7EAE7;*/
	width: 100%;
	height: 100%;
	float: left;

}


.menu { /*agregado */
	float: left;
    width: 673px;
    margin: auto;
	cursor:default;
	margin-left: -40px;
	padding-left: 3px;
	/*background: rgba(11,100,22,.7); agregado */
	display: block;
	/*width: 60%;*/
	padding-top: 5px;
}

.menu ul  {
	border-color: #286829;
}

.menu a {
	color: white;
	display: block;
}

.menu a:hover {
	color: #EBE919;
	text-shadow: 0px 0px 0.2px #12FAFD;
}
.menu li:hover {
	color: #EBE919;
	}

.menu > ul > li {
	display:block;
	list-style-type: none;
	float:left;
	cursor: pointer;
	padding: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
    margin-top:-6px;
    width: 72px;
    border-width: 1px;
    border-style: solid;
	border-color: #808080;
	border-radius: 5px; /* agregado */
	text-align: center;
    background-color: #E11414;
    box-shadow: 0px 0px 3px blue inset;
    font-weight: bold;
    font-size: 8pt;
}

.menu > ul > li:hover  { /* agregado */
	/*box-shadow: 0px 0px 4px #fff inset;*/
	border-color: blue;
	background-color: #1F1FBF;
	color: #EBE919;
	
}

li.opcion-activa {
	padding: 3px;
	display: inline-block;
	color: #fff; /* valor anterior color:white;*/
	border-radius: 3px;
	font-size: 1.0em; /* valor anterior font-size: 1.2em; */
	border-style: solid; /* agregado */
	text-align: center; /* agregado */
	border-color: black;
	border-width: 3px;
}

.menu > ul > li.opcion-activa {
	box-shadow: 0px 1px hsl(200,120%,50%);
	border-color: blue;
	background-color: #1F1FBF;
}

.menu ul > li + li + li + li + li + li + li + li + li { /* agregado mega codigo para seleccionar un li en especifico sin id*/
  border-color: rgba(0,0,0,.0);
  border-style: none;
  box-shadow: none;
  width: 25px;
  background: none;
}

.menu ul > li + li + li + li + li + li + li + li + li:hover { /* agregado mega codigo para seleccionar un li en especifico sin id*/
  border-style: none;
  box-shadow: 0px 0px 5px #fff inset;
  background-color: rgba(0,0,0,.0);
  height: 22px;
  border-radius: 20px
}

.menu li a[class="li_imagen"] {
margin-top: -2px;
}


.menu ul ul li a:link {
	display:block;
    float:left;
    border-radius: 5px;
    cursor: pointer;
    margin-top:-5px;
}

.menu ul ul li  {
	list-style-type: none;
	text-decoration: none;
    list-style: none;
}

#usuario_activo {
	width: 300px; /*valor anterior 	width: 20% */
	float: right;
	margin-bottom: 11px;
	margin-right: 5px;
	margin-top: 7px;
	padding-left: 6px;
	padding-right: 3px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0388a6 0%, #070cab 100%) repeat scroll 0 0;
	color: white;
	display: block;
	border-radius: 5px;
}

#innovando {
	width: 100%; /*valor anterior 	width: 20% */
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0388a6 0%, #070cab 100%) repeat scroll 0 0;
	color: white;
    font-size: 1.2em;
	font-weight: bold;
}

#link_b {
	cursor: pointer;
	color: white;
}
#link_b:hover {
	cursor: pointer;
	color: #B251AF;
}

#mostrar-nav {  /*Agregado boton segundario de menu responsivo*/
	cursor: pointer;
	height: 28px;
	width: 30px;
	float: left;
	background-color: #144EB7;/* agregado */
	z-index: 30;
	margin-bottom: 11px;
	margin-left: 5px;
	margin-top: 7px;
	padding-right: 6px;
}

#mostrar-nav img {
margin-left: 0px;
display: block;
}

#mostrar-nav { /*Agregado--Animacion del div mostar-nav, boton para mostar menu*/
  -webkit-animation: glow 0.5s ease-in-out infinite alternate;
  -moz-animation: glow 0.5s ease-in-out infinite alternate;
  animation: glow 0.5s ease-in-out infinite alternate;
}
	
@-webkit-keyframes glow {
  from {
    -webkit-filter: drop-shadow(1px 1px 10px rgba(00,00,300,0.1));
  }

  to {
    -webkit-filter: drop-shadow(1px 1px 10px rgba(00,00,300,1)); 
  }
}
	
@keyframes glow {
  from {
    -moz-animation: drop-shadow(1px 1px 10px rgba(00,00,300,0.9));
    filter: drop-shadow(1px 1px 5px rgba(00,00,0,0.1));
  }

  to {
    -moz-animation: drop-shadow(1px 1px 10px rgba(00,00,300,1));
    filter: drop-shadow(1px 1px 10px rgba(00,00,300,1));
  }
}

/*---------------------------fin de menu principal---------------------------*/

#menu-opciones a:link{
	text-decoration: none;
	color:black;
}

#menu-opciones a:hover{
	text-decoration: none;
	background-color:#8DBC8E;
}

#menu-opciones a:visited{
	color:black;
}

#menu-opciones {
	padding: 0 0 0 0;
	
	width: 126px;
	float: left;
	cursor:pointer;
	box-shadow: 3px;
}

#menu-opciones ul {
	padding-left: 6px;
}

#menu-opciones ul li {
	font-size: 1em;
	color: #626262;
	list-style: none;
	text-align: left;
	margin: 0px;
	border: 1px;
	border-bottom-style: solid ;
	border-color: #CBCBCC;
}

#menu-opciones ul li:hover {
	background-color: #8DBC8E;
}

.destacado {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 6px;

}
.actual{
	background-color: #B4CC7E;
	color: #fff !important;
	font-weight: bold;
}	

.actual:hover{
	cursor:default;
}	

/* Seccion de presentacion */
#presentacion {
	margin: 12px auto 12px auto;
	padding:5px;
	width: 880px;
	height: 454px;
	background-color: #dcdcdc;
	color:blue;
	border: 2px solid green;
}

#presentacion h1 { 
	text-align: center;
	font-size: 2em;
}
#presentacion p{ 
	text-align: center;
}

/* Distintas tablas */
.operaciones {
	float:right;
	padding:6px;
	width: 880px;
	height: 440px;
	background-color: #fff;
}
#usuarios {
	float:right;
	padding:6px;
	width: 880px;
	height: 440px;
	background-color: #fff;
}
.operadores {
	width: 90%;
	height: 56px;
	margin: 3px auto 3px auto;
	text-align: left;
	vertical-align: bottom;
	background-color: #FFF7C6;
	border: 1px solid #626262; 
	padding: 0px 0px 0px 0px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}

.operadores h1 {
	float: left;	
	width: 100%;
	background-color: #2D002D;
	color: #fff;
	font-size: 1em;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px !important;
	text-align: center;
}

.operadores span.left {
	float: left;
	display: inline-block;
	padding: 3px 3px 3px 3px;
	text-align: left;
}
.operadores span.right {
	float: right;
	padding: 3px 3px 3px 3px;
	display: inline-block;
	text-align: right;
}

.noborder {
	border: none;
}
.menor {
		width: 70%;
}
.alt {
	background: #D5E6D5 none repeat scroll 0% 0%;
 	font-size: 11px;font-weight: normal;
}
.rojo {
	color: red !important;
}
.verde {
	color: green !important;
}
.azul {
	color: blue !important;
}
.morado {
	color: purple !important;
}
.naranja {
	color: #F86A01 !important;
}
.negro_back {
	background-color: black !important;
}
.rojo_back {
	background-color: red !important;
}
.verde_back {
	background-color: green !important;
}
.azul_back {
	background-color: blue !important;
}
.morado_back {
	background-color: purple !important;
}
.naranja_back {
	background-color: #F86A01 !important;
}
.gris {
	color:  #808080 !important;
}

.etiqueta {
	width: 87%;
	margin: 2px auto;
	font-size: 0.9em;
}


/* clase datagrid ***************************************************************************************************************/
.datagrid {
	/*text-align: center; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	width: 90%; //*/
	/*height: auto;
	width: 77%;
	background-color: white;
	float:center;*/
	background-color: white;
    width: 100%;
}

.datagrid.noborder.menor { /*agregado tamaño para el datagrid que envielve el form contacto o #frm_email*/
	/*width: 77%; // 77%*/
}


.datagrid h1 {
   font-family: arial, sans-serif;
	float: left;	
	width: 100%;
	background-color: #072e4e;
	color: #fff;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px !important;
	text-align: center;

	font-size: 17px;  


}



.datagrid table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%;
	max-height: 360px;
	overflow: hidden;
	border: 0.1px;
    border-left: solid;
    border-right: solid;

} 

.datagrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #295AB3) );
	background:-moz-linear-gradient( center top, #295AB3 50%, #444444 100%);
	background: -ms-linear-gradient(top, #295AB3 5%, #444444 100%); /* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A3A3', endColorstr='#626262');
	background-color:#295AB3; color:#FFFFFF; 
	font-size: 12px; font-weight: bold; 
	border-left: 1px solid #626262;
	text-align: center; 
	display: none;
} 
.datagrid table thead th:first-child {
 	border: none; 
}
.datagrid table tbody  tr:hover {
	background-color: #A6BCE4 !important;
}

.datagrid table tbody td {
 	color: #000;
 	font-size: 11px;font-weight: normal;
    text-align: left; 

}

.datagrid table tbody td+td+td+td+td+td+td+td+td {
border-bottom: solid; border-width: 1px;

}

.datagrid table tfoot td div {  /*pie de tabla*/
	border-top: 1px solid #636363;
	background: #A3A3A3;
} 
.datagrid table tfoot td { 
	padding: 0; 
	font-size: 11px 
} 
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; 
	list-style: none; 
	text-align: center; 
}
.datagrid table tfoot  li { 
	display: inline; 
}
.datagrid table tfoot li a { 
	overflow: auto;
	text-decoration: none; 
	display: inline-block;  
	padding: 2px 8px; 
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #4F2E55;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #072e4e), color-stop(1, #072e4e) );
	background:-moz-linear-gradient( center top, #072e4e 5%, #072e4e 100% );
	background: -ms-linear-gradient(top, #072e4e 5%, #072e4e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#886590', endColorstr='#4F2E55');
	background-color:#4F2E55; 
}

.datagridax h1 {
	float: center;	
	width: 100%;
	background-color: #072e4e;
	color: #fff;
	margin: 0px 0px 0px 0px ;
    padding: 10px;
	text-align: center;
	font-size: 20px; 
	border-radius: 10px 10px 0px 0px;
}

.id_bold {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

.datagridax table { 
	border-collapse: collapse; 
	text-align: center; 
	width: 100%;
	max-height: 360px;
	overflow: hidden;
} 

.datagridax table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #295AB3) );
	background:-moz-linear-gradient( center top, #295AB3 50%, #444444 100%);
	background: -ms-linear-gradient(top, #295AB3 5%, #444444 100%); /* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A3A3', endColorstr='#626262');
	background-color:#295AB3; color:#FFFFFF; 
	font-size: 12px; font-weight: bold; 
	text-align: center; 
	border-radius: 0px 0px 10px 10px;
	padding: 5px;
} 

.datagridax table tbody td {
 	color: #000;
 	font-size: 11px;font-weight: normal;
    text-align: center; 

}

.datagridt, .datagridt2 {

	/*border: 1px solid #AEAEAE;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	text-align: center; 
	width: 90%;*/
	/*height: auto;*/
	/*width: 80%;*/
	/*background-color: white; //*/
	/*float: left; Agregado*/
	
}


/*

.datagridt th, .datagridt2 th {
	text-align: center;
}


.datagrid table th {
	padding: 3px 10px;

}
.datagrid table td {
	padding: 0px 10px; 
	text-align: center; 
}

.datagridt tr td[colspan="6"]:before {
display: none;
}


*/



/*
.datagrid table tbody td:first-child { 
	border-left: none; 
}
.datagrid table tbody tr:last-child td { 
	border-bottom: none; 
}
*/



/*

.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
	text-decoration: none;
	border-color: #4F2E55; 
	color: #FFFFFF; 
	background: none;   
	background-color:#295AB3;
} */
/* fin clase datagrid *********************************************************************************************************/

/*---------------------------------------------------codigo para tabla traking y madia query de tabla--------------------------------------------------*/

/*+++++++++++++++++++Primera tabla Lista de Paquetes en Transito +++++++++++++++*/

.datagridt th  {
  display: block;
  text-align: center; 
}
.datagridt td {
  display: block;
  text-align: center; 
}


.datagridt td:before {
  /*content: attr(nth-of-type) ": ";*/
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #295AB3) );
	background:-moz-linear-gradient( center top, #295AB3 50%, #444444 100%);
	background: -ms-linear-gradient(top, #295AB3 5%, #444444 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A3A3', endColorstr='#626262');
	background-color:#295AB3; color:#FFFFFF; 
	box-shadow: 0px 0px 3px #031346 inset;*/

} 

/*agrega este contenido antes del contenido del td*/

.datagridt td:nth-of-type(1):before { content: "Paquete:"; } 
.datagridt td:nth-of-type(2):before { content: "Tracking:"; } 
.datagridt td:nth-of-type(3):before { content: "Destinatario:"; } 
.datagridt td:nth-of-type(4):before { content: "Contenido:"; }
.datagridt td:nth-of-type(5):before { content: "Peso:"; }
.datagridt td:nth-of-type(6):before { content: "PC:"; }
.datagridt td:nth-of-type(7):before { content: "Tipo:"; }
.datagridt td:nth-of-type(8):before { content: "Envío:"; }
.datagridt td:nth-of-type(9):before { content: "Estado:"; }
.datagridt td:nth-of-type(10):before { content: "Accion:"; }

/*
// formato del texto cabecera
.datagridt  td:nth-of-type(1):before, .datagridt td:nth-of-type(2):before, .datagridt td:nth-of-type(3):before, .datagridt td:nth-of-type(4):before, .datagridt td:nth-of-type(5):before, .datagridt td:nth-of-type(6):before, .datagridt td:nth-of-type(7):before, .datagridt td:nth-of-type(8):before {
    padding: 2px;
	border-radius: 4px;
	border-width: 1px;
	font-style: bold;
	font-size: 1.2em;
	color: white;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #295AB3) );
	background:-moz-linear-gradient( center top, #295AB3 50%, #444444 100%);
	background: -ms-linear-gradient(top, #295AB3 5%, #444444 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A3A3', endColorstr='#626262');
	background-color:#295AB3; color:#FFFFFF; 
	box-shadow: 0px 0px 3px #031346 inset;
	margin-left: -18px;
	margin-right: 8px;
}*/


/*+++++++++++++++++++segunda tabla Lista de Pre-Alertas+++++++++++++++*/

.datagridt2 th {
  display: none;
}
.datagridt2 td {
  display: block;
}
.datagridt2 td:before {
 /* content: attr(nth-of-type) ": ";*/
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

.datagridt2 td:nth-of-type(1):before { content: "Tracking:"; } /*agrega este contenido antes del contenido del td*/
.datagridt2 td:nth-of-type(2):before { content: "Tipo:"; }
.datagridt2 td:nth-of-type(3):before { content: "Contenido:"; }
.datagridt2 td:nth-of-type(4):before { content: "Sitio Web:"; }
.datagridt2 td:nth-of-type(5):before { content: "Transporte:"; }
.datagridt2 td:nth-of-type(6):before { content: "Descripción:"; }
.datagridt2 td:nth-of-type(7):before { content: "Fecha:"; }
.datagridt2 td:nth-of-type(8):before { content: "Accion:"; }


/*
//formato para el titulo agrgado

.datagridt2 td:nth-of-type(1):before, .datagridt2 td:nth-of-type(2):before, .datagridt2 td:nth-of-type(3):before, .datagridt2 td:nth-of-type(4):before, .datagridt2 td:nth-of-type(5):before, .datagridt2 td:nth-of-type(6):before { 
    padding: 2px;
	border-radius: 4px;
	border-width: 1px;
	font-style: bold;
	font-size: 1.2em;
	color: white;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #295AB3) );
	background:-moz-linear-gradient( center top, #295AB3 50%, #444444 100%);
	background: -ms-linear-gradient(top, #295AB3 5%, #444444 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A3A3', endColorstr='#626262');
	background-color:#295AB3; color:#FFFFFF; 
	box-shadow: 0px 0px 3px #031346 inset;
	margin-left: -18px;
	margin-right: 8px;
} */

.datagridt2 tr td[colspan="6"]:before {
display: none;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495E;
}

/*
.datagridt th, .datagridt td, .datagridt2 th, .datagridt2 td {
  margin: .5em 1em;
  text-align: center; 
}
*/

/*+++++++++++++++++++fin de segunda tabla+++++++++++++++*/


.tamano_medio {
	margin:auto;
	width: 50% !important;
}
.tamano_chico {
	margin:auto;
	width: 40% !important;
}
.fondo-modal-transparente {
	position:absolute;
 	top:0;
 	right:0;
 	width: 100%;
 	height: 100%;
 	background-color: #000;
 	z-index: 70;
 	opacity: 0;
 	filter: alpha(opacity=50);
 	display: none;
 }

.mensaje-error {
	position:absolute;
 	width: 230px;
 	height: 100px;
	left:50%;
    top:50%;
    margin:-75px 0 0 -135px;
    z-index: 71;
 	display: block;
 	color: red;
 	background-color: white;
 	border-color: red;
 	border-width: 3px;
 	border: solid;
 	text-align: center;
 	display: none;
}
.fondo-modal-transparente-f {
	position:absolute;
 	top:0;
 	right:0;
 	width: 100%;
 	height: 100%;
 	background-color: #272822;
 	z-index: 60;
 	opacity: 0;
 	filter: alpha(opacity=50);
 }
.mensaje-error-f {
	position:absolute;
 	width: 230px;
 	height: 100px;
	left:50%;
    top:50%;
    margin:-75px 0 0 -135px;
    z-index: 71;
 	display: block;
 	color: red;
 	background-color: white;
 	border-color: red;
 	border-width: 3px;
 	border: solid;
 	text-align: center;
}
.splash-fondo {
	position:absolute;
 	top:0;
 	right:0;
 	width: 100%;
 	height: 100%;
 	background-color: #000;
 	z-index: 70;
 	opacity: 0;
 	filter: alpha(opacity=50);
 	display: block;

 }
.splash {
	position:absolute;
 	width: 600px;
 	height: 370px;
	left:40%;
    top:50%;
    margin:-150px 0 0 -135px;
    padding-left: 4px;
    z-index: 71;
 	display: block;
 	color: #472546;
 	background-color: white;
 	border-color: #472546;
 	border-width: 3px;
 	border: solid;
 	display: block;
 	overflow: scroll;
}
.splash-grande {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  background-color: white;
  z-index: 90;
  height: 550px;
  width: 850px;
  padding: 6px 6px 6px 6px;
  display: block;
  border-width: 3px;
  border: solid;

}

.dialogo {
	display: block;
 	position: absolute;
 	top: 30px;
 	background-color: #fff;
 	z-index: 1010;
 	opacity: 1 ;
 	filter: alpha(opacity=1);
	box-shadow: 10px 10px 5px #2C302C;
	border-top: 25px;
	border-top-style: solid;
	border-top-color: #AF9FC2;
	padding: 6px;
 	margin-left: 5%; 
 	margin-right: 5%; 	
 }


.dialogoc {
	display: block;
 	position:absolute;
 	top: 30px;
 	left: 2%;
	margin:0 auto 0 auto;
 	width: auto;
 	height: auto;
 	background-color: #fff;
 	z-index: 60;
 	opacity: 1 ;
 	filter: alpha(opacity=1);
	box-shadow: 10px 10px 5px #2C302C;
	border-top: 25px;
	border-top-style: solid;
	border-top-color: #AF9FC2;
	padding: 6px;
 }

.dialogod {
	display: block;
 	position:absolute;
 	top: 30px;
	margin:0 auto 0 auto;
 	left: 20%;
 	width: 60%;
 	height: auto;
 	background-color: #fff;
 	z-index: 60;
 	opacity: 1 ;
 	filter: alpha(opacity=1);
	box-shadow: 10px 10px 5px #2C302C;
	border-top: 25px;
	border-top-style: solid;
	border-top-color: #AF9FC2;
	padding: 6px;
 }

.dialogop {
	display: block;
 	position:absolute;
 	top: 30px;
	margin:0 auto 0 auto;
 	left: 300px;
 	width: 60%;
 	height: 30%;
 	background-color: #fff;
 	z-index: 60;
 	opacity: 1 ;
 	filter: alpha(opacity=1);
	box-shadow: 10px 10px 5px #2C302C;
	border-top: 25px;
	border-top-style: solid;
	border-top-color: #AF9FC2;
	padding: 6px;
 }

 .texto_box {
 	width: 95%;
 	height: 320px;
 	margin-top: 6px;
 	border: solid 1px #BCCFC1;
 	padding: 3px;
 	overflow: scroll;
 }
 .overflow {
 	overflow: scroll;
 }

/* Clases para formatear formularios */

.box-dialogo {
	background: #a3a3a3;
	margin:0 auto;
	width:60%;
	height: 85%;
	overflow: visible;
	padding:14px;
}
.form-dialogo {
	padding-bottom: 3px;
}
.form-dialogo .alinea-izq {
	text-align: left;
}
.form-dialogo .alinea-der {
	text-align: right;
}
.form-dialogo label{
	font-weight:bold;
	width:20%;
	padding: 0px, 6px, 0px, 0px;
	float:left;
}

.form-dialogo .detalle{
	color:#666666;
	display:block;
	font-size:1em;
	font-weight:normal;
	text-align:right;
	width:100%;
}

.alert {
	color: red;
}

.input-dialogo input{
	height: 1.2em;
	margin: 1px;
}
.barra {
	width: 98%;
	display: block;
	float: left;
}
.pestana {
	width: 60px;
	display: block;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-radius: 3px 3px 0px 0px;
	background-color: #FFFFFF;
	margin-top: 6px;
	margin-left: 2px;
	padding-right: 6px;
	padding-left: 3px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	float: left;
}
.pestana:hover {
	cursor: pointer;
}
.pestana_actual {
	color: gray;
	border-color: gray;
}

.pestana a {
	text-decoration: none;
	color: black
}

.form-2col {
	clear: both;
	width: 100%;
}

.form-2col label {
	font-weight:bold;
	width:30%;
	padding: 0px, 6px, 0px, 0px;
	display: inline-block;
}

.form-2col ul {
	padding-left: 4px;
	padding-right: 4px;
}
.separador{
	clear: both;
	float:left;
	display:block;
	text-decoration: none;
	background-color: #072e4e;
	color: rgb(255,255,255);
	width:98%;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 3px;
	margin-bottom: 5px;
}

form .titulo { /*Agregado coloca el*/
	background-color: #072e4e;
}
.resumen {
	display:block;
	background-color: #B8B9DA;
	width: 98%;
	height: 20px;
	padding: 6px;
	font-size: 1.1em;
	font-weight: bold; 
}
.alinea-izq{
	clear: both;
	float:left;
	display:block;
	text-decoration: none;
	width:48%;
}
.alinea-der, .alinea-cen, .alinea-i {
	float: right;
	display:block;
	text-decoration: none;
	width:48%;
}
.alinea-linea{
	clear: both;
	float:left;
	display:block;
	text-decoration: none;
	width:96%;
}
.alinea-center{
	clear: both;
	float:center;
	display:inline-block;
	text-decoration: none;
	margin: auto;
}
.alinea-linea  label {
	font-weight:bold;
	width:20%;
	padding: 0px, 6px, 0px, 0px;
	display: inline-block;
	vertical-align: top;
}

.separado {
	padding-bottom: 15px;
	width: 99%;
}
.separado-min {
	padding-bottom: 6px;
	width: 99%;
}
.form_splash {
	display: block;
	padding-left: 20%;
	padding-right: 20%;
}
.form_splash label {
	width: 30%;
	font-weight:bold;
	padding: 0px, 6px, 0px, 0px;
	display: inline-block;
}

.tottext {
	font-weight: bolder;
	font-size: 1.3em;
	display: inline-block;
	width: 80%;

	text-align: right;
}
.totnumero {
	font-weight: bolder;
	font-size: 1.3em;
	display: inline-block;
	width: 26%;
	text-align: right;
}

.numero {
	text-align:right;
}
.menu_nav {
	text-decoration: none;

}

.menu_nav li {
	list-style:none;
}

.error {
color: red;
	font-weight: bolder;
}

#error1 {
    color: red;
	font-weight: bolder;
    margin-left: -180px;
	margin-top: -25px;
	position: absolute;
}

#detalle_ver li {
	display: inline-block;
	margin: 0 3px 3px 0;
	border-bottom: 1px dotted gray;
}
ul .det_titulo {
	font-weight: bolder;
	padding-right: 10px
}

.span_izq, .span_der{
	display: inline-block;
	width: 48%;
}

.condicional {
	display: none;
}

.informacion {
	font-weight: bold !important;
	background-color: #F9B7F7;
}

.grueso {
	font-weight: bold !important;
}
.titulo {
	display:block;
	color:white;
	background-color: #4A1746;
	font-size: 1.2em;
	font-weight: bold;
	margin:3px;
}
.enlace_bold {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	color: #863586;
	margin: auto;
}
.ref_boton a {
    border-bottom: 1px solid #777777;
    border-left: 1px solid #000000;
    border-right: 1px solid #333333;
    border-top: 1px solid #000000;
    color: #000000;
    display: block;
    height: 2.5em;
    padding: 0 1em;
    width: 5em;       
    text-decoration: none;       
}

.visible {
	display: initial;
}
.oculto {
	display: none;
}

.centrar {
	display: block;
	width: 480px;
	margin: auto;
	font-size: 1.5em;
}

.voucher {
	border: solid 1px;
	margin-left: 30%;
	padding-left: 6px;
	width: 250px;
}
.contract {
	padding: 3px 6px;
}
.contract p {
	text-align: justify;
}
.button {
	display:block;
	background-color: #83ABB8;
	color: white;
	text-decoration: none;
	width: auto;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 6px;
	font-weight: bolder;
	text-align: center;
}
.button:hover {
	background-color: #B6CED6;
}

.alto_def {
	height: 300px;
}

.banner {
	display: block;
	background-color: white;
	width: 380px;
	margin-left: 100px;
	margin-bottom: 30px;
	border-radius: 12px;
}
.banner img {
	border-radius: 12px
}

.bannerh1 {
	text-align: left;
}
.ayuda {
	width: 95%;
	height: 90%;
	margin-top: 15px;
	margin-left: 12px;
	padding: 4px;
	overflow: scroll;
	border: 1px #CFD0CC;
	font-size: 1.3em;

}
.ayuda p {
	text-align: justify;
}
[class*="col-"] {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
}

/*
  .cuadrito {
	display: block;
 	position:absolute;
	margin:0 auto 0 auto;
 	width: 100%;
 	height: 90%;
 	background-color: #fff;
 	opacity: 1 ;
 	filter: alpha(opacity=1);
	box-shadow: 10px 10px 5px #2C302C;
	border-top: 25px;
	border-top-style: solid;
	border-top-color: #AF9FC2;
	padding: 6px;
 }
*


/*+++++++++++++++++++++++++++++++++++Inicio de Stylos Agregados+++++++++++++++++++++++++++++++++++++++*/

form {
/*margin-right: 47%;*/
background-color: white;
}

fieldset input[value="Enviar"] {
margin-right: 145px;
margin-left: 144px;
  }

form > fieldset + fieldset + fieldset {
	padding-right: 23%;
}

label[for=asunto] {
width: 10%;
}
label[for=de] {
width: 10%;
text-align: left;
 }
label[for=para] {
width: 10%;
text-align: left;
 }

#frm_clte_login label[for="id"] {
	padding-top: 3px;
}

#frm_clte_login label[for="password"] {
	padding-top: 3px;
}

#footer {
    clear: both;
	font-size: -1.5em;
	color: white;
	background-color: #072e4e;
	text-align: center; /*Agregado*/
	height: 40px;
    padding-top: 2px;
}

.cuadro-dialogo {
    padding-top: 6px;
    padding-left: 5px; 
    padding-right:5px;
	width: 100%;
    height: 100%;
	min-height: 716px;
	background-color: #fff;
	overflow-y: auto;
	z-index: 90;
    background-color: white;
    position: center;
    border-style: solid;
    border-right-width: 5px;
    border-left-width: 5px;
    border-color: #072e4e;
 }

#frm_clte_login, #frm_clte_track{
width: 410px;
text-align: center;
padding-left: 0px;
padding-right: 3px;
margin-right: 45%;
    }

form[action="includes/clte_calculo_data.php"] {
 	width: 110%;
}

fieldset [name="asunto"] {
width: 376px;
}
fieldset [name="tracking"] {
width: 218px;
}
fieldset [name="emptransp"] {
width: 218px;
}


#frm_registro, #frm_pagos {
width: 111%;
}

#frm_email {
width: 142%;
}

form[action="includes/clte_prealerta_data.php"] {
	width: 110%;
}

.enlace_bold {
	margin-bottom: 7px;
}

fieldset textarea[name="observaciones"] {
width: 528px;
  }

fieldset textarea[name="mensaje"] {
margin-right: 17px;
width: 503px;
  }

fieldset [name="asunto"] {
width: 357px;
}

form fieldset label[for="tracking"] {
width: 140px;
}
form fieldset label[for="sitioweb"] {
width: 140px;
}
form fieldset label[for="emptransp"] {
width: 140px;
}
form fieldset label[for="contenido"] {
width: 140px;
}
section div form[action="conect.php"] {
margin-right: 0px;
}

section {
height: 440px;
}


 
/*-------------------------------------------Media Querys--------------------------------------------*/


@media screen and (max-width: 355px) { /* oculta cuadro usuario activo al llegar a los 317px*/

#usuario_activo {
	visibility: hidden;
	display: none;
	}	
}

@media screen and (max-width: 480px) { /* oculta logo imagen desarollo*/

	#logo-desarrollo {
	display: none;
	}
	#logo-desarrollo {
	display: none;
	}

}

@media screen and (max-width: 368px) { /*Estableze el stylo para la pantalla menor a 368px*/

fieldset ul li {
text-align: center;
  }

div div div div form fieldset textarea {
	width: 277px;
  }

label[for=asunto] {
width: 20%;
}
label[for=de] {
width: 10%;
text-align: left;
 }
label[for=para] {
width: 20%;
text-align: left;
 }

fieldset textarea[name="observaciones"] {
width: 271px;
  }

fieldset textarea[name="mensaje"] {
width: 263px;
margin-right: 0px;
  }

.datagridt { /*toma el scroll vertical automatico para poder desplazarse verticalmente a todas las filas de la tablas */
	overflow-y: auto;
  }

}

@media screen and (max-width: 373px) { /* oculta cuadro usuario activo al llegar a los 317px*/

fieldset textarea[name="observaciones"] {
max-width: 171px;
  }

fieldset textarea[name="mensaje"] {
max-width: 258px;
margin-right: 0px;
  }

fieldset label[for="observaciones"] {
 	width: 163px;
 }

fieldset input[value="Enviar"] {
margin-right: 106px;
margin-left: 106px;
  }


}

@media screen and (min-width: 120px) { /* oculta cuadro usuario activo al llegar a los 317px*/

 /* .cuadrito {
	display: block;
 	position:absolute;
	margin:0 auto 0 auto;
	margin-left: -300px;
 	width: 120%;
 	height: 85%;
 	background-color: #fff;
 	opacity: 1 ;
 	filter: alpha(opacity=1);
	box-shadow: 10px 10px 5px #2C302C;
	border-top: 25px;
	border-top-style: solid;
	border-top-color: #AF9FC2;
	padding: 6px;
 } */

}

@media (min-width: 640px) { /*detiene la trasformacion de la tabla hasta llegar a los 460px luego de esto se aplica la tarsformacion con el codigo anterior para las dos tablas*/
 

.datagrid table { 
	text-align: right; 
	border: 0.1px;
    border-left: none;
    border-right: none;	

} 

.datagrid table thead th {
 	display: table-cell;
 	width: auto;
} 

.datagrid table tbody td {
    text-align: right; 
}


.datagridt td:before, .datagridt2 td:before {
    display: none;
 }

.datagrid table tbody td+td+td+td+td+td+td+td+td {
border-color: #AEAEAE;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
text-align: left;
border-bottom: none; 
}



.datagrid table tbody td+td+td+td+td+td+td+td {
text-align: center;
}

.datagrid table tbody td+td+td+td+td+td+td {
text-align: right;
}

.datagrid table tbody td+td+td{
text-align: center;
}

.datagrid table tbody td{
text-align: center;
}
/* 
.datagridt td, .datagridt2 td {
  text-align: left;
  display: block;
}
.datagridt th  .datagridt2 th{
  text-align: left;
  display: block;
}*/

.datagridt th, .datagridt td, .datagridt2 th, .datagridt2 td {
display: table-cell;

}

.datagridt td, .datagridt2 td {
border-color: #AEAEAE;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
/*border-bottom: none;
border: 1px solid #AEAEAE;*/
}

.dialogo {
 	top: 30px;
	margin-left: 20%;
 	width: 60%;
 	height: auto;
}

/*
.datagridt th:first-child, .datagridt td:first-child, .datagridt2 th:first-child, .datagridt2 td:first-child {
padding-left: 0;
}

.datagridt th:last-child, .datagridt td:last-child, .datagridt2 th:last-child, .datagridt2 td:last-child {
padding-right: 0;
  }*/

}

@media screen and (min-width: 790px) {

form {
	/*max-width: 450px;*/
	}
}

@media screen and (max-width: 790px) {  /*estabiliza el cuadro de dialogo vista normal, superior al minimo*/
.cuadro-dialogo {
	float:center;
    padding-top: 6px;
	width: 100%;
	height: 100%;
	min-height: 716px;
	background-color: white;
	overflow-y: auto;
	z-index: 90;
   }
.cuadro-dialogoent{
float:center;
	width: 100%;
	height: 100%;
	min-height: 716px;
	background-color: white;
	overflow-y: auto;
	z-index: 90;
}

.separador {
	text-align: center;
}

.alinea-linea {
	clear: both;
	float: center;
	display:block;
	text-decoration: none;
	width: 96%;
}

.alinea-linea  label {
	font-weight:bold;
	width: 44%;
	padding: 0px, 6px, 0px, 0px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.alinea-center {
	clear: both;
	float: center;
	display:inline-block;
	text-decoration: none;
	margin: auto;
  }

#fspago2 {
	text-align: center;
}

#recibe1 {
margin-left: 40px;
	}

/*----------------------------cambia el formato de fieldset, forms, labels y cajas de texto------------------------------------*/

div div div div form fieldset input[type=text] {
max-width: 168px;
min-width: 168px;
}

div div div div form fieldset input[type=password] {
max-width: 168px;
min-width: 168px;
}

div div div div form fieldset select {
max-width: 168px;
min-width: 168px;
  }

div div div div form fieldset {
text-align: center;

  }

div div div div form fieldset label {
text-align: left;
  }

div div div div form fieldset textarea {
	width: 335px;
  }

label[for=asunto] {
width: 20%;
}
label[for=de] {
width: 10%;
text-align: left;
  }
label[for="observaciones"] {
width: 25%;
 }

#frm_pagos label[for="observaciones"] {
width: 44%;
 }

label[for="para"] {
 	width: 20%;
 }

input[name="fecha"] {
width: 168px;
 }


fieldset textarea[name="observaciones"] {
width: 343px;
  }
fieldset textarea[name="mensaje"] {
width: 335px;
margin-right: 0px;
  }
#peso, #valor, #alto, #ancho, #largo, #tipo {
	max-width: 78px;
    min-width: 78px;
  }
 form[action="includes/clte_calculo_data.php"] fieldset label {
   
     width: 100%;
     margin: 5px;
 }
 form[action="includes/clte_calculo_data.php"] {
 	width: 110%;
  }

form {
	/*max-width: 76%;*/
}
}


@media screen and (min-width: 960px) { /* oculta menu1 */

#mostrar-nav {
display: none;
	}	
}

@media screen and (max-width: 960px) { /* oculta menu2 */

.menu {
	left: -18em;    /* agregado esconde menu*/
} 


.mostrar {
	left: 0px;    /* agregado muestra menu  */
}

.menu {
	float: left;
	padding: 0px;
	cursor:default;
	width: 115px;
	height: 340px;
	background: rgba(1,0,90,.4);/* agregado */
	position: fixed;
	margin-top: 45px;
	padding-right: 4px;
	margin-left: 0px;
	z-index: 1000;
	min-width: 79px;
}

.menu ul  {
	border-color: #286829;
}

.menu a {
	color: white;
	border-style: solid;
	border-width: 0px;
}

.menu a:hover {
	color: #EBE919;
}

.menu > ul > li:hover  {
    border-color: #C2C1C1;
    color: #EBE919;
}

.menu > ul > li {
	display:block;
	list-style-type: none;
	float:left;
	cursor: pointer;
    /*background-color: #8DBC8E;*/
    border-radius: 5px; /* agregado */
	/* border-color: rgba(0,0,88,.1); agregado */
	padding: 3px;
	border-width: 1px;
	margin-bottom: 15px;
	margin-right: 4px;
    margin-top:-6px;
    width: 100px;
    height: 30px;
    border-style: solid;
	border-color: #C2C1C1;
	text-align: center;
    background-color: #E11414;
    box-shadow: 0px 0px 3px blue inset;
    font-weight: bold;
    margin-left: -37px;
    font-size: 11pt;
}

.menu ul > li + li + li + li + li + li + li + li + li { /* agregado mega codigo para seleccionar un li en especifico sin id*/
display: block;
margin-left: 2px;
margin-top: -8px;
border-color: rgba(0,0,0,.0);
background: rgba(0,0,0,.0);/* agregado */
}

.menu ul > li + li + li + li + li + li + li + li + li:hover { /* agregado mega codigo para seleccionar un li en especifico sin id*/
  border-color: rgba(0,0,0,.0);
  border-style: none;
  box-shadow: none;
}
.menu ul ul li a:link {
	display:block;
    float:left;
    border-radius: 5px;
    cursor: pointer;
    margin-top:-5px;
}
#menu ul ul li  {
	list-style-type: none;
	text-decoration: none;
    list-style: none;
  }
}

/* ++++++++++++++++++++++++++++++fin query oculta menu2+++++++++++++++++++++++++++++*/


@media screen and (min-width: 1000px) {


#container {
max-width: 100%;
height: 100%;
}

.cuadro-dialogo {
    height: 100%;
}

.cuadro-dialogoent{
	height: 100%;
}

.cuerpo {
    height: 100%;
}
 
div.cuadro-dialogo form {
       margin: 0 auto;
       text-align: left;
       margin-right: 28%;
      
}

 
#frm_email  {
       margin: 0 auto;
       text-align: left;
       margin-right: 28%;
}


 
}

@media screen and (max-width: 1001px) {

#frm_clte_login {
margin-left: 10%;
    }

    #container {
max-width: 100%;
height: 100%;
}

.cuadro-dialogo {
    height: 100%;
}
.cuerpo {
    height: 100%;
}

}
@media screen and (max-width: 885px) {

#frm_clte_login {
margin-left: 5%;
    }

}

@media screen and (max-width: 773px) {

#frm_clte_login {
margin-left: 0%;
    }

}


@media screen and (max-width: 710px) {

#frm_clte_login {
width: 58%;
text-align: center;
padding-left: 0px;
padding-right: 0px;
    }


}

.pi {
	display: flex;
	box-sizing: border-box;
	width: 60%;
	margin: 6px auto;
	font-size: 1.5em;

}
.pi label {
	width: 25%;
	font-size: 1.2em;
	text-align: left;
}
.pi select {
	width: 74%;
}
.pi_msg {
	display: block;
	width: 95%;
	margin: 8px auto;
	padding: 3px;
	font-size: 1.2em;
	font-weight: bold;
	color: #072E4E;
	background-color: #C5D2DC;
	text-align: center;

}