@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #AFB0B1;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
.leyenda{
	font-style: italic;
}
.header {
	vertical-align: middle;
	background: #FFF;
	color: #BD0826;
	border-bottom: #999 thin solid;
	text-align: left;
}
h3 {
	color: #BD0826;	
}

.pie {
	position: relative;
	clear: both;
	border-top: #999 thin solid;
	background-color: #BD0826;
	color: #FFF;
	padding: 5px;
	text-align: right;
}
.content {
	padding-top:10px;
	width: 82%;
	min-height:500px;
	float: right;
	background-color:#E6E6E6;
	color:#87888A;	
}
.menu_principal{
	float: left;
	width: 18%;
	background: #87888A;
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	height:100%;
}
.menu_principal a{
	text-decoration: none;
	color: white;
	
}
.menu_li_sub{
	float: left;
	clear: both;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	font-size: 12px;
	width: 94%;
	padding: 5px 5px 5px 5px;
}
.texto_li a, .texto_li a:visited { /* al agrupar estos selectores, se asegurará de que los vínculos mantengan el aspecto de botón incluso después de haber sido visitados */
	padding: 5px 5px 5px 15px;
	display: block; /* esto asigna propiedades de bloque al vínculo, lo que provoca que llene todo el LI que lo contiene. Esto provoca que toda el área reaccione a un clic de ratón. */
	text-decoration: none;
	background: #87888;
	color: #000;
}
.texto_li a:hover, .texto_li a:active, .texto_li a:focus { /* esto cambia el color de fondo y del texto tanto para usuarios que naveguen con ratón como para los que lo hagan con teclado */
	background: #BD0826;
	color: #FFF;
}
.menu_li_int{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #666666;
	font-size: 11px;
	margin-top:5px;	
}
.submenu{
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #666666;
}

div.pie a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.container {
	width: 80%;
	max-width: 1260px;/* puede que sea conveniente una anchura máxima (max-width) para evitar que este diseño sea demasiado ancho en un monitor grande. Esto mantiene una longitud de línea más legible. IE6 no respeta esta declaración. */
	min-width: 780px;/* puede que sea conveniente una anchura mínima (min-width) para evitar que este diseño sea demasiado estrecho. Esto permite que la longitud de línea sea más legible en las columnas laterales. IE6 no respeta esta declaración. */
	background: #E6E6E6;
	margin: 0 auto; /* el valor automático de los lados, unido a la anchura, centra el diseño. No es necesario si establece la anchura de .container en el 100%. */
}

.campo_valor {	
	float:left;
	font-size: 12px;
	width: 95%;
	margin-bottom: 10px;
}
.campo_valor_ventana {
	float: left;
	font-size: 12px;
	width: 500px;
	margin-bottom: 10px;
	vertical-align:baseline;
	text-align: left;
}
.num_dias_menu{
	float: left;
	margin-left: 40px;
	width: 300px;
	margin-top: 5px;
}
.num_dias_menu_temporal{
	float: left;
	margin-left: 40px;
	width: 300px;
	margin-top: 19px;
}

.calendario_menu{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.kilocalorias_sobrepasadas{
	float: left;
	clear: both;
	color: red;
	margin-top: 15px;
	font-size: 12px;
	width: 160px;
}
.dia_menu{
	float: left;
	width: 150px;
	margin-bottom: 5px;
	background-color: white;
	color: #87888A;
	font-weight: bold;
	height: 260px;
	margin-right: 1px;
	border: 1px solid #87888A;
	padding: 3px;
}
.tipo_plato_menu{
	float: left;
	clear: both;
	margin-top: 5px;
	text-decoration: underline;
	width: 170px;
}
.input_chek_tipologia{
	float: left;
	width: auto;
}
.platos_menu{
	float: left;
	clear: both;
	width: 90%;
	margin-left: 8px;
}
.num_dia_menu{
	float:left;
	text-decoration: underline;	
	font-size: 12px;
	width: 140px;
}
.editar_menu_dia{
	float: right;
	margin-right: 5px;
}
.campo_num_dias_menu{
	float: left;
	width: 100px;
	font-weight: bold;
}
.campo_num_dias_menu_temporal{
	float: left;
	clear: both;
	font-weight: bold;
	width: 300px;
}

.campo {
	float: left;
	padding-top:3px;
	width: 100px;
	font-weight: bold;
}
.campo_art{
	float: left;
	clear: both;
	width: 60px;
	font-weight: bold;
}
.tipo_tipologia_plato{
	float: left;
	clear: both;
	font-weight: bold;
	width: 400px;
	text-decoration: underline;
}
.check_tipologia{
	float: left;
	margin-left: 10px;
	width: 120px;
}
.texto_chek_tipologia{
	float: left;
	width: 96px;
}
.valor {
	float: left;
	font-weight: bold;
}
.valor_atributos_plato{
	float: left;
	clear: left;
	margin-left: 20px;
	margin-top: 10px;
	font-weight: bold;
	
}
.tipo_plato{
	float: left;
	clear: both;
}
.nombre_tipo_plato{
	float: left;
	width: 100px;
	font-weight: bold;
}
.boton_form {
	float: right;
	clear: both;
	margin-top: 15px;
}
.boton_form_ventana{
	float: right;
	margin-bottom: 15px;
}

.desconectar {
	float: right;
	clear: both;
	width: auto;
	font-size: 12px;
	margin-right: 10px;
}
.centro {
	float: right;
	clear: both;
	width: auto;
	font-size: 14px;
	font-weight:bold;
	margin-right: 10px;
}


.error_login {
	width: 40%;
	background: #BD0826;
	margin: 0 auto;
	padding: 7px;
	text-align: center;
	font-size: 14px;
	color: white;
}

.cuadro_login {
	width: 40%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 7px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	color: #87888A;
}

.sidebar1 {
	float: left;
	width: 15%;
	background: #87888A;
	font-size: 11px;
	text-align: left;
}

.titulo_accion {
	float: left;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.subtitulo_accion{
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.texto_gris{
	color: #87888A;
}

.form_modificar_datos {
	color: #87888A;
	color: #87888A;
	padding-left: 10px;	
}
.filtros_buscador{
	float: left;
	clear: left;
	font-size: 12px;
	width: 95%;
	font-weight: bold;
	margin-top: 20px;
}

.content_popup{
	padding-top: 10px;
	width: 96%;
	float: right;
	background-color: #E6E6E6;
	color: #87888A;
	font-size: 10px;
	text-align: left;
	margin: 10px;
	padding-left: 3px;
}
.texto_bienvenida{
	font-size: 12px;
	text-align:justify;
	margin:10px 15px 10px 15px;
	color:#333;
	border-bottom: #999 thin solid;
	line-height:1.5;
}

ul.menu {
	list-style: none; /* esto elimina el marcador de lista */
	margin-bottom: 15px;
	margin: 0;
	padding: 0;
}

ul.menu li a{
	color:white;
	text-decoration: none;
}

ul.nav {
	list-style: none; /* esto elimina el marcador de lista */
	margin-bottom: 15px;
	margin: 0;
	padding: 0;
}

ul.nav li {
	border-bottom: 1px solid #666;
}

ul.nav a,ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #87888;
	color: white;
}

ul.nav a:hover,ul.nav a:active,ul.nav a:focus {
	background: #BD0826;
	color: #FFF;
}

.button {
	float: left;
	border-top: 1px solid #c90e2d;
	background: #bd0826;
	padding: 5px 8px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: white;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	margin: 10px;
}

.button:hover {
	border-top-color: #86868a;
	background: #86868a;
	color: #fafafa;
}

.button:active {
	border-top-color: #bd0826;
	background: #bd0826;
}
.articulo_plato{
	float: left;
	width: 100%;
	margin-right: 4px;
	margin-top: 10px;
}
.nombre_articulo_plato{
	float: left;
	clear: both;
}
.cantidad_articulo_plato{
	float: left;
	margin-left: 10px;
}
.perdida_articulo_plato{
	float: left;
	margin-left: 10px;
}
.unidad_medida_plato{
	float: left;
}
.familia_atributos_plato{
	float: left;
	margin-right: 10px;
}
.nombre_familia_atributo{
	float: left;
	margin-right: 5px;
	width: auto;
}
.enlace_abrir_atributos_plato{
	float: left;
	width: 100px;
}
.atributo_filtro{
	float: left;
	width: 120px;
	height: 50px;
}
.input_atributo_filtro{
	float: left;
	width: 25px;
}
.nombre_atributo_filtro{
	float: left;
	width: 90px;
}
.fecha_editar_dia_menu{
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	width: 400px;
}
.nombre_plato_editar_dia_menu{
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	width: 400px;
	margin-top: 15px;
	margin-left: 10px;
}
.campo_tipo_plato{
	float: left;
	clear: both;
	font-size: 12px; 
	margin-left: 25px;
	margin-top: 10px;
	width: 70px;
	font-weight: bold;
}
.valor_tipo_plato{
	float: left;
	margin-top: 10px;
}
.agregar_registro{
	float: right;
	font-size: 16px;
	/*border:1 solid #096;*/
}
.volver_registro{
	float: left;
	font-size: 16px;
	/*border:1 solid #096;*/
}

.idiomas{
	float: right;
	clear: both;
	margin-right: 15px;
	margin-top: 10px;
}
.idioma_traducir{
	float: left;
	width: 45%;
	margin-left: 5px;
}
.titulo_idioma{
	float: left;
	clear: left;
	width: 80%;
	font-size: 16px;
	font-weight: bold;
}
.idioma_traducido{
	background-color:white;
	color:black;
}
.tabla_produccion_etiquetado{
	float: left;
	clear: both;
	width: 100%;
}
.tabla_produccion{
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
.familia_atributos_plato_subliente{
	float: left;
	clear: both;
	width: 100%;
	padding: 2px;
}
.nombre_familia_atributo_subcliente{
	float: left;
	width: 25%;
	margin-right: 5px;
	padding-left: 5px;
}
.input_familia_atributo_subcliente{
	float: left;
	width: 25%;
}
.subtitulo_produccion{
	float: left;
	font-size: 14px;
	text-align: center;
	width: 49%;
	border:2px solid;
	height: 25px;
}
.mi_tabla_produccion{
	color:#87888A;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
}
.mi_tabla_produccion th{
	font-size: 14px;
}
.nombre_atributo_subcliente{
	float: left;
	clear: both;
	width: 60%;
}
.ubicaciones{
	float: left;
	clear: both;
	margin-top: 15px; 
}
.cabecera_sin_th{
	width:20px;
	background-color:#87888A;
	border-bottom:1px solid black;
}
.cabecera_sin_th_titulo{
	background-color: #87888A;
	color: white;
	border-bottom:1px solid black;
	text-align: center;
}
.datos_mitad_izda{
	float:left;
	clear: left;
	width: 50%;
	border-right: 1px solid;
}
.datos_mitad_dcha{
	padding-left:10px;
	float:left;
	width: 40%;
}
table.display a{	
	font-weight:bold;
	color:#BD0826;
	text-decoration:none;
	}
table.display a:hover{
	color:#000;	}
a{	
	font-weight:bold;
	color:#BD0826;
	text-decoration:none;
	}
a:hover{
	color:#000;	}
.info{
	color:#BD0826;
	font-size:10px;
	font-style:oblique;}
	
/* Enquisa */

.titulo{
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;
	color:#bd0826;	
}
.descripcion{
	line-height:1.5em;	
	text-align:justify;
	padding:10px;
}
#lbTitulo{
	font-weight:bold;
}
.legendE{
	font-weight:bold;
	font-size:16px;	
	color:#bd0826;
}
.fieldsetE{
 border:4px double #bd0826;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-shadow: 6px 6px 4px #808080;
 -moz-box-shadow: 6px 6px 4px #808080;
 box-shadow: 6px 6px 4px #808080;
 background-color:#FFC;
 padding: 10px;
 margin:10px;
 text-align:justify;
}

/* CSS de notitas */
.fallback {
 display: none;
}

.notedefault, .notenested {
 position:absolute;
 visibility: hidden;
 width: 40em;
 z-index:10;

}
.notedefault {
 padding: 10px;
 border: 1px solid #000000;
 background-color: #F7F7F7;
 color: black;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
}

.noteEstiloGrande {
 padding: 10px;
 border: 1px solid #000000;
 background-color: #F7F7F7;
 color: black;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 30em;
}

.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: #C4D2E2;
 color: black;
 font:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
}

.noteEstiloGrande h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: #C4D2E2;
 color: black;
 font:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
}

.note-close {
 float: right;
 margin-top: 2px;
 width: 8px;
 height: 8px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}
.estado_incidencia{
	width: 130px;
}
.estado_incidencia_estado{
	float: left;
	width: 100px;
}
.estado_incidencia_icono{
	float: left;
	width: 20px;
}
.estado_incidencia_icono img{
	width: 12px;
	height: 12px;
	border: 0;
}
.div_cabecera_incidencia{
	float: left;
	clear: both;
	margin-bottom: 15px;
	padding-left: 10px;
	width: 90%;
}
.acciones_correctoras_incidencia{
	float: left;
	clear: both;
	margin-bottom: 15px;
	padding-left: 10px;
	margin-top: 15px;
	width: 90%;
}
.estado_aviso{
	width: 130px;
}
.estado_aviso_estado{
	float: left;
	width: 100px;
}
.estado_aviso_icono{
	float: left;
	width: 20px;
}
.estado_aviso_icono img{
	width: 12px;
	height: 12px;
	border: 0;
}
.div_cabecera_aviso{
	float: left;
	clear: both;
	margin-bottom: 15px;
	padding-left: 10px;
	width: 90%;
}
.acciones_correctoras_aviso{
	float: left;
	clear: both;
	margin-bottom: 15px;
	padding-left: 10px;
	margin-top: 15px;
	width: 90%;
}
.movimientos_cebecera_incidencia_titulo_campo{
	float: left;
	clear: both;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}
.movimientos_cebecera_incidencia_valor{
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 500px;
}
.movimientos_cebecera_aviso_titulo_campo{
	float: left;
	clear: both;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}
.movimientos_cebecera_aviso_valor{
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 500px;
}
.titulo_incidencia{
	float: left;
	clear: both;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid;
	width: 100%;
}
.titulo_aviso{
	float: left;
	clear: both;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid;
	width: 100%;
}
.titulo_acciones_correctoras{
	float: left;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid;
	width: 100%;
}
.lista_acciones_correctoras{
	float: left;
	clear: both;
	width: 100%;
}
.tabla_acciones{
	width: 100%;
}
.tabla_acciones th{
	background-color: #87888A;
	color: white;
}
.nuevo_estado_titulo{
	float: left;
	clear: both;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
}
.nuevo_estado_valor{
	float: left;
	width: 500px;	
}
.div_plato{
	float: left;
	clear: both;
	width: 90%;
	margin-top: 5px;
}
.control_comida_table{
}
.control_comida_fila_cabecera{
	background-color: #FF9900;
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.dato_estadistico{
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	margin-left: 15px;
}
.texto_introductorio{
	float: left;
	clear: both;
	width: 78%;
	margin-top: 5px;
}
.imagenes_linea_centro_negocio{
	float: left;
	width: 20%;
	margin-top: 5px;
	margin-left: 10px;
}
.imagen_superior_publico{
	float: left;
	clear: both;
	margin-bottom: 1px;
}
.imagen_inferior_publico{
	float: left;
	clear: both;
	margin-bottom: 1px;
}
.imagen_centro_publico{
	float: left;
	clear: both;
	margin-bottom: 1px;
}
.ruta_fichero{
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
}
.explicacion_colores_incidencia{
	float: left;
	padding: 5px;
}
.explicacion_colores_aviso{
	float: left;
	padding: 5px;
}
.filtros_reducido{
	float: left;
	width: 70%;
}
.titulo_estados{
	float: left;
	clear: both;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.info_estado_incidencia{
	float: left;
	clear: both;
	margin-top: 7px;
	font-size: 12px;
	font-weight: bold;
}
.info_estado_incidencia_icono{
	float: left;
	clear: both;
	width: 25px;
}
.info_estado_incidencia_icono img{
	width: 14px;
	height: 14px;
}
.info_estado_incidencia_estado{
	float: left;
}
.info_estado_aviso{
	float: left;
	clear: both;
	margin-top: 7px;
	font-size: 12px;
	font-weight: bold;
}
.info_estado_aviso_icono{
	float: left;
	clear: both;
	width: 25px;
}
.info_estado_aviso_icono img{
	width: 14px;
	height: 14px;
}
.info_estado_aviso_estado{
	float: left;
}
.valor_permiso_css{
	float: left;
	margin-top: 2px;
	font-weight: bold;
	width: 50%;
}
.permiso_css{
	float: left;
	clear: both;
	border: 1px solid;
	margin-bottom: 1px;
}
.permiso_css_nombre{
	float: left;
	clear: left;
	width: 200px;
	text-align: left;
}
.permiso_css_combo_css{
	float: left;
}
.nombre_dentro_dia_top{
	float: left;
	clear: both;
	margin-left: 250px;
	font-weight: bold;
	font-size: 16px;
}
.div_resultados_evolucion{
	float: left;
	clear: both;
	width: 100%;
}
.evolucion_dia_semana{
	float: left;
	clear: both;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
}
.evolucion_tabla{
	float: left;
	clear: left;
	margin-bottom: 15px;
	margin-left: 15px;
}
.dietas_menu_individual{
	float: left;
	clear: left;
	width: 99%;
}
.subtitulo_en_popup{
	float: left;
	clear: left;
	width: 100%;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn_volver_listado{
	float: right;
	clear: both;
}
.contenido_entrega_num_caja{
	float: left;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-left: 20px;
}
.contenido_entrega_separador_cajas{
	float: left;
	margin-bottom: 30px;
}
.contenido_entrega_tabla{
	float: left;
	clear: both;
	width: 100%;
	margin-left: 15px;
	margin-top: 15px;
}
.contenido_entrega_cabecera_tabla{
	background-color: #87888A;
}
.contenido_entrega_cabecera_tabla th{
	color: white;
}
.div_firma_entrega_repartidor{
	margin-bottom: 50px;
	width: 100%;
	float: left;	
}
.div_form_firma_entrega_repartidor{
	width: 80%;
	margin: 0 auto;	
	margin-top: 40px;
}
.div_form_muestra{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 50px;
}
.div_guardar_entrega{
	float: right;
	margin-top: 50px;
	font-size: 18px;
	margin-right: 100px;
}
.div_observaciones_entrega{
	float: left;
	clear: both;
	margin-top: 15px;
}
.texto_observaciones_entrega{
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.div_cabecera_entrega{
	float: left;
	clear: both;
	width: 90%;
	margin-bottom: 20px;
	text-align: right;
}
.div_entregado{
	float: left;
	clear: both;
	width: 90%;
	text-align: right;
}
.tabla_comercial{
	float: left;
	clear: both;
	width: 100%;
}
.div_botones_imprimir_listados{
	float: right;
	clear: both;
}
.fila_total_menus_diarios{
	background-color: #87888a;
	color: white;
}
