/*Otros*/

.logoImg  {
	width: 120px;
	height: 120px;
	border-radius:20px;
}

div.ui-datepicker{
 font-size:11px;
}

.separador-intermedio {
	border-bottom: 1px solid;
	text-align: right;
	width: 25%;
}

.pdfDiv {
 	height: 400px;
 	width: 100%;
}

.espacioBlanco {
	height: 70px;
	background: #ffffff;
}

/*Tablas del body personalización*/
.moneda-input {
	text-align: right;
	font: 10px normal Arial, sans-serif;
}

.producto-input {
	font: 10px normal Arial, sans-serif;
	color: black;
}

.checks {
	text-align: center;
	width: 16px;
}

.texto {
	text-align: center;
}

/*Select twins*/
.twoListDiv {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;	
}

table.twoList {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 500px;
}

td.twoList, th.twoList {
	text-align: center;
	vertical-align: middle;
}

th.twoList:hover {
	background: #EEEEEE;
}

tr.twoList:hover {
	background: white;
}

.selectList {
	width: 170px;
	height: 150px;
} 

.toButton {
	width: 35px;
}
/*Select twins-Fin*/

/*Encabezado y Pie*/
table.header, table.footer {
	width: 100%;
	background-color:#bebebe;
}

table.header {
	height: 145px;
}

td.footerCentro{
	text-align: center;
	vertical-align: middle;
	color: white;
}

table.header td.informacion {
	width: 30%;
	vertical-align: bottom;
}

table.header td.logo {
	width: 135px;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	border-radius: 10px;
 		-moz-border-radius: 10px;
 		-webkit-border-radius: 10px;
}

table.header  td.login, table.header  td.nombreUsuario-td {
	text-align: right;
	padding-right: 5px;		
}

.nombreUsuario {
	width: 255px;
}

table.header  td.nombreUsuario-td {
	width: 255px;
}

table.header td.login {
	font-size: 14px;
	vertical-align: bottom;
	text-shadow: 0.3em 0.3em 0.2em black;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=black, Direction=135, Strength=14);
}

table.header  td.nombreUsuario {
	font-size: 18px;
}

table.header  td.fotoUsuario {
	padding: 0px;
	width: 74px;
	padding-right: 15px;
	text-align: center;
}
/*Encabezado y Pie-Fin*/

.userName, .login, .logout, .role {
	font-weight: bold;
	font-style: italic;
}

.role {
	font-size: 10px;
}

.login, .logout {
	text-shadow: 0em 0em 0em;
	color: #4880ab;
}


.userPhoto {
	background: white;
	border:2px solid;
	border-color: black;
	border-radius:10px;
		-moz-border-radius:10px;
	box-shadow: 5px 5px 5px black; 
	width: 64px;
	height: 64px;
} 

.lupa {
	position:absolute; 
	top:3px; 
	right: -5px;
	width:30px; 
	height:30px; 
	visibility:visible z-index:1
}

.search {
	border-radius: 10px;
 		-moz-border-radius: 10px;
 		-webkit-border-radius: 10px;
}

.bannerEntidad {
	text-align: center;
	vertical-align: middle;
}

.rucEntidad, .ambienteEntidad {
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.rucEntidad {
	color: #4880ab;
}

.bannerNombre {
	font-family: Century Gothic;
	font-weight: bold;	
	font-size: 25px;
	color: #4880ab;
	margin: 0;
	padding: 0px 0px 6px 0px;
}

/*Publicidad*/
.body_publicidad {
	padding-top: 100px;
    background: #ffffff;
   	vertical-align: middle; 
	text-align: center;
}

table.publicidad_central {
 	width: 100%;	
}

.publicidad_img_midle{
	border:2px solid;
	border-radius:20px;
		-moz-border-radius:20px;
	box-shadow: 5px 5px 5px #888888; 
	width: 512px;
	height: 256px;
} 

/*Paneles emergentes*/
.panelInformativo {
	margin: auto;
  	position: absolute;
 	top: 150px;
 	right: 0px;
 	display: none;
 	background: #000000;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
 		-moz-border-radius-topright: 20px;
 		-webkit-border-top-right-radius: 20px;
 		-moz-border-radius-bottomright: 20px;
 		-webkit-border-bottom-right-radius: 20px;
 	width: 530px;
 	height: auto;
 	padding: 5px 5px 5px 5px;
 	filter: alpha(opacity=85);
 	opacity: .85;
}

.panelInformativo ul.informativa {
 	margin: 0 0 0px 70px;
 	padding: 0;
 	color: #0000FF;
 }
  
 .panelInformativo ul.importante {
 	margin: 0 0 0px 70px;
 	padding: 0;
 	color: #FFFF00;
 }
 
 .panelInformativo ul.critica {
 	margin: 0 0 0px 70px;
 	padding: 0;
 	color: #FF0000;
 }
  
.panelInformativo a, .panelInformativo a:visited {
 	margin: 0;
 	padding: 0;
 	color: #9FC54E;
 	text-decoration: none;
 	border-bottom: 1px solid #9FC54E;
}
  
.panelInformativo a:hover, .panelInformativo a:visited:hover {
 	margin: 0;
 	padding: 0;
 	color: #ffffff;
 	text-decoration: none;
 	border-bottom: 1px solid #ffffff;
}
  
 a.trigger{
 	width: 16px;
	height: 16px;
	background-image: url(/sige/images/panelInfo/images/alert_yellow.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 4px;
	top: 4px;
	color: #fff;
	font: 12px normal Arial, sans-serif;
	line-height: 33px;
	text-align: center;
	cursor: default;
}
  
 a.trigger:hover{
}
  
a.active.trigger {
	background-image: url(../images/ok.png);
}

.menuBox {
	background-color:#adacb2;
	background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.38),rgba(255,255,255,0.16)); 
	background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.38),rgba(255,255,255,0.16));   
	background-image:linear-gradient(180deg,rgba(255,255,255,0.38),rgba(255,255,255,0.16));  
	background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.38),rgba(255,255,255,0.16));
}

/*Tablas Listas*/
table.detalle {
	border-top: 1px solid #DFDFDF;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}

table.detalle tr  {
	border: 0;
}

tr.detalle>td:first-child, tr.detalle>th:first-child {
	padding-left: 1.25em;
}

table.detalle tr>td:last-child, table.detalle tr>th:last-child {
	padding-right: 1.25em;
}

table.detalle td, table.detalle th {
	line-height: 1.5em;
	padding: 0.5em 0.6em;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

table.detalle th {
 	background-color: #efefef;
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaeaea));
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#ffffff', EndColorStr = '#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea')";
	color: #666666;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0.2em 0.6em; 
}

table.detalle thead th {
	white-space: nowrap;
}

table.detalle th a {
	display: block;
	text-decoration: none;
} 

table.detalle th a:link, table.detalle th a:visited {
	color: #666666;
}

table.detalle th a:hover, table.detalle th a:focus {
	color: #333333;
}

table.detalle  th.sortable a {
 	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.1em; 
}

table.detalle th.asc a {
	background-image: url(/sige/images/skin/sorted_asc.gif);
}

table.detalle th.desc a {
	background-image: url(/sige/images/skin/sorted_desc.gif);
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #ffffff;
}

table.detalle tr:hover {
 	background: #7dfa00;
	background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.77),rgba(85,170,0,0.7)); 
	background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.77),rgba(85,170,0,0.7));   
	background-image:linear-gradient(180deg,rgba(255,255,255,0.77),rgba(85,170,0,0.7));  
	background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.77),rgba(85,170,0,0.7));
}

table.detalle td.moneda {
	text-align: right;
	width: 25px;
}
/*Tablas Listas -  Fin*/

/*Tablas Encabezado Documentos*/ 
.encabezado-documento {
	top: 15px;
	left: 10px;
	position: relative;
	float: left;
 	background: #DCFFAE;
	border-color: #000000;
	border-top-left-radius: 10px;
 		-moz-border-radius-topleft: 10px;
 		-webkit-border-top-left-radius: 10px;
 	color: black;
 	width: 900px;
	font: 10px normal Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.encabezado-documento input, .encabezado-documento input select {
	font: 10px normal Arial, sans-serif;
}

table.encabezado-documento-table {
	width: 100%;
}

table.encabezado-documento-table th {
	text-align: right;
	border-collapse:collapse;
	border-left: 1px solid #939393;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

table.encabezado-documento-table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.encabezado-documento-table, table.encabezado-documento-table tr {
	border-collapse:collapse;
	border: 1px solid #939393;
}

table.encabezado-documento-table th.label-grande {
	text-align: center;
	vertical-align: middle; 
	margin: auto;
}
/*Tablas Encabezado Documentos Documentos-Fin*/ 

/*Tablas Detalles Documentos*/ 
.detalle-documento {
	top: 14px;
	left: 10px;
	position: relative;
	float: left;
 	background: #DCFFAE;
	border-color: #000000;
 	color: black;
 	width: 900px;
	font: 12px normal Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	min-height: 135px;
 	border-bottom-left-radius: 10px;
 		-moz-border-radius-bottomleft: 10px;
 		-webkit-border-bottom-left-radius: 10px; 
}

table.detalle-documento-table, table.detalle-documento-table tr {
	border: 1px solid #939393;
	border-collapse:collapse;
}

table.detalle-documento-table td, table.detalle-documento-table th {
	border-left: 1px solid #939393;
	border-collapse:collapse;
	text-align: center;
}

table.detalle-documento-table {
	width: 100%;
}

table.detalle-documento-table td {

}

.documento-detalle-errores {
	top: 210px;
	left: 940px;
	position: absolute;
	z-index: 9999;
}

.detalle-errorEnvio {
	display:none;
   	z-index:999;
   	position:absolute;
   	border: 1px solid white;
   	text-align:center;
   	background:#adacb2;
   	border-radius: 20px;
   	top: calc(50% - 210px/2);
   	left: calc(50% - 700px/2);
   	width: 700px;
   	padding: 15px;
   	color: white;
   	font: 12px normal Arial, sans-serif;
}

.detalle-errorEnvio-table  {
	width: 100%;
	border-collapse:collapse;
}

.detalle-errorEnvio-table  tr, .detalle-errorEnvio-table  td, 
.detalle-errorEnvio-table  th {
	border: 1px solid white;
}

.detalle-errorEnvio-table th {
	height: 35px;
}
/*Tablas Detalles Documentos-Fin*/ 

/*Documentos Adicionales*/
.documento-adicional-box {
	display: none;
	margin: auto;
	top: calc(50% - 75px);
	text-align: center;
	position: absolute;
	left: calc(50% - (390px/2));
	padding: 15px;
  	background: #000000;

	border-radius: 10px;
		-moz-border-radius: 10px;
 		-webkit-border-radius: 10px;
 		
 	color: white;
 	width: 390px;
	font: 10px normal Arial, sans-serif;
}

table.documento-adicional-table td, table.documento-adicional-table th {
	background: #000000;
	border-left: 1px solid white;

}

.documento-adicional-table {
	width: 100%;
	border-collapse:collapse;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

table.documento-adicional-table tr {
	border: 1px solid white;
}

table.documento-adicional-table td.cerrar {
	padding-top: 15px;
	padding-bottom: 15px;
}

table.documento-adicional-table td.atributo {
}

table.documento-adicional-table td.descripcion {

}

table.documento-adicional-table td.descripcion-show {

}
/*Documentos Adicionales-Fin*/

/*Tablas Subtotales Documentos*/ 
table.subtotales-subtotal {
	width: 100%;
}
table.subtotales-subtotal td.subtotales-label {
	padding-left: 10px;
}

table.subtotales-subtotal td.subtotales-valor {
	text-align: right;
}

table.subtotales-subtotal th.detalle-documento-table-headder {
	
}
/*Tablas Subtotales Documentos-Fin*/ 

/*Subtotales*/
.subtotales {
	position: relative;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
  	background: #DCFFAE;
  	
	border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
 		-webkit-border-bottom-right-radius: 10px;
 		
	border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
 		-webkit-border-top-right-radius: 10px;
 
 	color: black;
 	width: 167px;
	font: 12px normal Arial, sans-serif;
}

.subtotal {
	text-align: right;
}

table.subtotales-subtotal {
}

table.subtotales-subtotal td.subtotales-relleno {
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
}
/*Subtotales-Fin*/

/*Div para ejecución de ajax*/
#block-popup {
	position:absolute;
    top: 0%;
    left: 0%;
    width:2400px;
    height:2000px;
    margin-top: -800px;
    margin-left: -650px;  
    z-index: 999999;
    background-color:Black;
    opacity:0.6;
}

.indicador-ejecucion {
   position:absolute;
   top: calc(50% + 64px);
   left: calc(50% + 64px);
   width: 128px;
   height: 128px;
   border: 1px solid #ccc;
   border:  2px solid black;
   z-index:100; 
   border-radius: 10px;
	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
}
/*Div para ejecución de ajax-Fin*/

/*Div de Atributos de Productos*/
.atributos-Producto {
	margin: auto;
	top: 275px;
	text-align: center;
	position: absolute;
	right: 50px;
	float: right;
	padding: 15px;
  	background: #7dd4ff;
  	
	border-radius: 10px;
		-moz-border-radius: 10px;
 		-webkit-border-radius: 10px;
 		
 	color: black;
 	width: 370px;
	font: 12px normal Arial, sans-serif;
}

table.atributos-Producto-table td, table.atributos-Producto-table th {
	background: #7dd4ff;
	border-left: 1px solid black;
}

table.atributos-Producto-table {
	border-collapse:collapse;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

table.atributos-Producto-table  tr{
	border: 1px solid black;
}

table.atributos-Producto-table td.atributo {
	width: 170px;
}

table.atributos-Producto-table td.descripcion {
	width: 250px;
}

table.atributos-Producto-table td.descripcion-show{
	width: 250px;
}

table.atributos-Producto-table td.accion {
	
}

input.boton {
	border: 0;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.25em 0;
	overflow: visible;
	padding: 0.25em 0.7em;
	text-decoration: none;

	   -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	        border-radius: 0.3em;
}

input.boton:hover, 
input.boton:focus,
input.boton a:hover, 
input.boton a:focus {
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
/*Div de Atributos de Productos-Fin*/

/*Div impuestos productos*/
.detalle-documento-impuestos {
	display: none;
	margin: auto;
	top: -20px;
	left: calc(50% + 50px);
	text-align: center;
	position: absolute;
	padding: 15px;
  	background: #333333;
	border-radius: 10px;
		-moz-border-radius: 10px;
 		-webkit-border-radius: 10px;
 		
 	color: white;
	font: 12px normal Arial, sans-serif;
}

.detalle-documento-impuestos-table td.impuesto-td {
	border-left: none;
}

.detalle-documento-impuestos-table td.impuesto-td-boton {
	border-left: none;
	padding-top: 5px;
}
/*Div impuestos productos-Fin*/

/*Div crear cliente rápido*/
.creaClienteRapido-Box {
	display:none;
   	z-index:999;
   	position:absolute;
   	border: 1px solid #333333;
   	text-align:center;
   	background:#000000;
   	border-radius: 20px;
   	top: calc(50% - 210px/2);
   	left: calc(50% - 700px/2);
   	width: 700px;
   	padding: 15px;
   	color: white;
   	font: 12px normal Arial, sans-serif;
}

.creaClienteRapido-table input {
	color: black;
}

.creaClienteRapido-table {
	width: 100%;
}

.creaClienteRapido-table td {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

.creaClienteRapido-table td.creaClienteRapido-table-label {
	text-align: right;
}

.creaClienteRapido-table-botonderecho {
	text-align: right;
}

.creaClienteRapido-table-botonizquierdo {
	text-align: left;
}
/*Div crear cliente rápido-Fin*/

/* Datos Grafico */
.show-graficos{ 
	float: left;  
   	overflow:auto; 
 	font-size: 10px;
	width: 100%;
}

.show-noDatos{ 
	float: right;
  	position: relative;
  	left: -35%; /* or right 50% */
/*   	text-align: left; */
  	vertical-align: middle;
  	margin-top:100px;
  	
}

.contenedorTablayGrafico{ 
	vertical-align: middle;
	font-size: 10px;
 	background: white; 
}

.contenedorGrafico{   
	float: left;  
	width:100%;
 	background: white; 
	vertical-align: middle;
}
.contenedorTablaGrafico{ 
    float: rigth;  
	overflow:auto;  
	width:48%;
	/* background: white; */
	vertical-align: middle;
 }

.grafico{  
	line-height: 2.5em;
	padding: 0.1em 0.1em;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	width: 100%;
}

.tablaGrafico{
	padding: 0.5em 0.1em;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	border-style:dashed; 
    border-width:2px;
    border:2px solid;
	border-color: black;
	border-radius:20px; 
}

th.detalleGrafico {
	background-color: #4d4d4d;
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaeaea));
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#ffffff', EndColorStr = '#eaeaea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea')";
	color: #4d4d4d;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0.2em 0.6em;
	/* border-radius:20px;  */
}

tr.detalleGrafico  {
   border-collapse:collapse;
   border-radius: 10px;
	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
	background: #fa00c2;
	
}

td.detalleGrafico{
	line-height: 2.5em;
	padding: 0.1em 0.1em;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;

}

thead.detalleGrafico {
 border-radius:20px; 
 background: #7dfa00;
}

tr.detalleGraficoTotal  {
   background-color: #4d4d4d;
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #eaeaea, #ffffff);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#eaeaea ), color-stop(1, #ffffff));
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#eaeaea', EndColorStr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaea', EndColorStr='#ffffff')";
	color: #4d4d4d;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0.2em 0.6em;
}

td.tablaGraficoTotalGeneral{
	order-radius:20px; 
 	text-align: left;
 	background-color: #4d4d4d;
	background-image: -moz-linear-gradient(top, #eaeaea, #ffffff);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#eaeaea ), color-stop(1, #ffffff));
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#eaeaea', EndColorStr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaea', EndColorStr='#ffffff')";
	color: #4d4d4d;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0.2em 0.6em;
}

.imgInformativo {
	border-radius: 20px;
	box-shadow: 0 0 10px 5px black;
	-moz-box-shadow: 0 0 10px 5px black;
	-webkit-box-shadow: 0 0 10px 5px black; 
}

/*Wizard*/
.box {
  	width:250px;
  	height:55px;
  	float:left;
  	background-color:white; 
 	margin:25px 5px;
  	border-radius:5px;
}

.box h3 {
	font-size: 14px;
	font-family: 'Didact Gothic', sans-serif;
}

.boxFirst {
 	margin-left: 55px;
}

.box3 h3 {
 	font-weight:normal;
  	text-align:center;
  	vertical-align: middle;
  	padding-top:15px;
  	padding-bottom:10px;
  	color:#fff;
  	
  	margin-left:6%;
  	margin-right:6%;
  	margin-top:3%;
  	margin-bottom:3%;
  	border:2px dashed #F7EEEE;
  	border-radius:5px;

}

.box1 h3 {
 	font-weight:normal;
  	text-align:center;
  	vertical-align: middle;
  	padding-top:15px;
  	padding-bottom:10px;
  	color:#fff;
  	
	width:87%;
  	height:25px;
  	margin-left:6%;
  	margin-top:3%;
}

.box3 {
  	background-color: #9EEBA1;
}

.shadow1, .shadow3{
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.box1 {
	background-color: #EBA39E;
}

.shadow1:before, .shadow1:after, .shadow3:before, .shadow3:after{
  	position:absolute;
  	content:"";
  	bottom:12px;left:15px;top:80%;
  	width:45%;
  	z-index:-1;
  	-webkit-transform: rotate(-6deg);
  	-moz-transform: rotate(-6deg);
  	transform: rotate(-6deg);
}

.shadow1:before, .shadow1:after {
  	background:#9B7468;
  	-webkit-box-shadow: 0 20px 15px #9B7468;
  	-moz-box-shadow: 0 20px 15px #9B7468;
  	box-shadow: 0 20px 15px #9B7468;
}
.shadow3:before, .shadow3:after {
	background:#479F41;
  	-webkit-box-shadow: 0 20px 15px #479F41;
  	-moz-box-shadow: 0 20px 15px #479F41;
  	box-shadow: 0 20px 15px #479F41;
}

.shadow1:after, .shadow3:after {
  	-webkit-transform: rotate(6deg);
  	-moz-transform: rotate(6deg);
  	transform: rotate(6deg);
  	right: 15px;left: auto;
}

 .wizard-labels li {
	list-style-type: none;
 	margin-right: 0.5em;
	padding: 0;
}

.wizard-bienvenido-box, 
.wizard-despedida-box  {
	position: absolute;
  	width:250px;
  	height:75px;
  	float:left;
  	background-color:white; 
 	margin:100px 55px;
  	border-radius:5px;
  	width: 100%
}
 
.wizard-datos-box  {
	/*position: absolute;*/
	position:relative;
  	width:250px;
  	height:75px;
  	float:left;
  	background-color:white; 
 	margin:430px 55px;
  	border-radius:5px;
  	width: 100%
}

.wizard-bienvenido-box-text, 
.wizard-datos-box-text, 
.wizard-despedida-box-text {
	background-color: #9EEBA1;
	width: 85%;
	padding: 25px;
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.wizard-datos-box-text {
	background-color: #00a1ff;
	width: 100%;
	padding: 10px;
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.wizard-bienvenido-box-text:before, .wizard-bienvenido-box-text:after, 
.wizard-datos-box-text:before, .wizard-datos-box-text:after, 
.wizard-despedida-box-text:before, .wizard-despedida-box-text:after {
  	background:#9B7468;
  	-webkit-box-shadow: 0 20px 15px #9B7468;
  	-moz-box-shadow: 0 20px 15px #9B7468;
  	box-shadow: 0 20px 15px #9B7468;
}

.wizard-bienvenido-box-text:before, .wizard-bienvenido-box-text:after,
.wizard-datos-box-text:before, .wizard-datos-box-text:after,
.wizard-despedida-box-text:before, .wizard-despedida-box-text:after  {
  	position:absolute;
  	content:"";
  	bottom:12px;left:15px;top:80%;
  	width:45%;
  	z-index:-1;
  	-webkit-transform: rotate(-6deg);
  	-moz-transform: rotate(-6deg);
  	transform: rotate(-6deg);
}

.wizard-bienvenido-box-text:after, 
.wizard-datos-box-text:after, 
.wizard-despedida-box-text:after {
  	-webkit-transform: rotate(6deg);
  	-moz-transform: rotate(6deg);
  	transform: rotate(6deg);
  	right: 15px;left: auto;
}

.wizard-form {
	position: absolute;
	top: 10px;
	right: 10px;
}

.texto-suelto {
	font-size: 12px;
}

.wizard-datos-error {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
}

.datos-comercial{
	position: absolute;
	margin-top: -15px;
	margin-left: 0px;
	width: 400px;
	z-index: 9999;
}

.nombreComercial{
	position: absolute;
	margin-top:  0px;
	margin-right: 0px;
	
	font-family: Century Gothic;
	font-weight: bold;	
	font-size: 12px;
}

.correoComercial {
	position: absolute;
	margin-top:  10px;
	margin-right: 0px;
	
	font-family: cursive;
	font-weight: bold;	
	font-size: 10px;
}

.register-datos-box-table {
	width: 100%;
}

.register-datos-box-table td {
	padding-top: 10px;
}

.userPhotoComercial {
		position: absolute;
	margin-left: 160px;
	background: white;
	border:2px solid;
	border-color: black;
	border-radius:10px;
		-moz-border-radius:10px;
	box-shadow: 5px 5px 5px black; 
	width: 32px;
	height: 32px;
} 
/*Wizard-Fin*/

.clave-informativo {
	border-radius: 20px;
	box-shadow: 0 0 10px 5px black;
	-moz-box-shadow: 0 0 10px 5px black;
	-webkit-box-shadow: 0 0 10px 5px black; 
	padding: 20px;
	width: 500px;
	margin-left: 27%;
	margin-top: 20px;
}