/***FUNCIONES PARA EL HEADER **/
.divHeader {
    height:100px;
    background-color: #025587;
}
.tituloHeader {
    color:white;
    vertical-align: bottom;
}
.spanHeader {
    color:#80FFFF;
}

/*********************************FIN FUNCIONES DEL HEADER ***/
/*********************************FUNCIONES PARA EL FOOTER **/
.divFooter{
    /*height:50px;*/
    height:100%;
    width:100%;
    bottom:0;
    position:relative;
    background-color: #025587;
}
.tituloFooter {
    color: white;
}
/*********************************FIN FUNCIONES PARA EL FOOTER ***/
/*********************************FUNCIONES PARA LAS VISTAS **/
.divPlaceContener {
    background-color:#F0EFE2;
    min-height:80vh;
}
.divPlaceContenerInicio { 
    background-color:#F0EFE2;
    min-height:80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tituloPanel {
    font-weight: bold;
    background-color:#F0EFE2;
}
.tituloAutenticado {
    font-weight: bold;
    color: #80FFFF
}
.divPanelLogin {
    margin-left:10px;
    margin-top: 15px;
    background-color:#F0EFE2;
    border: 1px solid lightgrey;
    vertical-align: middle;
    width:350px;
}
.divPanelTabla {
    margin-left:10px;
    margin-right:10px;
    margin-top: 15px;
    background-color:#F0EFE2;
    border: 1px solid lightgrey;
    vertical-align: center;
    width:1400px;
    /*height:700px;*/
}
/*css que se utilizan en pos*/
.posTabla {
    margin-left:10px;
    margin-right:10px;
    margin-top: 15px;
    background-color:grey;
    border: 1px solid rgb(211, 211, 211);
    vertical-align: center;
    width:1200px;
    /*height:700px;*/
}

.posTablaEncabezado{
    margin-left:10px;
    margin-right:10px;
    margin-top: 15px;
    background-color:white;
    border: 1px solid rgb(211, 211, 211);
    vertical-align: center;
    width:1200px;
}

.Tabladescripcion{
    margin-left:10px;
    margin-right:10px;
    margin-top: 15px;
    background-color:white;
    border: 1px solid rgb(211, 211, 211);
    vertical-align: center;
    width:1200px;
    height:1000px;
}

/*css que se utilizan en pos*/
.divPanelDataTable {
    margin-left:10px;
    margin-right:10px;
    margin-top: 15px;
    background-color:#F0EFE2;
    border: 1px solid lightgrey;
    vertical-align: middle;
    right:10;
}
.divTituloPanel {
    margin-left:0px;
    /*text-align: center;*/
    background-color:#F0EFE2;
    border: 1px solid lightgrey;
    width:100%;
    font-weight: bold;
    color: #025587;
}

#catMenu {
    margin-left:10px;
    font-family:Arial;
    border-collapse: collapse;
    text-transform:uppercase;
    font-size: 12px;
    border: 5px;
}

#catMenu th p {
    background-color:#29415D;
}

#catMenu th {
    /*border: 1px solid #ddd;*/
    border-radius: 2px;
    border-color: white;
    padding: 0px;
}

#catMenu th a {
    display:block;
    color:#fff;
    font-weight:300;
    padding:13px;
}

#catMenu th p {
    position:relative;
    float:left;
    padding:0px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#catMenu th p:hover {
    background: #5c9ccc;
}


/*********************************FIN FUNCIONES PARA LA VISTA ***/
/*******************************FUNCIONES PARA EL MENUKERP ****************/
.button_kerp {
    background-color: #29415D; 
    border-radius: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    height:40px;
    width:120px;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  
  .button2_kerp {
    background-color: #29415D; 
    color: white; 
    border: 2px solid #5c9ccc;
  }
  
  .button2_kerp:hover {
    background-color: #5c9ccc;
    color: black;
  }

  .button_kerp3 {
    background-color: #29415D; 
    border-radius: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    height:30px;
    width:80px;
    transition-duration: 0.3s;
    cursor: pointer;
    font-family:Arial;
  }
  
  .button4_kerp {
    background-color: #29415D; 
    color: white; 
    border: 2px solid #5c9ccc;
    font-family:Arial;

  }
  
  .button4_kerp:hover {
    background-color: #5c9ccc;
    color: black;
    font-family:Arial;
  }

  .button_frmPrincipal {
    background-color: #29415D; 
    border-radius: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    height:125px;
    width:200px;
    transition-duration: 0.3s;
    cursor: pointer;
    font-size: 25px;
  }
  
  .button1_frmPrincipal {
    background-color: #29415D; 
    color: white; 
    border: 2px solid #5c9ccc;
  }
  
  .button1_frmPrincipal:hover {
    background-color: #5c9ccc;
    color: black;
    font-size: 18px;
  }

#menu_kerp ul li {
    background-color:#29415D;
}

#menu_kerp ul {
    list-style:none;
    margin:0;
    padding:0;
}

#menu_kerp ul a {
    display:block;
    color:#fff;
    text-decoration:none;
    font-weight:500;
    font-size:12px;
    padding:18px;
    /*font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: Arial; 
   text-transform:uppercase;
   letter-spacing:1px;
}

#menu_kerp ul li {
    position:relative;
    float:left;
    margin:0;
    padding:0;
    z-index:1;
}

#menu_kerp ul li:hover {
    /*background:#4b83db;*/
    background: #5c9ccc;
    color: #e17009 !important;
}

#menu_kerp ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:1;
    padding:0;
}

#menu_kerp ul ul li {
    float:none;
    width:200px;
}

#menu_kerp ul ul a {
    line-height:170%;
    padding:10px 15px;
}

#menu_kerp ul li:hover > ul {
    display:block;
}

#menu_kerp li ul li ul  {
    position:absolute;
    right:-200px;
    top:0px;
}


/*******productos*****/

.lproductos {
    margin-left:10px;
    margin-right:10px;
    margin-top: 15px;
    background-color:white;
    border-radius: 8px;
    border: 2px outset #F0EFE2;
    width:300px;
    height: 300px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.lproductosvista {
    margin-left:10px;
    margin-right:10px;
    margin-top: 15px;
    background-color:white;
    border: 1px solid lightgrey;
    vertical-align: center;
    width:600px;
    height:375px;
    font-weight: bold;
    font-size: 17px;
    white-space: wrap;
    padding: 5px;
    text-align: center;
    /*text-transform: uppercase;*/
}


.lproductosvistaimagen {
    margin-left:10px;
    margin-right:10px;
    margin-top: 15px;
    background-color:white;
    border: 1px solid lightgrey;
    width:400px;
    height:500px;
    text-align: center;
}
.totalesSolicitud {
    margin-left:10px;
    margin-right:10px;
    margin-top: 15px;
    background-color:#F0EFE2;
    border: 1px solid lightgrey;
    vertical-align: middle;
    width:100px;
    height:50px;
    font-weight: bold;
    font-size: 17px;
    white-space: wrap;
    text-align: center;  
    /*text-transform: uppercase;*/
}
/********************************FINALIZA FUNCIONES DEL MENU KERP*********/
/* FUNCIONES CSS PARA MENU */
/*forma como se ve cuando levanta la pagina*/
/*Menu: Orientation Horizontal*/
.menu_principal
{
    font-size: 12px;
    font-family: Arial;
    text-align:left;
    Color: Black ;
    /*background: #FFEDA4;*/
    background:-moz-linear-gradient(#FFFAE6 50%, #79CAFF 110%);
    border-bottom-color:#999999;
    border-bottom-width:6px;
    border-bottom-style: solid;
    height:35px;
    }
    
.menu_DynamicHoverStyle:hover /*Cuando pasa el mouse sobre los items del submenu*/
{
   background-color: #CEE3FF;/* #79CAFF; /*#D6D6D6;*/
	font-family:  Arial;
    font-size: 11px;
    text-align:left;
    /*Color : #666666;
    font-weight:bold;*/
    margin-bottom: 1px;
	/*background: #E2E2E2; */
}    
.menu_DynamicMenuItemStyle /*:hover /*Apariencia de submenu*/
{	
    padding :  2px;  
    Color: Black ;/*#575757;/*#826BA0; */
    /*border-left-style: solid;
    border-left-color: #A7A7A7;
    border-left-width: 1px;*/
   
    height: 11px;
    font-size: 11px;
    border-top-style:solid;
    border-top-color:#D3D3D3;
    border-top-width:1px;
    
    background: #FFFAE6;/*#FFEDA4;*/
    padding:3px;
    outline-color:White;
    /*font-family:  Arial;
    padding : 2px 5px ;
    text-align :left ;
    Color : #826BA0; */
    
    }    
.menu_DynamicMenuStyle 
{
    font-family:Arial;
    text-align:left;
    font-size: 11px;
    /*background-color: Silver;*/
    /*height: 25px;*/
    color: #826BA0;
    /*background:red;*/
    }
.menu_DynamicSelectedStyle /* Cuando hago clic sobre el item de sub menu*/
{
    background-color:  #FFFAE6;/*#826BA0;*/
    font-family:  Arial  ;
    font-size: 11px;
    color:  black ;
    text-align:left;
    } 
.menu_StaticHoverStyle /*Cuando pasa el mouse sobre el menu principal*/
{
	/*background:#0033FF; /* #CCE0FF;/*#D6D6D6;*/
	background:-moz-linear-gradient(#FFF0B3 50%, #48B6FF 110%);
    font-family:  Arial;
    font-size: 11px;
    text-align:left;
    /*height: 35px;*/
    color : black;
    /*Color : #666666; /*#826BA0;*/
    /*font-weight:bold;*/
}
    
.menu_StaticMenuItemStyle /* Vista del menu cuando inicia la pagina*/
{
    /*padding :  1px; */
    /*#575757;/*#826BA0; */
    /*border-left-style: solid;
    border-left-color: #A7A7A7;
    border-left-width: 1px;*/
    border-right-style: solid;
    border-right-color: #A7A7A7;
    border-right-width: 1px;
    /*height: 30px;*/
    
    /*border-top-style:solid;
    border-bottom-style:solid;
    border-top-color:#D3D3D3;
    border-bottom-color:#D3D3D3;
    border-top-width:1px;
    border-bottom-width:1px;*/
    /*padding-right: 1px;*/
    /*border-radius: 5px 5px 5px 5px; */
    /*#FFEDA4;*/
    padding:6px;
   font-family:  Arial  ;
    font-size: 12px;
    /*outline-color:White;*/
    
    }

.menu_StaticMenuStyle /* Vista del menu cuando inicia la pagina*/
 { 
    /*background-color: #F4F4F4;/*#E5E5E5;*/
    font-family: Arial;
    font-size: 12px;
    text-align:left;
    
    height: 35px;
    
    /*padding-right: 1px;*/
    /*border-radius: 11px 0px 11px 0px; */
    /*background: #FFEDA4;*/
    }

.menu_StaticSelectedStyle
{
     font-family:  Arial  ;
     font-size: 11px;
    color: #826BA0;
     text-align:left;
}

.padre {
    /*background: yellow;*/
    height: 150px;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hijo {
    /*background: red;*/
    width: 120px;
  }

/*PARA LOS FORMS*/
.etiquetaUsuario
{
	font-family: Arial;
	font-size:  small;
	text-align: left;
	font-weight:bold;
}
.fondoForms
{
	background-color : #E2E2E2;
}

.etiquetaCampoLogin
{
	font-family: Arial;
	font-size: small;
	text-align: right   ;
}
.etiquetaCampo
{
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
}
.lbError
{
	font-family: Arial;
	font-size: 10px;
	text-align:  left  ;
    color:Red;
}
.tituloCatalogoLogin
{
	font-family: Arial, Helvetica, sans-serif;
            font-size: small;
            text-align: center;
            font-weight:bold;

}
.sumDataTable
{
	font-family: Arial, Helvetica, sans-serif;
            font-size: small;
            font-weight:bold;
            text-align:center;
}
.nosumDataTable
{
	font-family: Arial, Helvetica, sans-serif;
            font-size: small;
            font-weight:bold;
            text-align: center;
}
.tituloCatalogo
{
	font-family: Arial;
            font-size: 12px;
            text-align: left ;
            font-weight:bold;
           background: #99badd;
           color: white;
           text-shadow: 2px 2px 3px #1f55b7;
           height: 20px;
          
}

.cajasTextTD
{
	font-family: Arial;
	font-size: 12px;
	text-align:  left  ;
	border-width: 1px;
    border-color:  	#D8D8D8  ;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
  
}
.cajasTextTDOption
{
	font-family: Arial;
	font-size: 12px;
	text-align:  left; 
}
.cajasTextPersona
{
    /*Clase para que se active el plugin jpersona **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
	border-width: 1px;
    border-color:  	#D8D8D8  ;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

.labelTextPersona
{
     /*Clase para que se active el plugin jpersona **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
    width: 150px;
    display: inline-block;
    color: #FF8700;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

.labelTextTD
{
	font-family: Arial;
	font-size: 12px;
	text-align:  left  ;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}
.labelTextTDColumnaSuma
{
	font-family: Arial;
	font-size: 12px;
	text-align:  center ;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

divMan {
    margin-left:0px;
    
    /*overflow: scroll;*/
  }
.divTab
{
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}
/*
.cajasTextTD:focus 
{
    /**border:-moz-linear-gradient(blue 50%, gray 110%);**/
    /*border-style: inset;*/
    /**border-width: 2px;**/
    /*
    border-color: blue;
    background-color: #F9F9FF ;
    
}

.cajasTextTD:hover 
{
    /**border:-moz-linear-gradient(blue 50%, gray 110%);**/
    /*border-style: inset;*/
    /**border-width: 2px;**/
   /* border-color: blue;
    background-color: #F9F9FF ;
    
}
*/

.cajasTextTD:focus 
{
/*box-shadow: inset 0 0 0.3em #826BA0;
   /*border: -moz-box-shadow: 8px 5px 0px #000; /*solid 1px -moz-linear-gradient(blue 100%, gray 100%);*/
/*box-shadow: inset 0 0 0.4em #D2D2D2;
-moz-box-shadow: inset 0 0 0.4em #D2D2D2;
-webkit-box-shadow: inset 0 0 0.4em #D2D2D2;*/
box-shadow:  0 0 0.2em #319AFF;
       -moz-box-shadow: 0 0 0.2em #319AFF;
       -webkit-box-shadow: 0 0 0.2em #319AFF;
       border-width: 1px;
      /* border-color: #009900;*/
   /*border-width: 1px;*/
   /*border-style: inset;*/
   /*border-width: 2px;*/
   border-color: BLUE;  
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(black 50%, #00CCFF 60%);*/
}

.cajasTextTD:hover 
{
   /*border:-moz-linear-gradient(blue 50%, gray 110%);*/
  border-style: inset;
   border-width: 1px;
   border-color: blue;
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(#00CCFF 50%, #FFFFFF 110%);*/
}
.tablePrincipalCatalogo
{
	background-color : #FAFAFA; /*White;*/
	width: 141px;
	border: 1px solid #EBEBEB;
}
.fondoOpciones
{
	background-color: #D6D6D6; /*#EBEBEB;*/
	
	}


/*FUNCIONES PARA GRID VIEW*/
.grid_Principal /*Vista principal*/
{
    background-color: White; 
    font-family: Arial;
    font-size: 8pt;
    margin-right: 8px;
}
.grid_AlternatingRowStyle /*Intercala las filas*/
{
    background-color: #EBEBEB;/*#E5E5E5;/*#DBD5E3;*/
    font-family: Arial;
    font-size: 8pt;
    color : Black;
    border-left: 1px solid #C5C5C5;
	border-right: 0px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #C5C5C5;
}
.grid_EditRowStyle
{
    background-color: #FF9900;
    font-family: Arial;
    font-size: 8pt;
    color: Black;
    }

.grid_EmptyDataRowStyle
{
    background-color: #FF9900; 
    font-family: Arial;
    font-size: 8pt;
    color: White; 
}
.grid_FooterStyle
{
    background-color: White;
    font-family: Arial;
    font-size: 8pt;
    color:Black;
    }
.grid_HeaderStyle /*Titulo de columnas Grid*/
{
    background-color: #D6D6D6;/*#826BA0;*/
    font-family: Arial;
    font-size: 8pt;
    color: #826BA0;
    }
.grid_HeaderStyle a:link /*Titulo de columnas Grid*/
{
    background-color: #D6D6D6;/*#826BA0;*/
    font-family: Arial;
    font-size: 8pt;
    color: #826BA0;
    }
.grid_HeaderStyle a:hover /*Titulo de columnas Grid*/
{
     background-color:#CCE0FF;/*#BDB1CD;*/
    font-family: Arial;
    font-size: 8pt;
    color:#666666;
    }
    
.grid_PagerStyle /*Paginacion de grid*/
{
    background-color: #B1B1B1;/*#826BA0;*/
    font-family: Arial;
    font-size: 8pt;
    color: #826BA0;
    }
 .grid_RowStyle
 {
    background-color: White; /*Fila contraria de alternating*/
    font-family: Arial;
    font-size: 8pt;
    color:Black;
    }
 
 .grid_RowStyle:hover, .grid_AlternatingRowStyle:hover
{
  background-color: #CCE0FF;
  color: black;
  /*font-weight: bold;*/
}
    
.grid_SelectedRowStyle /*Cuando edita la fila*/
{
    background-color:#CCE0FF;/*#BDB1CD;*/
    font-family: Arial;
    font-size: 8pt;
    color: Black ;
    font-weight: bold;
}
/*FIN FUNCIONES DE GRID*/


/*FUNCIONES BOTONES*/
.bt_Agregar 
{
  background: url(images/btAgregar.png);     
  width: 22px;
     height: 22px;
/*background-position: top left; /* especificar la posicion inicial del fondo*/
background-repeat:  no-repeat; /* evitar repeticion de fondo*/
}
.bt_Agregar:hover 
{
     background: url(images/btAgregar.png);
     background-repeat:  no-repeat;
     width: 25px;
     height: 25px;
}
.bt_Editar
{
background-image: url(images/btEditar.png);     
width: 22px;
     height: 22px;
/*background-position: top left; /* especificar la posicion inicial del fondo*/
background-repeat:  no-repeat; /* evitar repeticion de fondo*/
}
.bt_Editar:hover 
{
     background-image: url(images/btEditar.png);
     width: 25px;
     height: 25px;
}
.bt_Grabar
{
background-image: url(images/btGrabar.png);     
/*background-position: top left; /* especificar la posicion inicial del fondo*/
background-repeat:  no-repeat; /* evitar repeticion de fondo*/
width: 22px;
     height: 22px;
}
.bt_Grabar:hover 
{
     
     width: 25px;
     height: 25px;
}

.bt_Cancelar
{
/*background-position: top left; /* especificar la posicion inicial del fondo*/
background-repeat:  no-repeat; /* evitar repeticion de fondo*/
width: 22px;
     height: 22px;
}
.bt_Cancelar:hover 
{
     width: 25px;
     height: 25px;
}
.bt_Buscar
{
background-image: url(images/btBuscar.png);     
/*background-position: top left; /* especificar la posicion inicial del fondo*/
background-repeat:  no-repeat; /* evitar repeticion de fondo*/
width: 22px;
     height: 22px;
}
.bt_Buscar:hover 
{
     background-image: url(images/btBuscar.png);
     width: 25px;
     height: 25px;
}
.bt_Eliminar
{
/*background-image: url(images/btEliminar.png);     */
/*background-position: top left; /* especificar la posicion inicial del fondo*/
background-repeat:  no-repeat; /* evitar repeticion de fondo*/
width: 22px;
     height: 22px;
}
.bt_Eliminar:hover 
{
     /*background-image: url(images/btEliminar.png);*/
     width: 25px;
     height: 25px;
}
/*FIN FUNCIONES BOTONES*/


.etiquetaRegresar
{
	font-family: Arial;
	font-size: small;
	text-align: left;
	color: #006699;
}
.fondoRegresar
{
	background: #CEE3FF;
}

.imagenGrid
{ 
	  width: 50px;
	  height: 50px;
}

.menu_Miniprincipal
{
    font-size: 11px;
    font-family: Arial;
    text-align:left;
    Color: Black ;
    background:-moz-linear-gradient(#FFFAE6 50%, #79CAFF 110%);
    border-bottom-color:#999999;
    border-bottom-width:6px;
    border-bottom-style: solid;
    height:12px;
    }
    
    
    .menu_MiniStaticMenuStyle /* Vista del menu cuando inicia la pagina*/
 { 
    font-family: Arial;
    font-size: 11px;
    text-align:left;
    height: 12px;
    }
    
    .menu_MiniStaticMenuItemStyle /* Vista del menu cuando inicia la pagina*/
{
    /*padding :  1px; */
    /*#575757;/*#826BA0; */
    /*border-left-style: solid;
    border-left-color: #A7A7A7;
    border-left-width: 1px;*/
    border-right-style: solid;
    border-right-color: #A7A7A7;
    border-right-width: 1px;
    /*height: 30px;*/
    
    /*border-top-style:solid;
    border-bottom-style:solid;
    border-top-color:#D3D3D3;
    border-bottom-color:#D3D3D3;
    border-top-width:1px;
    border-bottom-width:1px;*/
    /*padding-right: 1px;*/
    /*border-radius: 5px 5px 5px 5px; */
    /*#FFEDA4;*/
    padding:6px;
   font-family:  Arial  ;
    font-size: 11px;
    /*outline-color:White;*/
    /*height: 12px;*/
    }
    
    .menu_MiniStaticHoverStyle /*Cuando pasa el mouse sobre el menu principal*/
{
	/*background:#0033FF; /* #CCE0FF;/*#D6D6D6;*/
	background:-moz-linear-gradient(#FFF0B3 50%, #48B6FF 110%);
    font-family:  Arial;
    font-size: 11px;
    text-align:left;
    /*height: 35px;*/
    color : black;
    /*Color : #666666; /*#826BA0;*/
    /*font-weight:bold;*/
}

.botonEditarGrid
{
  background: url(../img/btEditarGrid.png);     
  width: 22px;
     height: 22px;
/*background-position: top left; /* especificar la posicion inicial del fondo*/
background-repeat:  no-repeat; /* evitar repeticion de fondo*/
}
.botonEliminarGrid
{
  background: url(../img/btEliminarGrid.png);     
  width: 22px;
     height: 22px;
/*background-position: top left; /* especificar la posicion inicial del fondo*/
background-repeat:  no-repeat; /* evitar repeticion de fondo*/
}
.boton{ 
/*background:-moz-linear-gradient(#fc0 0%,#F60 100%); */
background:-moz-linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
background:-ms-linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
background:-o-linear-gradient(#D2D2D2 0%,#E2E2E2 100%); 
background:-webkit-linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
background:linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
border:solid 1px #A7A7A7; 
border-radius:5px;
text-align:center;
padding:5px; 
color:#575757; /*#fff;*/
min-width:75px;
height: 25px;
font-size:10px;
font-family:Arial;

} 
.boton:hover{
/*background:-moz-linear-gradient(#fff 0%,#DEDEDE 100%);*/
background:-moz-linear-gradient(#fff 0%,#CEE3FF 100%);
color:#575757; 
font-size:10px;
font-family:Arial;
}

.botonAjax{ 
    /*background:-moz-linear-gradient(#fc0 0%,#F60 100%); */
    /* background:-moz-linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
    background:-ms-linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
    background:-o-linear-gradient(#D2D2D2 0%,#E2E2E2 100%); 
    background:-webkit-linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
    background:linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
    border:solid 1px #A7A7A7; 
    border-radius:5px;
    text-align:center;
    padding:5px;  */
    /*color:#575757; /*#fff;*/
    /* min-width:75px;
    height: 25px;
    font-size:10px;
    font-family:Arial; */
    
    background-color: #29415D; 
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    height:30px;
    width:80px;
    transition-duration: 0.2s;
    cursor: pointer;
    font-family:Arial;
    border: 2px solid #5c9ccc;
    } 
    .botonAjax:hover{
    /*background:-moz-linear-gradient(#fff 0%,#DEDEDE 100%);*/
    /*background:-moz-linear-gradient(#fff 0%,#CEE3FF 100%);*/
    /*color:#575757; */
    /*font-size:10px; */
    /*font-family:Arial; */
    
    border: 2px solid #5c9ccc;
    font-family:Arial;
    background-color: #5c9ccc;
    color: #29415D;
    }


.botonAjaxSeg{ 
    /*background:-moz-linear-gradient(#fc0 0%,#F60 100%); */
    /* background:-moz-linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
    background:-ms-linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
    background:-o-linear-gradient(#D2D2D2 0%,#E2E2E2 100%); 
    background:-webkit-linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
    background:linear-gradient(#D2D2D2 0%,#E2E2E2 100%);
    border:solid 1px #A7A7A7; 
    border-radius:5px;
    text-align:center;
    padding:5px;  */
    /*color:#575757; /*#fff;*/
    /* min-width:75px;
    height: 25px;
    font-size:10px;
    font-family:Arial; */
    
    background-color: #29415D; 
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    height:30px;
    width:175px;
    transition-duration: 0.2s;
    cursor: pointer;
    font-family:Arial;
    border: 2px solid #5c9ccc;
    } 
    .botonAjaxSeg:hover{
    /*background:-moz-linear-gradient(#fff 0%,#DEDEDE 100%);*/
    /*background:-moz-linear-gradient(#fff 0%,#CEE3FF 100%);*/
    /*color:#575757; */
    /*font-size:10px; */
    /*font-family:Arial; */
    
    border: 2px solid #5c9ccc;
    font-family:Arial;
    background-color: #5c9ccc;
    color: #29415D;
    }


    .botRegresar{
        text-decoration: none;
        padding: 3px;
        font-weight: 400;
        font-size: 15px;
        color: white;
        background-color: #29415D;
        border-radius: 6px;
        border: 2px solid #5c9ccc;
      }
      .botRegresar:hover{
        background-color: #5c9ccc;
        color: #29415D;
      }
      
    
    .divSeparador{
        border: 1px solid #5c9ccc;
    }
.theadinvisible
{
 display: none;
}
.fondoBotonMulti
{
	background: #CEE3FF;
	text-align:center;
	border-collapse: separate;
	border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
}

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

.ui-dialog{   
    font-size: 10px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }
.centrar {
/*background-color: #FF9;*/



min-width: 900px;



}

/*** CLASES PARA PLUGINS PERSONALIZADOS DE JQUERY **/

/** Clase utilizada para reconocer el Plugin jpersona  */
.cajasTextPersona
{
    /*Clase para que se active el plugin jpersona **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
	border-width: 1px;
    border-color:  	#D8D8D8  ;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

.cajasTextPersona:focus 
{
/*box-shadow: inset 0 0 0.3em #826BA0;
   /*border: -moz-box-shadow: 8px 5px 0px #000; /*solid 1px -moz-linear-gradient(blue 100%, gray 100%);*/
/*box-shadow: inset 0 0 0.4em #D2D2D2;
-moz-box-shadow: inset 0 0 0.4em #D2D2D2;
-webkit-box-shadow: inset 0 0 0.4em #D2D2D2;*/
box-shadow:  0 0 0.2em #319AFF;
       -moz-box-shadow: 0 0 0.2em #319AFF;
       -webkit-box-shadow: 0 0 0.2em #319AFF;
       border-width: 1px;
      /* border-color: #009900;*/
   /*border-width: 1px;*/
   /*border-style: inset;*/
   /*border-width: 2px;*/
   border-color: BLUE;  
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(black 50%, #00CCFF 60%);*/
}

.cajasTextPersona:hover 
{
   /*border:-moz-linear-gradient(blue 50%, gray 110%);*/
  border-style: inset;
   border-width: 1px;
   border-color: blue;
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(#00CCFF 50%, #FFFFFF 110%);*/
}
.labelTextPersona
{
     /*Clase para que se active el plugin jpersona **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
    width: 150px;
    display: inline-block;
    color: #FF8700;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

/**Clases utilizadas pra reconocer el plugin de direccion  **/

.cajasTextDireccion
{
    /*Clase para que se active el plugin jpersona **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
	border-width: 1px;
    border-color:  	#D8D8D8  ;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

.cajasTextDireccion:focus 
{
/*box-shadow: inset 0 0 0.3em #826BA0;
   /*border: -moz-box-shadow: 8px 5px 0px #000; /*solid 1px -moz-linear-gradient(blue 100%, gray 100%);*/
/*box-shadow: inset 0 0 0.4em #D2D2D2;
-moz-box-shadow: inset 0 0 0.4em #D2D2D2;
-webkit-box-shadow: inset 0 0 0.4em #D2D2D2;*/
box-shadow:  0 0 0.2em #319AFF;
       -moz-box-shadow: 0 0 0.2em #319AFF;
       -webkit-box-shadow: 0 0 0.2em #319AFF;
       border-width: 1px;
      /* border-color: #009900;*/
   /*border-width: 1px;*/
   /*border-style: inset;*/
   /*border-width: 2px;*/
   border-color: BLUE;  
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(black 50%, #00CCFF 60%);*/
}

.cajasTextDireccion:hover 
{
   /*border:-moz-linear-gradient(blue 50%, gray 110%);*/
  border-style: inset;
   border-width: 1px;
   border-color: blue;
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(#00CCFF 50%, #FFFFFF 110%);*/
}
.labelTextDireccion
{
     /*Clase para que se active el plugin jpersona **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
    width: 200px;
    display: inline-block;
    color: #FF8700;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

/**Clases utilizadas pra reconocer el plugin de objetos  **/

.cajasTextObjeto
{
    /*Clase para que se active el plugin jobjeto **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
	border-width: 1px;
    border-color:  	#D8D8D8  ;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

.cajasTextObjeto:focus 
{
/*box-shadow: inset 0 0 0.3em #826BA0;
   /*border: -moz-box-shadow: 8px 5px 0px #000; /*solid 1px -moz-linear-gradient(blue 100%, gray 100%);*/
/*box-shadow: inset 0 0 0.4em #D2D2D2;
-moz-box-shadow: inset 0 0 0.4em #D2D2D2;
-webkit-box-shadow: inset 0 0 0.4em #D2D2D2;*/
box-shadow:  0 0 0.2em #319AFF;
       -moz-box-shadow: 0 0 0.2em #319AFF;
       -webkit-box-shadow: 0 0 0.2em #319AFF;
       border-width: 1px;
      /* border-color: #009900;*/
   /*border-width: 1px;*/
   /*border-style: inset;*/
   /*border-width: 2px;*/
   border-color: BLUE;  
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(black 50%, #00CCFF 60%);*/
}

.cajasTextObjeto:hover 
{
   /*border:-moz-linear-gradient(blue 50%, gray 110%);*/
  border-style: inset;
   border-width: 1px;
   border-color: blue;
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(#00CCFF 50%, #FFFFFF 110%);*/
}


.labelTextObjeto
{
     /*Clase para que se active el plugin jobjeto **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
    width: 200px;
    display: inline-block;
    color: #FF8700;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

/**Clases utilizadas pra reconocer el plugin de puntog  **/

.cajasTextLatLong
{
    /*Clase para que se active el plugin jpersona **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
	border-width: 1px;
    border-color:  	#D8D8D8  ;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

.cajasTextLatLong:focus 
{
/*box-shadow: inset 0 0 0.3em #826BA0;
   /*border: -moz-box-shadow: 8px 5px 0px #000; /*solid 1px -moz-linear-gradient(blue 100%, gray 100%);*/
/*box-shadow: inset 0 0 0.4em #D2D2D2;
-moz-box-shadow: inset 0 0 0.4em #D2D2D2;
-webkit-box-shadow: inset 0 0 0.4em #D2D2D2;*/
box-shadow:  0 0 0.2em #319AFF;
       -moz-box-shadow: 0 0 0.2em #319AFF;
       -webkit-box-shadow: 0 0 0.2em #319AFF;
       border-width: 1px;
      /* border-color: #009900;*/
   /*border-width: 1px;*/
   /*border-style: inset;*/
   /*border-width: 2px;*/
   border-color: BLUE;  
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(black 50%, #00CCFF 60%);*/
}

.cajasTextLatLong:hover 
{
   /*border:-moz-linear-gradient(blue 50%, gray 110%);*/
  border-style: inset;
   border-width: 1px;
   border-color: blue;
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(#00CCFF 50%, #FFFFFF 110%);*/
}
.labelTextLatLong
{
     /*Clase para que se active el plugin jpersona **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
    width: 200px;
    display: inline-block;
    color: #FF8700;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

/**Clases utilizadas pra reconocer el plugin de objetos  **/

.cajasTextObjeto
{
    /*Clase para que se active el plugin jobjeto **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
	border-width: 1px;
    border-color:  	#D8D8D8  ;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}

.cajasTextObjeto:focus 
{
/*box-shadow: inset 0 0 0.3em #826BA0;
   /*border: -moz-box-shadow: 8px 5px 0px #000; /*solid 1px -moz-linear-gradient(blue 100%, gray 100%);*/
/*box-shadow: inset 0 0 0.4em #D2D2D2;
-moz-box-shadow: inset 0 0 0.4em #D2D2D2;
-webkit-box-shadow: inset 0 0 0.4em #D2D2D2;*/
box-shadow:  0 0 0.2em #319AFF;
       -moz-box-shadow: 0 0 0.2em #319AFF;
       -webkit-box-shadow: 0 0 0.2em #319AFF;
       border-width: 1px;
      /* border-color: #009900;*/
   /*border-width: 1px;*/
   /*border-style: inset;*/
   /*border-width: 2px;*/
   border-color: BLUE;  
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(black 50%, #00CCFF 60%);*/
}

.cajasTextObjeto:hover 
{
   /*border:-moz-linear-gradient(blue 50%, gray 110%);*/
  border-style: inset;
   border-width: 1px;
   border-color: blue;
   /*background-color: #F9F9FF ;*/
   /*background-color: -moz-linear-gradient(#00CCFF 50%, #FFFFFF 110%);*/
}


.labelTextObjeto
{
     /*Clase para que se active el plugin jobjeto **/
	font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
    width: 200px;
    display: inline-block;
    color: #FF8700;
	/*border:solid 0px ;*/
	/**background-color:White; **/
	/**border-color: blue;*/
}
.img-zoom {
   /* width: 310px;**/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}

/** Place para reconocer los input file **/

.inputFileImage{
    font-family: Arial;
	font-size: 11px;
	text-align:  left  ;
    display: inline-block;
}

.rep_div_pagina{
    width:612px;
    height:792px;
}
/*ESTILOS PARA LOS REPORTES*/
.rep_h_titulo{
    font-family: Arial;
	font-size: 10px;
	text-align:  center ;
    width:612px;
}

/**Validator **/
.arrow_box { position: relative; background: #4c587a; border: 1px solid #c2e1f5; } .arrow_box:after, .arrow_box:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(76, 88, 122, 0); border-top-color: #4c587a; border-width: 15px; margin-left: -15px; } .arrow_box:before { border-color: rgba(194, 225, 245, 0); border-top-color: #c2e1f5; border-width: 16px; margin-left: -16px; }


#carrusel {
    float:left;
    width:1200px;
    overflow:hidden;
    height:290px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}
 
#carrusel .left-arrow {
    position:absolute;
    left:1px;
    z-index:1;
    top:40%;
    margin-top:-9px;
}
 
#carrusel .right-arrow {
    position:absolute;
    right:1px;
    z-index:1;
    top:40%;
    margin-top:-9px;
}
 
.carrusel {
    width:4000px;
    left:0px;
    position:absolute;
    z-index:0;
}
 
.carrusel>div {
    float: left;
    height: 290px;
    margin-right: 5px;
    width: 290px;
    text-align:center;
}
 
.carrusel img {
    cursor:pointer;
}
 
.product {
    border:#817e7e 2px solid;
}

.divTituloCarr {
    margin-left:0px;
    /*text-align: center;*/
    background-color:#F0EFE2;
    /*border: 1px solid lightgrey;*/
    width:100%;
    font-weight: bold;
    color: #025587;
}


.textarea {
  box-sizing: border-box;
  font: 12px arial;
  height: 200px;
  margin: 5px 0 15px 0;
  padding: 5px 2px;
  width: 100%;  
}
.borderojo {
  outline: none;
  border: 1px solid #f00;
}
.bordegris { border: 1px solid #d4d4d4; }




