
/* Estilos generales */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@media screen {
	.NoImprimir { }
	.SoloImprimir { display: none; }
}

@media print {
	.NoImprimir { display: none; }
	.SoloImprimir { }

	a { text-decoration: none; }

	button { display: none; }
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", "Verdana", "Sans-Serif";
	background: #f7f8fc;
	font-size: 16px;
	border: 5px;
	border-color: red;
	display: flex;
	flex-direction: column;
	vertical-align: top;
}

section a, section a:visited {
	cursor: pointer;
	text-decoration: none;
	color: rgb(201, 112, 39);
	font-weight: bold;
}

h1 .chosen-container {
	font-size: 46px;
}

h2 {
	margin-top: 11px;
	margin-bottom: 11px;
}

a.chosen-single {
	font-size: 16px;
	font-weight: normal;
}

.LogoExposicion {
	margin-right: 20px;
}

input, textarea, .chosen-container {
	margin: 9px 12px 9px 12px;
}

.TablaEntradas input, .TablaEntradas textarea, .TablaEntradas .chosen-container {
	margin: 0px;
}

.TablaEntradas td, .TablaEntradas th {
	padding: 9px;
}

tr.TablaEntradas {
	border: 1px solid #212121;
}

.MensajeInformacion {
	font-size: 110%;
	font-weight: bold;
	color: blue;
}

.MensajeError {
	font-size: 110%;
	font-weight: bold;
	color: red;
}
