﻿html {
	background-color: white;
	overflow: auto;
}
body {
	min-width: 320px;
	max-width: 50em;
	margin-top: 4.0em;
	margin-left: auto;
	margin-right: auto;
	/*color: #404040;*/
	background-color: white;
}
p {
	text-align: justify;
}
input[type="date"] {
	width: 10em;
}
th {
	font-weight: normal;
	border-bottom: 1px solid #d4d0c8;
}

.label-checkbox {
	vertical-align: top;
	line-height: 44px;
}

.nota {
	font-weight: normal;
	color: darkgray;
	display: inline-block;
	margin-left: 0.5em;
}

.semaforo {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(220, 220, 220);
}

.semaforo-amarillo {
	background-color: rgb(247, 238, 90);
}

.semaforo-rojo {
	background-color: rgb(217, 62, 62);
}

.semaforo-verde {
	background-color: rgb(101, 215, 71);
}

a.volver {
	margin-right: 0.5em;
	cursor: pointer;
	display: inline-block;
	vertical-align: text-bottom;
}
.codigo {
	font-weight: bolder;
}
.Formulario
{
	background-color: #fefefe;
	padding: 0.25em;
	border-top: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	margin-top: 1em;
	margin-bottom: 1em;
}
.col-etiqueta {
	padding-right: 1em;
	white-space: nowrap;
}
a:hover {
	cursor: pointer;
}	
a.pagina {
	color: #04c;
	display: inline-block;
	padding: 0.4em;
	margin: 0.2em;
	width: 1.8em;
	vertical-align: middle;
	text-align:center;
	text-decoration: none;
}
a.pagina:hover {
	background-color: #D2EBF9;
}
a.pagina-actual {
	color: white;
	background-color: #1570A6;
}
.titulo-formulario {
	text-transform: uppercase;
}

.icono {
	font-family: "Symbols";
}
.icono-forward::before {
	content: "\E111";
}
.icono-back::before {
	content: "\E112";
}
.icono-find::before {
	content: "\E11A";
}

.marca {
	margin-top: 0.2em;
	color: gray;
}
.TituloAyuda
{
	color: #000000;
	font-size: 110%;
	font-weight: bolder;
	margin: 1em 0;
	text-transform: uppercase;
}
.Apartado
{
	font-size: 100%;
	font-weight: bolder;
	margin-top: 1em;
	margin-bottom: -0.5em;
}

.win-dropdown {
	background-color: white;
}
.win-link {
	text-decoration: none;
}

#imgMenu, #Cabecera-Carrito, #Cabecera-Buzon {
	margin: 0.4em;
	height: 2em;
	width: 2em;
	text-align: center;
	cursor: pointer;
}
#Cabecera-Carrito, #Cabecera-Buzon {
	margin-left: 1.2em;
}

#Cabecera {
	padding: 2px 4px;
	max-width: 50em;
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	border-bottom: 1px solid #c0c0c0;
	z-index: 1;
}
#Cabecera-NumArticulos, #Cabecera-NumMensajes {
	color: #e4793e;
	font-weight: bolder;
}
#ContenedorCarrito {
	display: inline-block;
}
#Cuerpo {
	margin-top: 1.5em;
	margin-left: 0.6em;
	margin-right: 0.6em;
	padding-bottom: 0.6em;
}
#Dialogo-Mensaje {
	margin-top: 0.5em;
}
#ProgresoIndeterminado {
	z-index: 2;
	background-color: rgba(255,255,255,.6);
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;	
	text-align: center;
}
#ProgresoIndeterminado div {
	margin-top: 48%;
}
#ProgresoIndeterminado label {
	display: block;
}

#Menu {
	display: block;
	margin: 0;
	background-color: white;
	width: 100%;
}
#Menu td {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#Menu td.Opcion {
	padding-left: 1.5em;
	cursor: pointer;
}
#Menu td.Opcion:hover {
	background-color: #f2f2f2;
}
#Menu td.OpcionDeshabilitada {
	background-image: url('../imagenes/candado-mobi.png');
	background-size: 0.75em;
	background-position: 0.5em center;
	background-repeat: no-repeat;
	padding-left: 1.5em;
	color: #808080;
	cursor: default;
}
#Menu td.GrupoMenu {
	padding-left: 0;
	font-weight: bolder;
	cursor: default;
}