* {
	margin: 0;
	/*padding: 0;*/
}

html {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

body{
	background-color: #FFF;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.1rem;
    line-height: 1.2;
	color: #000000;
}

.logo{
	background-color: #eeecec;
	text-align: center;
	padding: 0.6rem 1.5rem;
}

.div_titulo_principal{
	background-color: #eeecec;
	/*width:100%;*/
	text-align: center;
	padding: 0.6rem 1.5rem;
	font-weight: 600;
	font-size: 1.6rem;
    line-height: 1.2;
	color: #4c91d6;
	text-transform: uppercase;
}
.div_titulo_y_usuario {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
}
.cabecera_intranet {
	display: flex;
	justify-content: space-between;
	background-color: #eeecec;
}
.div_usuario_gestion_in {
    display: flex;
	width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.div_centrado{
	width:98%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.div_core{
	padding: 20px 0;
}
.div_agrupacion_grupos{
	text-align: center;
	padding: 0px;
    margin: 0px;
}
.div_agrupacion_botones{
	text-align: center;
	padding: 10px;
    margin: 0px;
	visibility: hidden;
	display: none;
}
.tabla_menu_inicial {
	border:1px solid #424144;
	width: 300px;
}

.boton_std{
	border-color: #4c91d6;
	background-color: #4c91d6;
	font-size: 0.9em;
	text-transform: uppercase!important;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
	margin: 2px;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.boton_std_help{
	border-color: #f4ac42;
	background-color: #f4ac42;
	font-size: 0.9em;
	text-transform: uppercase!important;
	color: #000000;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
	margin: 2px;
	border: 1px solid;
    padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}

























p{
	font-weight: 500;
	font-size: 1.1rem;
    line-height: 1.2;
	color: #000000;
}
.verde{
	color: #649b01;
}

#div_identificacion{
	visibility: hidden;
	display:none;
}
#div_nueva_clave{
	visibility: hidden;
	display:none;
}
.SelectStyleMenu {
	font-size: 1.0rem;	
	color:#000000;
	height: 30px;
    width: 180px;
	margin: 3px 3px 0 0;
}
.SelectSinWidth {
	font-size: 1.0rem;	
	color:#000000;
	height: 30px;
	margin: 3px 3px 0 0;
}
#div_usuario{
	visibility: hidden;
	display:none;
	justify-content: space-between;
}
#div_usuario_gestion{
	display: -webkit-box;
	margin: 2px 0 0 auto;
}
#msg_div_usuario{
	margin: 0rem;
}
.div_flex_center{
	display: flex;
	justify-content: center;
}
.div_menu_principal{
	padding-top: 0.5rem;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#boton_empezar{
	margin: auto;
	text-align: center;
	/*visibility: hidden;
	display: none;*/
}
.div_agrupacion_interior{
	text-align: center;
	padding: 3px;
    margin: 3px;
}
.div_agrupacion_interior_hidden{
	text-align: center;
	padding: 3px;
    margin: 3px;
	visibility: hidden;
	display: none;
}
.tit_agrupacion_botones{
	padding-bottom: 10px;
}
.blanco{
	color: #FFFFFF;
}

.boton_std_blanco{
	border-color: #F49325;
	background-color: #FFFFFF;
	font-size: 0.9em;
	text-transform: uppercase!important;
	color: #F49325;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
	margin: 2px;
	border: 1px solid;
    padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.boton_std_lila{
	border-color: #ce25f4;
	background-color: #ce25f4;
	font-size: 0.9em;
	text-transform: uppercase!important;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
	margin: 2px;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.boton_std:disabled{
	border-color: #adadad;
	background-color: #F3F3F3;
	color: #adadad;
	cursor: not-allowed;
}
.boton_std_con_icono{
	border-color: #F49325;
	background-color: #F49325;
	font-size: 0.9em;
	text-transform: uppercase!important;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
	margin: 2px;
	border: 1px solid transparent;
    padding: 0rem 0.75rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.boton_std_con_icono:disabled{
	border-color: #adadad;
	background-color: #F3F3F3;
	color: #adadad;
	cursor: not-allowed;
}
.boton_std_reverse{
	border-color: #F49325;
	background-color: #FFFFFF;
	font-size: 0.8em;
	text-transform: uppercase!important;
	color: #F49325;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid;
    padding: 0.275rem 0.45rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.boton_std_reverse_dingbat{
	border-color: #F49325;
	background-color: #FFFFFF;
	font-size: 1.5em;
	text-transform: uppercase!important;
	color: #F49325;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid;
    /*padding: 0.275rem 0.45rem;*/
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.boton_std_peq{
	border-color: #F49325;
	background-color: #F49325;
	font-size: 0.9em;
	text-transform: uppercase!important;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid transparent;
    padding: 0.2rem;
	margin: 0.2rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.boton_std_compras{
	border-color: #F49325;
	background-color: #F49325;
	font-size: 1.4em;
	text-transform: uppercase!important;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid transparent;
    padding: 0.4rem;
	margin: 0.2rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.boton_borrar{
	border-color: #ff5555;
	background-color: #ff5555;
	font-size: 0.9em;
	text-transform: uppercase!important;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
	margin: 0.2rem 0.5rem;
}
.boton_borrar_estrecho{
	border-color: #ff5555;
	background-color: #ff5555;
	font-size: 0.9em;
	text-transform: uppercase!important;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid transparent;
	padding: 0 0.75rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
	margin: 0rem 0.5rem;
}
.boton_anyadir{
	border-color: #54d617;
	background-color: #54d617;
	font-size: 0.9em;
	text-transform: uppercase!important;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid;
    padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
	margin: 0.2rem 0.5rem;
}

#nueva_ubicacion_grabada{
	width:100%;
	text-align: center;
	padding: 2rem 0;
	visibility: hidden;
	display:none;
}
#div_ubicacion_completo {
	margin: 0.5rem auto;
}
#div_ubicacion {
   display: flex;
   max-height: 35px;
   justify-content: flex-end;
   /*background-color: #000000;*/
}
#div_ubicacion2 {
   visibility: hidden;
   max-height: 35px;
   display: flex;
   margin: 0 0 0 0;
   justify-content: center;
}
#opciones_ubicacion {
	display: inline-block;
}
#boton_reubicar{
	visibility: hidden;
}
#div_permisos_usuario{
	display: flex;
    flex-direction: column;
    align-items: start;
    margin: 20px auto auto auto;
    width: fit-content;
}
.mas_info{
	cursor: pointer;
	color: #649b01;
}


.td_titulo_menu_inicial {
	font-size: 1.2rem;
	background-color: #424144;
	color: white;
	font-weight: 600;
	text-align: center;
	text-transform: lowercase;
}
.td_contenido_menu_inicial {
	padding: 10px;
}
.buscador_general {
	margin: 10px;
	display: flex;
	max-height: 35px;
	justify-content: center;
}
.cajas_buscador_general {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.0rem;	
	color:#000000;
	height: 20px;
    width: 75px;
	/*font-weight:bold;*/
}
.cajas_edicion_campo {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.0rem;	
	color:#000000;
	width: 450px;
	height: 25px;
}
.cajas_edicion_campo:disabled {
	color:#959595;
}
.textarea_edicion_campo {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.0rem;	
	color:#000000;
	width: 450px;
	height: 100px;
}
.textarea_edicion_campo:disabled {	
	color:#959595;
}
.admin_resultados{
	margin: 0rem 1rem;
	padding-top: 0rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.icono_clicable {
	font-size: 1.8rem;
	color: #F49325;
	cursor:pointer;
}
.icono_clicable_verde {
	font-size: 1.8rem;
	color: #649b01;
	cursor:pointer;
}
.icono_clicable_rojo {
	font-size: 1.5rem;
	color: #ff5555;
	cursor:pointer;
}
.icono_clicable_negro {
	font-size: 1.8rem;
	color: #000000;
	cursor:pointer;
}
.capa_oculta {
	visibility: hidden;
}
.capa_oculta_sin_espacio {
	visibility: hidden;
	display: none;
}
.capa_visible_block {
	visibility: visible;
	display: block;
}
.select_dpg {
	font-size: 1.0rem;	
	color:#000000;
	height: 30px;
    width: 280px;
	margin: 3px 3px 0 0;
}
.select_dpg:disabled {
	color:#696969;
}
.titulo_secundario {
	font-size: 2.0rem;	
	font-weight: 600;
	color:#F49325;
	height: 30px;
	display: none;
	justify-content: center;
}
.tabla_resultados {
	border-spacing: 0px;
}
.td_resultados {
	padding: 10px;
}
.div_tabla_seccion {
	padding: 0.5rem;
	display: flex;
    justify-content: center;
}
.tabla_seccion {
	border:1px solid #424144;
}
.tabla_nuevo_registro {
	border:1px solid #424144;
	margin: 10px;
}
.td_seccion {
	font-size: 1.2rem;
	background-color: #424144;
	color: white;
	font-weight: 600;
	text-align: center;
	text-transform: lowercase;
	width: 400px;
}
.td_arr_botones_ver_url {
	font-size: 1.2rem;
	background-color: #424144;
	color: white;
	font-weight: 600;
	text-align: center;
	text-transform: lowercase;
	border:1px solid #ffffff;
	padding: 1px 10px;
}
.tabla_fine_tuning {
	border:1px solid #424144;
}
.td_fine_tuning {
	font-size: 5rem;
	background-color: #999999;
	color: white;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
}
.td_fine_tuning_2 {
	font-size: 1.2rem;
	text-align: right;
	width: 600px;
	background-color: #d9d9d9;
}
.td_fine_tuning_3 {
	font-size: 1.2rem;
	text-align: left;
	width: 300px;
	background-color: #d9d9d9;
}
.icono_fine_tuning {
	font-size: 1.5rem;
	color: #649b01;
}
.table_help {
	border:3px solid #ffffff;
}
.td_help_titulo {
	font-size: 1.4rem;
	background-color: #EEEEEE;
	color: black;
	font-weight: 600;
	text-align: left;
	width: 200px;
	border:1px solid #ffffff;
}
.td_help_contenido {
	font-size: 1.1rem;
	background-color: #EEEEEE;
	color: black;
	text-align: left;
	border:1px solid #ffffff;
}
.td_ancho_completo {
	color:#ff5555
}
.boton_help{
	border-color: #000000;
	background-color: #FFFFFF;
	font-size: 0.9em;
	color: #000000;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
    text-decoration: none;
    vertical-align: top;
	margin: 2px;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	box-sizing: border-box;
	width: 250px;
}



.div_cabecera_pedido{
	display:flex;
	justify-content: space-between;
	margin: 0 0 15px 0;
}

.div_es_simulador{
	background-color: #ff5555;
	width:100%;
	text-align: center;
	padding: 0.5rem 0;
	display: none;
	visibility: hidden;
}
.div_es_simulador p{
	font-weight: 600;
	font-size: 1.6rem;
    line-height: 1.2;
	color: #000000;
	text-transform: uppercase;
}
a{
	text-decoration: none;
	color: #000000
}
a:hover{
	text-decoration: underline;
	color: #000000
}

b{
	font-weight: 500;
}
.titulo{
	font-weight: 500;
	font-size: 1.5rem;
}
.div_boton{
	/*width:100%;*/
	text-align: center;
	padding-top: 0.5rem;
}
.div_checkboxes{
	/*width:100%;*/
	text-align: center;
	margin: 0rem 1rem;
	padding-top: 0rem;
}
.div_pt_buscar{
	display: flex;
}
.div_pt_swap{
	display: block;
}
#div_swap_realizar{
	display: block;
	visibility: hidden;
}
#div_swap_deshacer{
	display: block;
	visibility: hidden;
}
.div_maquinas{
	/*width:100%;*/
	text-align: center;
	display: flex;
	margin: 0rem 1rem;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 0rem;
}
.div_filtros{
	/*width:100%;*/
	text-align: center;
	display: flex;
	margin: 0rem 1rem;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 0rem;
}
.div_grabacion_fh{
	text-align: center;
	display: block;
	margin: 0rem 1rem;
}
.div_boton_maquina{
	text-align: center;
	margin: 0.5rem 0.5rem;
	padding-top: 0rem;
}
.div_boton_filtro{
	text-align: center;
	margin: 0.6rem 0.3rem;
	padding-top: 0rem;
}

.div_boton_filtro_2{
	text-align: center;
	margin: auto 0 0 0;
	padding-top: 0rem;
}

.boton_aceptar{
	border-color: #00a716;
	background-color: #00a716;
	font-size: 0.9em;
	text-transform: uppercase!important;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
	margin: 10px auto;
}


.Cajas {
	font-size: 1.4rem;	
	color:#000000;
	width: 250px;
	/*font-weight:bold;*/
}
.CajasPTBuscar {
	font-size: 1.0rem;	
	color:#000000;
	height: 20px;
	margin: 0.7rem 0 0 0;
    width: 55px;
	/*font-weight:bold;*/
}
.CajasClienteBuscar {
	font-size: 1.0rem;	
	color:#000000;
	height: 20px;
    width: 75px;
	/*font-weight:bold;*/
}
.CajasClienteResultado {
	font-size: 1.0rem;	
	color:#000000;
	height: 28px;
    width: 240px;
	margin: 3px 3px 0 0;
	/*font-weight:bold;*/
}
.CajasRed {
	width: 100px;
}
.CajasSuperRed {
	width: 50px;
}

.div_to_show {
	background-color: #FFFFFF;
	margin:0px 50px;
	padding: 10px;
	border:1px solid;
	border-color: #000000;
	position: fixed;
	display:none;
	overflow-y: auto;
}

.div_to_show_fecha {
	background-color: #FFFFFF;
	margin:15px 20px;
	padding: 10px;
	border:1px solid;
	border-color: #000000;
	position: fixed;
	display:none;
	width:300px;
}

.aWhite_grab{
    font-weight:700;
    font-size: 17px;
	text-decoration: none;
	color: #ffffff
}
.aWhite_grab:hover{
	text-decoration: underline;
	color: #ffffff
}
.numDia_grab {
    font-weight:bold;
    font-size: 16px;
    padding-bottom: 5px;
	cursor: pointer;
}
 #calendar_grab caption {
	 text-align:left;
	 padding:5px 10px; 
	 background-color:#424144;
	 color:#fff;
	 font-weight:bold;
	 font-size:medium;
 }
 #calendar_grab caption div:nth-child(1) {
	 float:left;
 }
 #calendar_grab caption div:nth-child(2) {
	 float:right;
 }
 #calendar_grab caption div:nth-child(2) a {
	 cursor:pointer;
 }
 #calendar_grab th {
	 background-color:#006699;
	 color:#fff;
	 width:40px;
 }
 #calendar_grab td {
	 text-align:center;
	 vertical-align: baseline;
	 padding:0;
	 width: 50px;
	 height:20px;
	 background-color: #FFFFFF;
 }

#div_filtros_completo {
	margin: 0 auto;
	/*width: 350px;*/
}
#div_filtros {
   display: flex;
   /*max-height: 35px;*/
   justify-content: flex-end;
   /*background-color: #000000;*/
}

#div_cambios_completo {
	margin: 0 auto;
	/*width: 350px;*/
}
#div_cambios {
   display: flex;
   /*max-height: 35px;*/
   justify-content: flex-end;
   /*background-color: #000000;*/
}

#div_cambios_in {
	margin: 7px 0px;
 }


#div_filtro_cliente{
	visibility: hidden;
	display:none;
	padding: 0.7rem 0.3rem;
	justify-content: space-between;
}
#div_filtro_cliente_gestion{
	display: -webkit-box;
}
#msg_div_filtro_cliente{
	margin: 0.1rem 0;
}

#div_filtro_otro_cliente{
	visibility: hidden;
	display:none;
	padding: 0.7rem 0.3rem;
	align-items: center;
	flex-direction: column;
}
#div_filtro_otro_cliente_gestion{
	display: -webkit-box;
}
#msg_div_filtro_otro_cliente{
	margin: 0.1rem 0;
}


@media only screen and (max-width: 6000px) {

}

@media only screen and (max-width: 1681px) {

}

@media only screen and (max-width: 600px) {
	
}