body {
    color: #000;
    font-size: 1.8rem;
    letter-spacing: -0.015em;
    text-align: left;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea 
{
	padding: 1rem !important;
    border-style: solid;
    border-width: 0.1rem;	
}

fieldset {
	padding: 0.8rem !important;	
	margin: 0.5rem !important;
}

option {
	font-size: 1.6rem;
    font-weight: normal;
    display: block;
    min-height: 1.2em;
    padding: 0px;
    white-space: nowrap;
}

select{
	padding: 0px;
}

select:-internal-list-box option:checked {
    background-color: rgb(206, 206, 206), rgb(84, 84, 84);
    color: light-dark(rgb(16, 16, 16), rgb(255, 255, 255));
}

select:-internal-list-box option {
    line-height: initial !important;
}

.wrap {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
.alerta {
	color: #b94a48;
	background-color: #f6e7e7;
	border-color: #edd1d0;
	padding: 2px;
}

.pgc_caja_left {
	float: left;	
	margin: 2px;
	padding: 2px;
	line-height: inherit;
}
.pgc_caja_right {
	float: right;	
	margin: 2px;
	padding: 2px;
	line-height: inherit;
}


.pgc-panel {
	margin: 0px;
	padding: 0px;
	float: left;
}

.pgc-panel .titulo {
	margin: 1rem 0 0 0;
}

.pgc-panel img{
    padding: 3px 8px;
	margin: 1px;
    border: 1px;
    border-style: solid;
    border-color: #000;	
}

.pgc-cabecera {
    background-color: #fff;
	clear:both;
	font-size:14px;
}

.pgc-col {
	float: left;
}

.pgc-col-size-25 {
	float: left;
	width: auto;
}
.pgc-col-size-50 {
	float: left;
	width: 50%;
}
.pgc-col-size-75 {
	float: left;
	width: 75%;
}

.pgc-fila-cabecera {

    font-size: 20px;
    margin-bottom: 10px;
}
.pgc-texto {
	margin-bottom:8px;
	font-size:12px;
}

.pgc_panel_botones {
		clear: both;
		display: block;
		padding: 2px;
        font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;	
}


.pgc_panel_botones input[type=radio] + label {
	display: block;	
	color: #080808;
	float: left;	
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	border-radius: 5px;
	border: 1px solid #5A88E8;

	position: relative;
	width: auto;
	height: auto;
	line-height: 1em;
	font-size: .8em;
	padding: 8px 10px;
	font-weight: normal;
	margin: 1px 4px;		
}

.pgc_panel_botones input[type=radio]:hover + label
{
	background-color: #005a87;
	color: white;
}

.pgc_panel_botones input[type=radio]:checked + label {
	color: #FFF;
	background-color: #5A88E8;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	border: 1px solid #5A88E8;
}

.pgc_panel_botones p.pgc_atencion {
	font-size: 70%;
	color: red;
	margin: 0.5em 0;
	
}

.pgc_panel_app {	
		float: inherit;
		padding: 2px;
        font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.pgc_panel input[type=submit]{	
		float: inherit;
		padding: 2px;
        font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
		color: #080808;
		background-color: #fff;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
		border-radius: 5px;
		border: 1px solid #5A88E8;
		display: inline-block;
		position: relative;
		line-height: 1.2em;
		font-size: .8em;
		padding: 8px 10px;
		font-weight: small;
		text-decoration: none;
		margin: 1px 4px;
		float: inherit;
}


#dia div.pgc_panel_app {
		float: none;
}
	

	.pgc_panel_app img{
		padding: 2px 5px;
		margin: 1px;
		border: 1px;
		border-style: solid;
		border-color: #000;	
		float: inherit;
	}

	
	.pgc_panel_app input[type=checkbox] + label, .pgc_panel_app input[type=radio] + label {
			color: #080808;
			background-color: #fff;
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
			border-radius: 5px;
			border: 1px solid #5A88E8;
			display: block;
			position: relative;
			width: auto;
			height: auto;
			line-height: 1em;
			font-size: .8em;
			padding: 8px 10px;
			font-weight: normal;
			float: left;
			margin: 1px 4px;		
		}

	.pgc_panel_app input[type=checkbox]:hover + label, .pgc_panel_app input[type=radio]:hover + label
	{
		background-color: #005a87;
		color: white;
	}

	.pgc_panel_app input[type=checkbox]:checked + label, .pgc_panel_app input[type=radio]:checked + label {
		color: #FFF;
		background-color: #5A88E8;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
		box-shadow: 0 1px 2px rgba(0,0,0,.5);
		border: 1px solid #5A88E8;
	}

	.pgc_radio_disabled {
		color: #FFF;
		background-color: #ddd !important;
	}

.pgc_fila select, .pgc_opciones select{
			font-size: .8em;
			margin: 0px 5px;
			font-family: inherit;
}

.pgc_etiqueta {
			font-size: .8em;
			margin: 10px;
			font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

	.pgc_panel_app .pgc_aforo {
		background-color: red;
		color: white;
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
			border-radius: 5px;
			border: 1px solid #5A88E8;
			display: block;
			position: relative;
			width: auto;
			height: auto;
			line-height: 1em;
			font-size: .8em;
			padding: 8px 10px;
			font-weight: normal;
			float: left;
			margin: 1px 4px;
	}
	
	.pgc_panel_app .pgc_aforo2 {
		background-color: #b088e8;
		color: white;
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
			border-radius: 5px;
			border: 2px solid red;
			display: block;
			position: relative;
			width: auto;
			height: auto;
			line-height: 1em;
			font-size: .8em;
			padding: 8px 10px;
			font-weight: normal;
			float: left;
			margin: 1px 4px;
	}	

.pgc_aforo {
		background-color: red;
		color: white;
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
			border-radius: 5px;
			border: 1px solid #5A88E8;
			display: block;
			position: relative;
			width: auto;
			height: auto;
			line-height: 1em;
			font-size: .8em;
			padding: 8px 10px;
			font-weight: normal;
			float: left;
			margin: 1px 4px;
	}
	
.pgc_aforo2 {
		background-color: #b088e8;
		color: white;
			box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
			border-radius: 5px;
			border: 2px solid red;
			display: block;
			position: relative;
			width: auto;
			height: auto;
			line-height: 1em;
			font-size: .8em;
			padding: 8px 10px;
			font-weight: normal;
			float: left;
			margin: 1px 4px;
	}

	.marco1 {
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
		border-radius: 5px;
		border: 1px solid #80152b;
		margin: 5px;
		padding: 2px;
		width: auto;
		height: auto;
		line-height: 1em;
	}

	.marco2 {
		border-radius: 5px;
		border: 0.2rem solid #dcd7ca;	
		margin: 2px;
		padding: 2px;
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}

	.pgc_boton_dual 
	{
		float: inherit;
		padding: 5px;
	}

	.pgc_boton_dual input[type=radio] + label {
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
		border-radius: 5px;
		border: 1px solid #5A88E8;
		display: block;
		position: relative;
		width: auto;
		height: auto;
		line-height: 1em;
		font-size: .8em;
		font-weight: normal;
		float: left;		
		padding: 8px 10px;
		margin: 1px 4px;		
	}

	.pgc_boton_dual label	
	{
		float: left;
		font-size: 0.8em;
		font-weight: 600;
		margin: 3px 5px 0px 0;
	}

	.pgc_boton_dual input[type=radio]:checked + label {
		-moz-box-shadow: 0 0 0 3px orange;
		-webkit-box-shadow: 0 0 0 3px orange;
		box-shadow: 0 0 0 3px orange;
		border: 1px solid red;
	}

	.pgc_boton_dual label:last-child
	{
		color: red;		
	}
	
	.pgc_boton_dual input[type=checkbox]:checked
	{
		-moz-box-shadow: 0 0 0 3px orange;
		-webkit-box-shadow: 0 0 0 3px orange;
		box-shadow: 0 0 0 3px orange;
		border: 1px solid red;
	}
	
		.pgc_boton_dual input[type=checkbox]:checked
	{
		-moz-box-shadow: 0 0 0 3px orange;
		-webkit-box-shadow: 0 0 0 3px orange;
		box-shadow: 0 0 0 3px orange;
		border: 1px solid red;
	}

	.pgc_nota {
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
		border-radius: 5px;
		border: 1px solid grey;
		display: block;
		padding: 2px;
		line-height: 0.8em;		
		font-size: 0.8em;			
	}
	
	.pgc_textonota{	
		 border: none;
		 line-height: 0.8em;
	}

	.pgc_nota .aforo, .pgc_nota .aforo2 {
		padding: 2px;	
	}

	#pgc_countdown {
		padding-top: 5px;
		font-size: 0.8em;
		text-decoration: underline;
		font-style: bold;		
	}
	
	.pgc-boton-small
	{
		color: #333;
		background-color: #fff;
		box-shadow: 0 2px 5px 0 #333;
		border-radius: 10px;
		border: 0px solid #333;
		display: inline-block;
		position: relative;
		font-size: .8em;
		letter-spacing: -1px;
		padding: 8px 10px;
		text-decoration: none;
		margin: 1px 4px;
		float: inherit;
	}
	.pgc-boton-small:hover, .pgc-boton-small:focus {
		background-color:#005a87;
		color: #fff;
		text-decoration: none;
	}

input[type=submit][disabled=disabled],
button[disabled=disabled] {
	background-color:#333;
	color: #fff;
}

.boton-volver
{
	color: #333;
	background-color: #dbdbdb;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0.8em;
	line-height: 1.25;
	border: none;
	text-decoration: none;
}

.boton-volver:hover {
	text-decoration: underline;
}

.boton-volver:hover, .boton-volver:focus {
	background:#333;
	color: #dbdbdb;
	}

	.pgc-boton-volver
	{
		color: #fff;
		background-color: #80152b;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
		border-radius: 5px;
		border: 1px solid #5A88E8;
		display: inline-block;
		position: relative;
		line-height: 1.2em;
		font-size: 1em;
		padding: 8px 10px;
		font-weight: small;
		text-decoration: none;
		margin: 1px 4px;
		float: inherit;
	}

	.pgc_linea {
		float:none;
		clear:both;
		margin-bottom: 15px;
		line-height: 2em;
	}

	.pgc_box {
		float: left;	
		margin: 2px;
		padding: 2px;
		line-height: inherit;
	}

	.pgc_box_b {
		border-top: 2px solid #1A2030;
		margin-top: 10px;
		padding-top: 10px;		
	}

.pgc-tabla
{
	display: table;
    border-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #fff;	
    border-left-color: rgb(225, 225, 225);	
}

.pgc-title
{
	display: table-caption;
	
	font-weight: bold;
	font-size: larger;
}

.pgc-heading
{
	font-weight: bold;
	text-align: center;
	background-color:#fff;
	box-shadow: 0 0 25px rgba(0,0,0,.2);
	margin: 5px;
    margin-left: -15px;
    margin-right: -15px;	
	display: flex;
}

.pgc-row
{
	display: block;
	clear:both;
	box-shadow: 0 0 25px rgba(0,0,0,.2);
	margin: 5px;
	font-size: small;
    margin-left: -15px;
    margin-right: -15px;
	background-color: rgb(225, 225, 225);
	font-size:12px;
	padding: 5px;
	margin-bottom: 15px;
}

.pgc-fila
{
	display: block;
	clear:both;
	box-shadow: 0 0 25px rgba(0,0,0,.2);
	margin: 3px;
	padding: 5px;
	background-color: red;
}

.pgc-cell
{
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	display: grid;
}
.pgc-cell .post-meta-wrapper
{
	margin: 0;
}

.pgc-reset
{
	float: none;
	clear: both;
}

/* Comidas semana*/
	.dia_semana {
	
		text-decoration: block;
		color: #1A2030;
		font-weight: bold;
		background-color: #FFFFFF;
		border: 2px solid #faa550;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;		
		padding: 0px;
		margin-bottom: 10px;
		
		
	}

	.dia_semana .nombre_dia {
        font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
		background-color: #faa550;
		display: block;
		float: left;
		padding: 5px;
		width: 100%;
		color: #FFFFFF;
		box-sizing: border-box;
		margin-bottom: 2px;		
		margin-bottom: 2px;	
	}

	.dia_semana .nombre_dia div:nth-child(1) {
		float: left;
	}
	
	.comida
	{
		margin-top: 1rem;
		
	}
	.nombre_comida, .nombre_cena, .nombre_apartado
	{
		font-size: 1.5rem;
		margin: 0.5rem auto;
		margin-top: 2px;
	}
	

		
	input[type=checkbox], input[type=radio] {
		display: none;
	}


	.horario {
		float: left;
		margin: 5px;
	}

	.pgc-dia-siguiente
	{
        font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
		border-radius: 2px;
		display: block;
		position: relative;	
		width: 100%;
		height: 100%;		
		padding: 2px;	
		float: left;			
		text-decoration: block;
		
		margin: 0px;

background: rgba(255,255,255,1);
/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,165,80,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(250,165,80,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,165,80,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,165,80,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,165,80,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,165,80,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faa550', GradientType=0 );
*/
	}

.nombre-dia-siguiente {
		display: block;
		float:none;
		clear:both;	
		height: max-contet;	
		font-size: 1.5rem;
		margin: 0.2rem auto;
		color: #F44;
		border-top: 1.5px solid #E0E0E0;
		padding-top: 0.2rem;		
}


	.comida, .cena, .desayuno, .varios {
		display: block;
		float:none;
		clear:both;
		margin-bottom: 7px;		
		height: max-content;
	}
	
	.aviso {
		display: block;
		float:none;
		clear:both;
		margin: 5px 0px;
		padding: 0px;
		

	}
	
	.aforo {
		display: block;
		float:none;
		clear:both;
		font-size: 75%;
		margin-bottom: 0;
		padding-bottom: 0;
		
	}


	.pgc-entero input[type=number]	
	{
		margin: 1px 4px;
		padding: 6px 10px;
		width:4em;
		float: left;
		
	}
	
	.pgc-ocultar 
	{
	  display: none;
	}
	
/*------------*/
	.asignatura {
		float: left;
		margin: 2px;
		display: block;
		font-size: 80%;
		
	}
	.asig_elemento {
		float: left;
		margin: 2px;
		display: block;
	}

.opciones {
	margin: 10px;
}	


OpcPermisosComedor
/*----------------------------*/
	table{
	border-collapse: collapse ;	
	table-layout:fixed;		
	}
	table td {
	color:#000; 
	font-weight:normal;		
	border:1px solid #666; overflow:hidden;
	table-layout:fixed;
	white-space:nowrap;
	max-width: 150px;
	padding:1px 5px;
	}
	
	table th {
	color:#000; 
	font-weight:normal;		
	border:1px solid #666;		
	/*border-collapse: collapse ;*/
	}	
	
/*	------ */
	.pgcreset
	{
		float: none;
		clear: both;
		display:block;
		width: 100%;
	}
	.pgcbloque {
		display: block;
		float: left;
		padding: 0.5rem 0.8rem;		
		margin: 0.1rem;
		font-family: inherit;
	}
	
	.valoracion{
		float: left;
		padding: 0.3rem !important;		
		margin: 0.2rem 0.2rem 0.2rem 1rem;
	}
	.etiqueta{
		float: left;
		padding: 0.5rem 0.8rem !important;		
		margin: 1rem 0.2rem 0.2rem 0.2rem;
		font-family: inherit;
	}	
	.etiqueta_r{
		float: right;
		padding: 0.5rem 0.8rem !important;		
		margin: 1rem 0.2rem 0.2rem 0.2rem;
		font-family: inherit;
	}		 	
		.pgcbloque input,
		.pgcbloque textarea
	{
		padding: 0.5 rem !important;
	}
	
	.observaciones
	{
		width:100%;height:100px;	
	}

/*	body{font-family:Arial, Helvetica, sans-serif; font-size:.8em;	} */
	
	table{
	border-collapse: collapse ;	
	table-layout:fixed;		
	}
	table td {
	color:#000; 
	font-weight:normal;		
	border:1px solid #666; overflow:hidden;
	table-layout:fixed;
	white-space:nowrap;
	max-width: 150px;
	padding:2px 10px;
	}
	
	table th {
	color:#000; 
	font-weight:normal;		
	border:1px solid #666;		
	/*border-collapse: collapse ;*/
	}	
	
	.btn {
    padding:1em .8em;
    border:1px solid #e38030;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration:none;
    text-align:center;
	font-size: 1em;
	line-height: 0.5em;
    color:#fff;
    background:#e38030;
    margin:5px auto;
    cursor:pointer;
    width:98%;
	}
	.btn:hover, .btn:focus {
		background:#288ebf;
		border:1px solid #288ebf
	}
	.btn a {
		color:#fff;
		text-decoration:none
	}	
	
	#div_fecha{ margin:10px 0 0 40px;}
	
	#div_todo{ width:80%; margin:20px}
	
					/* Smartphones (portrait and landscape) ----------- */
	@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
		#div_todo{ width:100%; margin:0}
	}


.horario input:invalid {
  border: 2px dashed red;
}

.horario input:valid {
	border: 1px solid black;
	background-color: none; 
}


.wrap-listado {
	width: 100% !important;
	margin: 10px;
}

.pgcTblInf
{
	color: black;
	font-weight: normal;
	font-size: 70%;
	margin: 1px;
	overflow: visible;
	border: 0px solid;
}

.pgcTblInf td, .pgcTblInf th
{
	font-weight: normal;
	font-size: 70%;	
	padding: 1px 3px;	
	overflow: hidden;

}

.pgcTblInf th
{
	text-align: center;	
	border-top: 1px grey solid;	
	border-bottom: 1px grey solid;
	font-size: 80%;
	font-weight: bold;
}

.pgcTblInf th.principal
{
	font-size: 100%;
	font-weight: bold;
}


.pgcTblInf *{
  box-sizing: border-box;  
  /*border-collapse: collapse;*/
  table-layout: fixed;
}

.pgcTblInf td:nth-child(even), .pgcTblInf th:nth-child(even)
{
	background-color: #f5f5f5;	
}


.pgcTblInf tr:hover
{
	background-color: #f0f0f0;
	border-bottom: 1px #d0d0d0 solid;
}

.pgcTblOculta {
	color: black;
	font-weight: normal;
	font-size: 70%;
	margin: 0px;
	max-height: 50px;
	overflow: auto;
	border: 0px solid;
}

.pgcTblOculta *{
	border: 0px solid;
	margin: 0px;
}

.pgcLibre 
{
	display: inline-block;
	border: 1px solid #005;
	margin: 3px;
	padding: 2px;
	background: #ededed;
	box-shadow: none;
}

.pgcLibre:hover 
{
	display: inline-block;
	border: 1px solid #005;
	margin: 3px;
	padding: 2px;
	background: #e22658;
	color: #ededed;
	box-shadow: none;
}

.pgcSeleccionado 
{
	color: #FFF;
	background-color: #5A88E8;	
	display: inline-block;
	border: 1px solid #005;
	margin: 3px;
	padding: 2px;
	box-shadow: none;
}

.pgcSeleccionado:hover 
{
	color: #5A88E8;
	background-color: #FFF;
}


.entry-content h4.nuevo_nomargin, .entry-content h5.nuevo_nomargin, .entry-content h6.nuevo_nomargin
{
	margin: 5px 0px 7px 0px;
}

.entry-content h5.nuevo_nomargin
{
	margin: 5px 10px 7px 0px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;	
}

.nuevo-dia table {
	margin: 5px 0px 15px 0px;
}

#wrap-listado { 
	max-width: 21cm !important;
	padding: 2px !important;
	margin: auto !important;
}

#wrap-listado table td {
	padding: 2px 5px;
	font-size: 80%;
}

input.pgc_opc_admin[type=checkbox], input.pgc_opc_admin[type=radio] {
	display: inline;
    line-height: inherit;
	margin: 10px 5px;
}

.pgc_opt_habitacion
{
    margin: 3px;
	padding: 2px;
    font-size: 1.8rem;	
    float: left;
    width: 55%;
}

.pgc-botoneraForm
{
	padding: 0px ;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	float: inherit;	
	line-height: inherit;
}

.pgc-botoneraForm input[type="submit"]
{
	border-radius: 5px;
    border: 1px solid #e22658;
    font-size: 1.2rem;
    font-weight: 600;
/*    letter-spacing: 0.0333em;*/
    line-height: 1.5em;
    margin: 0.3em;
    padding: 0.3em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}


.pgc-botoneraForm a
{
	border-radius: 5px;
	background-color: #5A88E8;
    border: 1px solid #5A88E8 !important;
	color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
/*    letter-spacing: 0.0333em;*/
    line-height: 1.5em;
    margin: 0.3em;
    padding: 0.3em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.pgc-botoneraForm .pgc_boton_tipo0
{
	background-color: #5A88E8;
    border: 1px solid #5A88E8 !important;	
	box-shadow: 0 1px 2px rgba(0,0,0,.5);	
}
.pgc-botoneraForm .pgc_boton_tipo1
{
	background-color: red;
}

.pgc-botoneraForm .pgc_boton_tipo0:hover, .pgc-botoneraForm .pgc_boton_tipo0:focus, .pgc-botoneraForm .pgc_boton_tipo1:hover, .pgc-botoneraForm .pgc_boton_tipo1:focus
{
    border: 3px solid black !important;
}


.pgc-botoneraForm .etiqueta
 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0.3em;
    padding: 0.3em;
    text-align: center;
    text-decoration: none;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;	
 }

.etiqueta
 {
    font-size: 1.8rem;
    line-height: 1;
    margin: 0.3em;
    padding: 0.3em;
    text-align: center;
    text-decoration: none;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
 }


.etiqueta_sal
 {
	background-color: green;
	color: white;
 }
 
.etiqueta_reg
 {
	background-color: red;
	color: white;
	font-weight: bold;
 }

 .pgc_caja_left .pgc_boton_tipo0, .pgc_caja_right .pgc_boton_tipo0
 {
	border-radius: 5px;
    border: 1px solid #e22658;
    font-size: 1.2rem;
    font-weight: 600;
	background-color: #5A88E8;
/*    letter-spacing: 0.0333em;*/
    line-height: 1;
    margin: 0.2em;
    padding: 0.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
 }
 
 .pgc_caja_left .pgc_boton_tipo1, .pgc_caja_right .pgc_boton_tipo1
{
	border-radius: 5px;
    border: 1px solid #e22658;
    font-size: 1.2rem;
    font-weight: 600;
	background-color: red;
/*    letter-spacing: 0.0333em;*/
    line-height: 1.5em;
    margin: 0.1em;
    padding: 0.1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
 
 .pgc_caja_left .etiqueta, .pgc_caja_right .etiqueta
 {
    font-size: 1.8rem;
    line-height: 1;
    margin: 0.2em;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;	
 }
 
  .pgc_caja_left select, .pgc_caja_right select
 {
    margin: 0.2em;
    padding: 0.2em;
	background-color: white;
 }



.pgc_caja_left input[type="submit"], .pgc_caja_right input[type="submit"]
{
	border-radius: 5px;
    border: 1px solid #e22658;
    font-size: 1.2rem;
    font-weight: 600;
	background-color: red;
    line-height: 1.5em;
    margin: 0.1em;
    padding: 0.1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.pgc_boton_select input[type="submit"]
{
    border: 1px solid #e22658;
    font-size: 1rem;
	background-color: red;
    line-height: 1.5em;
    margin: 3px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.panel_opciones input[type="submit"]
{
	color: #080808;
    border-radius: 5px;
	background-color: white;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	border: 1px solid #5A88E8;
	display: block;
	line-height: 1em;
	font-size: .8em;
	font-weight: normal;
	float: left;
	padding: 5px 10px;
	margin: 8px 2px;	
}

.rangofechas input[type="datetime-local"]
{
width: 40% !important;
}

.rangofechas .etiqueta {
	font-size: 1em;
	margin: 5px;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}


.slots div{
	display: inline-block;
	border: 1px solid #005;
	margin: 5px;
	padding: 1px;
	float: left;
}

.slots div a {
	background: #ededed;
	box-shadow: none;
	display: inline-block;
	padding: 4px;
}

.clicked {
	background-color: red;
}

.slots div a:hover {
	background: #fdfdfd;
}

.elemento_disabled {
	background: #ddd;
}

@media print {
	body
	{
		margin: 0px;
		color: #000;
		background-color: #fff;			
	}
	
/*	.entry-content h4, .entry-content h5, .entry-content h6
	{
		margin: 1rem 0 !important;
		font-size: 80% !important;
		color: red;
	}*/
	h6 {
		margin: 0px;
		padding: 0px;
	}
	
	a:after {
		content:" <" attr(href) ">";
	}	
	
	@page { 
		size: auto;
		margin: auto !important;
		padding: 0px !important;
  
		@top-left {
		content: "Título";
		}
		@top-right {
			content: "Pág. " counter(page);
		}
	} 	
	
	/* Print Styles Go Here */
	header, footer, aside, nav, form, iframe, .menu, .hero, .adslot
	{
	  display: none;
	}	
	.nuevo-dia h6 {
		margin: 1px;
		padding: 1px;
	}
	

	#footer, #nav, #sidebar { display: none !important;}
	header, footer, nav {display: none !important;}	
	
    .pgc-noprint {display: none !important;}

	#b_imprimir { display: none !important;}
	.button { display: none !important;}
	.entry-content { width:100%!important;}
	.post-inner {padding: 0px !important;}
	.post-meta-wrapper { display: none !important;}



	.pgcTblInf table {
		border: 1px #d0d0d0 dotted;
	}
	
	.pgcTblInf td, .pgcTblInf th {
		border: 1px #d0d0d0 dotted;

	}
	
    .nuevo-dia {
		break-after: page;
	}
	
}	
	


