@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	background-color: #f8f9fa;
	margin-right: 5px;
	margin-left: 5px;
}
.adv_azul{
	color: #1e3a8a;
	background-color: #dbeafe;
	height: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #3b82f6;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	font-size: 16px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.adv_verde{
	color: #14532d;
	background-color: #dcfce7;
	height: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #22c55e;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	font-size: 16px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;	
}
.adv_dorado{
	color: #92400e;
	background-color: #fef3c7;
	height: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #f59e0b;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	font-size: 16px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
div {
	border-radius: 0px;	
}
.imagen{
	border-radius: 130px
}
.imagen-chico{
	border-radius: 45px
}
fieldset{
	border: 2px solid #e2e8f0;
	border-radius: 12px;
	margin: 8px 4px 16px 4px;
	padding: 20px 16px 16px 16px;
	background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 
		0 4px 6px -1px rgba(0, 0, 0, 0.1), 
		0 2px 4px -1px rgba(0, 0, 0, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	position: relative;
	transition: all 0.3s ease;
}

fieldset:hover{
	border-color: #3b82f6;
	box-shadow: 
		0 8px 25px -5px rgba(59, 130, 246, 0.1), 
		0 4px 6px -2px rgba(59, 130, 246, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transform: translateY(-1px);
}

fieldset:focus-within{
	border-color: #1e40af;
	box-shadow: 
		0 0 0 3px rgba(59, 130, 246, 0.1),
		0 8px 25px -5px rgba(59, 130, 246, 0.15), 
		0 4px 6px -2px rgba(59, 130, 246, 0.1);
}

legend{
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #60a5fa 100%);
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: none;
	box-shadow: 
		0 4px 14px 0 rgba(30, 64, 175, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	position: relative;
	margin-left: 10px;
	transition: all 0.3s ease;
}

legend:hover{
	background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #3b82f6 100%);
	transform: translateY(-1px);
	box-shadow: 
		0 6px 20px 0 rgba(30, 64, 175, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

legend h3{
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.calend{
	height: auto;
	max-width: 280px;
	margin-right: auto;
	margin-left: auto;
}
input, select, option {
  display: block;
  min-width: 34px;
  height: 34px;
  padding: 1px 5px;
  font-size: 18px;
  color: #374151;
	border-radius: 6px;
	margin-left:5px;
	margin-right:5px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d1d5db;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);  
}
input:focus {
  border-color: #3b82f6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
          box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.tex-der {
	display: block;
	float: left;
	height: 34px;
	max-width: 60%;
	margin-right:0px;
	padding: 1px 5px;
	font-size: 18px;
	border-radius: 6px 0px 0px 6px;
    line-height: 1.42857143;
	color: #374151;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d1d5db;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);  
}
.tex-der:focus {
  border-color: #3b82f6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
          box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.medio-der {
	display: block;
	float: left;
	height: 34px;
	width: 44px;
	margin-right:0px;
	padding: 1px 5px;
	font-size: 18px;
    line-height: 1.42857143;
	color: #374151;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d1d5db;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);  
}

.btn-der {
	float: left;
	height: 34px;
	width: auto;
	font-size: 16px;
	border-radius: 0px 6px 6px 0px;
	color: #fff;
	background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
	border: 1px solid #3b82f6;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	transition: all 0.2s ease-in-out;
}
.btn-der:hover {
	background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px 0 rgba(59, 130, 246, 0.3);
}

.btn {
  height: 38px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
  border-color: #3b82f6;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
	background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px 0 rgba(59, 130, 246, 0.3);
}
.pagina {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.cabecera {
	height: 120px;
	width: 100%;
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #60a5fa 100%);
	color: #ffffff;
	border: 1px solid #1e40af;
	background-repeat: repeat-x;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.menu {
	height: auto;
	width: 100%;
	float: left;
	border-radius: 8px;
	background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.menu-izq {
	float: left;
	width: 50%;
}
.menu-der {
	float: right;
	width: 50%;
	text-align: right;
}
.logo {
	height: 100px;
	width: 130px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.titulo{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 36px;
	color: #ffffff;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.usuario {
	float: right;
	height: 30px;
	width: auto;
	text-align: center;
	color: #1f2937;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #f3f4f6;
	border: 1px solid #d1d5db;
	border-radius: 6px;
}
.aliniar_vertical {
	vertical-align:sub;	
}
.salir {
	float: right;
	height: 30px;
	width: auto;
	text-align: center;
	color: #FFF;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
	border: 1px solid #dc2626;
	margin-right: 5px;
	border-radius: 6px;
	transition: all 0.2s ease-in-out;
}
.salir:hover {
	background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px 0 rgba(220, 38, 38, 0.3);
}
.contenido {
	height: auto;
	width: calc(100% - 0px);
	background-color: #f8f9fa;
	float: left;
	background-image: url(../imagen/fondo_crediban.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.cuadro {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.arriba{
	width: 100%;
	height: auto;
	float: left;
}
.abajo{
	float: left;
	height: auto;
	width: 100%;
}
.login {
	height: auto;
	width: 100%;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	float: left;
	color: #374151;
	border: 1px solid #3b82f6;
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
	text-align: center;
	padding-top: 10px;
	background-repeat: repeat;
	border-radius: 8px;
}
.userlog {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.pie {
	height: 60px;
	width: 100%;
	text-align: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #60a5fa 100%);
	float: left;
	color: #fff;
	background-repeat: repeat-x;
	border: 1px solid #1e40af;
	box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
}
.pie a{
	text-decoration:none;
	color:#FFF;
	transition: color 0.2s ease-in-out;
}
.pie a:hover{
	color:#dbeafe;
}
.caja{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	height: auto;
	width: auto;
	text-align: center;
}
.form-table {
	border: solid 0px #e5e7eb;
	border-radius: 8px;
	text-align: left;
	margin-left: 0.5%;
	max-width: 99%;
}
.form-table tr td{
	border:0px;
	height: auto;
    padding: 3px 5px 3px 5px;
}
table {
	border:thick solid 1px #d1d5db;
	border-radius: 8px;
	border-collapse:collapse;
	margin-bottom: 5px;
	margin-left:0.5%;
	max-width:99%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	}
table tr td{
	border:solid 1px #e5e7eb;
	height:34px;
}
table th, td {
    padding:           0.3em;
}
.table_cabeza{
	text-transform: uppercase;
	text-align: center;
	color: #1f2937;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: 600;
	background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
	background-repeat: repeat-x;
}
.table_cabeza:hover{
	text-transform: uppercase;
	text-align: center;
	color: #1f2937;
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}
.table_cabezan{
	text-transform: uppercase;
	text-align: left;
	color: #1f2937;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
	background-repeat: repeat-x;
}

.table_cont2 {
	border: 1px solid #3b82f6;
	color: #FFF;
	background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
}
.table_cont {
	background-color: #fff;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;	
}
.table_chat {
	background-color: #fff;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}
.table_cont:hover {
	background-color: #f0fdf4;
}
/******************************/
.tb_text_der{
	text-align: right;
}
.tb_text_cen{
	text-align: center;
}
.tb_text_dertxt{
	text-align: right;
	font-weight: bold;
	background-color: #FFF;
}
.tb_test_izq{
	text-align: left;	
}
.text_izq{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #1e40af;
	font-weight: 600;
}
.rderecha{
	width: auto;
	float: left;
	height: auto;

	font-size: 12px;
	margin-top: 10px;
}
.rizquierda {
	width: auto;
	float: left;
	height: auto;

	margin-top: 10px;
}
.rmedio{
	width: auto;
	float: left;
	height: auto;

	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.subtitulo{
	font-weight: 600;
	color: #1f2937;
	}
.advertencia{
	color: #dc2626;
	background-color: #fecaca;	
}
.conforme{
	color: #1e40af;
	text-align: center;
}
.advertencian{
	color: #dc2626;
	text-align: right;
}
.felicidades{
	color: #92400e;
	text-align: justify;
	background-color: #fef3c7;
	padding: 10px;
	font-weight: 600;
	border-radius: 6px;
	border-left: 4px solid #f59e0b;
}
a.button{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	background: transparent url('../imagen/boton_naranja_derecha.png') no-repeat scroll top right;
	display: block;
	float: right;
	height: 32px;
	margin-right: 6px;
	padding-right: 20px;
}
a.button span {
	background: transparent url('../imagen/boton_naranja_izquierda.png') no-repeat;
	display: block;
	line-height: 22px;
	padding: 4px 0px 5px 18px;
	color: #FFF;
	}
a.button:hover span {
	text-decoration: none;
	color: #CCC;
	}
.rproducto {
	height: auto;
	width: auto;
	overflow: auto;
	text-align: center;
	margin-right: 45px;
	margin-left: 45px;
}
.productos {
	width: 117px;
	float: left;
	margin: 10px;
	padding: 10px;
	height: 170px;
	background-image: url(../imagen/fondo_producto.png);
	text-align: center;
	color: #1f2937;
}
.costo {
	font-size: 16px;
	color: #1e40af;
	font-weight: 600;
}
.costo:hover {
	font-size: 16px;
	color: #1e40af;
	font-weight: 600;
	background-color: #dbeafe;
}
.txtizquierdo{
	height: auto;
	width: 550px;
	float: left;
	margin-right: 10px;
	text-align: justify;
	
}
.txtderecho{
	height: 285px;
	width: 285px;
	float: left;
	margin-left: 10px;
	padding: 10px;
	background-image: url(../imagen/plato.png);
	background-repeat: no-repeat;
}
.portal {
	height: auto;
	width: auto;
	padding: 1px;
}
.izq {
	height: auto;
	width: 600px;
	float: left;
	padding: 10px;
	text-align: justify;
	border: 1px solid #3b82f6;
}
.der {
	height: auto;
	width: 237px;
	float: right;
	margin-left: 10px;
	border: 1px solid #3b82f6;
}
.plano {
	height: auto;
	width: 553px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.cont_pie {
	float: left;
	height: 25px;
	width: 100%;
	background-repeat: no-repeat;
}
.content {
	height: auto;
	width: 100%;
	float: left;
	border: 1px solid #d1d5db;
}

/*Primera fila, primera celda*/
table tr:first-child td:first-child {
	border-radius:8px 0px 0px 0px;
}
 
table tr:first-child td:last-child {
	border-radius:0px 8px 0px 0px;
}
 
table tr:last-child td:first-child {
	border-radius:0px 0px 0px 8px;
}
 
table tr:last-child td:last-child {
	border-radius:0px 0px 8px 0px;
}
.text_rojo{
	color: #dc2626;
}
.text_azul{
	color: #1e40af;
}
.text_verde{
	color: #16a34a;
}
.corte{
	height: auto;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 16px;
}
.table-dato {
	border:solid 0px #e5e7eb;
	margin-left:2px;
	width: 100%;
}
.table-dato tr td{
	border:0px;
	height: auto;
    padding: 5px 5px 5px 5px;
}
.liquidar{
	height: auto;
	max-width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Datos{
	background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
}
@media screen and (max-width: 800px) {
input, select, option {
  display: block;
  width: 97%;
  height: 34px;
  padding: 1px 5px;
  font-size: 18px;
  color: #374151;
	border-radius: 6px;
	margin-left:5px;
	margin-right:5px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d1d5db;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);  
}
}
.pagina .contenido .cuadro .cont_der {
	float: left;
	height: auto;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_izq {
	float: left;
	height: auto;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_uno {
	float: left;
	height: auto;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_dos {
	float: left;
	height: auto;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_tres {
	float: left;
	height: auto;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_full{
	width: 100%;
	height:auto;
	float:left;
}

#bgVentanaModal {
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#VentanaModal {
	background-color: #CEDEFF;
	border: 1px solid #FFF;
	position: absolute;
	height: 100%;
	width: 370px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
.stilo_modal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

@media screen and (max-width: 660px) {
.pagina .contenido .cuadro .cont_der {
	float: left;
	height: auto;
	width: 100%;
	min-width: 330px;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_izq {
	float: left;
	height: auto;
	width: 100%;
	min-width: 330px;
	margin-right: auto;
	margin-left: auto;
}
}
@media screen and (max-width: 860px) {
.pagina .contenido .cuadro .cont_uno {
	float: left;
	height: auto;
	width: 100%;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_dos {
	float: left;
	height: auto;
	width: 100%;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_tres {
	float: left;
	height: auto;
	width: 100%;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
}
.ayuda {
	background-color: #009;
	height: 400px;
	width: 400px;
	border: 1px solid #0F6;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2000;
}
.pagina .contenido .cuadro .mensaje {
	color: #090;
	background-color: #B7FFB7;
	min-height: 32px;
	max-width: 1080px;
	border: 2px solid #0F0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1080px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	float: left;
}
.pagina .contenido .cuadro .etiketa {
	background-image: url(../imagen/etiketa.png);
	height: 48px;
	width: 48px;
	position: relative;
	margin-top: -10px;
	margin-left: -10px;
}
