body {
	margin: 0 auto;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	max-width: 900px;
	/*background: #f2f2f2; */
	font-size: 1em;
	background: linear-gradient(to top, gray, 50%, rgba(228, 228, 228, 1), 90%, rgba(228, 228, 228, 1));
	/*background-image: url(../imagenes/Santiago_bn.png);*/
    background-repeat: no-repeat;
    background-position-x: right;

}
#panel_login{
    margin: 10% auto;
	border-color:#aaa;
	border-width:2px;
	border-style:solid;
	background-position-x: 60px;
	box-shadow: 5px 5px 15px #999;
	-moz-border-radius: 1%;
    -webkit-border-radius: 1%;
    border-radius: 1%;
	background-color: rgba(255, 255, 255, 0.8); 

}
#barra_botones{
    margin: 2% auto;
	width: 94%;
	height: 10%;
	background-color:#eee;
    padding: 10;
	display: flex;
    justify-content: flex-end;
}
.botones_barra{
	/*height: 100%;*/
	margin-left:10px;
	font-size: x-large;
	padding:20;
	line-height: initial;
    display: flex;
    justify-content: center;
    align-items: center;
}
.botones_formulario{
	margin-left:10px;
	font-size: x-large;
	padding:20;
}
.nombre_barra{
	flex-grow:1;
	padding: 0 2%;
	font-weight: 700;
	font-size: xx-large;
	line-height: initial;
}

.tabla_completa{
	display: flex;
}
.tabla_mitad{
	width: 50%;
}

#barra_dia{
	background-color:#eee;
    margin: 2% auto;
	width: 94%;
	height: 10%;
	display: flex;
}
.ancho_80{
	margin: 2% auto!important;
	width: 80%!important;
}
#dia_nombre{
    font-weight: bold;
    font-size: xx-large;
	flex-shrink: 1;
	flex-grow: 1;
	background-color:#fcc;   
	padding: 0 2%;
	line-height: initial;
	display:flex;
	justify-content: center;
    align-items: center;
}
#dia_comida{
   margin: auto 3%;
    font-size: xx-large;
	line-height: initial;
	display:flex;
	justify-content: center;
    align-items: center;
    text-align: center;
}
#dia_cena{
    margin: auto 3%;
    font-size: xx-large;
	line-height: initial;
	display:flex;
	justify-content: center;
    align-items: center;
    text-align: center;
}

#fondo_cal{
	background-color:#eee;
    margin: 2%;
	height: 60%;
	
}
#mes_calendario{
	text-transform: uppercase;
}
#tabla_tit_cal{
	width:100%;
	height: 80px;
	display: flex;	
	flex-grow:0;
	margin: 1%;
}
.fila_titulo_cal{
	display: flex;	
	flex-direction: row;
	width: 100%;
	margin-right:20px;
}
#titulo_cal{
    font-size: 35px;
    margin-left: 20px;
	color: #666;
    font-weight: bold;
	flex-shrink: 1;
	flex-grow: 1;
}
#mes_calendario{
	text-transform: uppercase;
    width: 70%;
    height: 100%;
}


.boton_cal{
	flex-shrink: 1;
	flex-grow: 0;
	cursor: pointer;
	margin: 10px;
    width: 50px;
}
.fila_cal{
	display: flex;
	flex-grow:1;
	height:21%;
	background-color:#bbb;
}
.fila_adicional{
	height:17.4%;
}
.dia_cal{
	display: flex;
	flex-direction:column;
	flex-grow:1;
	width:14.28%;
	border: solid;
	border-color: white;
    border-width: thin;
	border-radius: 3px;
    margin: 1px;
}
.num_dia_cal {
    font-size: x-large;
    color: #000000;
    font-weight: bold;
	height: 30%;
    overflow: hidden;
}
.num_dia_cal_o {
    font-size: x-large;
    color: #000000;
    /* font-weight: bold; */
	height: 30%;
    overflow: hidden;
}
.comidas_dia{
	display: flex;
	flex-grow:1;
    flex-direction:column;
    height: 70%;
}
.comida{
	display: flex;
	flex-grow:1;
    height: 32%;
    margin: 2px 10%;
	background-color:green;
	font-size: xx-large;
    color: white;
    align-items: center;
}
.cena{
	display: flex;
	flex-grow:1;
    height: 32%;
    margin: 2px 10%;
	background-color:green;
	font-size: xx-large;
    align-items: center;
    color: white;
}
.ch {
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: white;
  font-size: 40px;
  text-align: center;
  display: block;
}

.ch:checked {
  content: '\2713'; /* Unicode checkmark */
  background-color: #007bff;
  border-color: #007bff;
}

.celda_amplia{
	padding: 20px;
}

.num_comidas{
	margin: 0 auto;
}
.ausente{
	background-color:red;
}
.deshabilitada{
	opacity: 0.3;
}
#tabla_login{
	font-size:xx-large;
}
#boton_login{
	font-size: xx-large;
}
#tabla_usuarios{
	margin: 20;
    width: -webkit-fill-available;
	font-size: x-large;
    background-color: #aee;
}
#cabecera{
	display: flex;
	margin:20px;
	//background-color: aliceblue;
    padding: 30;
    font-size: xx-large;	
	background-color: #5DE2E7;
	font-weight:700;
}
#titulo_cabecera{
	flex-grow: 1;
}
#formulario_datos{
	margin: auto;
	padding:5%;
    font-size: xx-large;
    width: 95%;
    background-color: #aee;
}
#formulario_datos .btn{
	font-size:xx-large;
	margin: 20;
}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 300;
}
p {
	margin: 0 0 1.5em 0;
}
th {
	background: #f2f2f2;
}
td{
	height:40px;
}
 
img {
	max-width: 100%;
	height: auto;
}
.firma{
	width:400px;
}
#main-header {
	background: #333;
	color: white;
	height: 80px;
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}	
	#main-header a {
		color: white;
	}
	#main-header img{
		height:100%;
		float:left;
	}
/*
 * Logo
 */
 
#logo-header {
	float: left;
	padding: 15px 0 0 20px;
	text-decoration: none;
}
	#logo-header:hover {
		color: #0b76a6;
	}
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 300;
		font-size: 0.8em;
		color: #999;
	}
	
 
/*
 * Navegación
 */
nav {
	float: right;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 80px;
		}
			
			nav ul li a {
				display: block;
				padding: 0 10px;
				text-decoration: none;
				
			}
			
				nav ul li a:hover {
					background: #0b76a6;
				}
.titulo_menu{
	position:relative;
}
.texto_menu{
	position:relative;
	z-index:1;
  }
.numero_menu{
	line-height:25px;
	text-align:center;
	min-height:25px;
	min-width:25px;
	position:absolute;
	left: -10px; 
	top: 5px; 
	z-index:1;
	-moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #5cb85c;
  }
.boton_menu{
	background-color:blue;
	margin:40px;
	padding:40px;
	float:left;
	-moz-border-radius: 5%;
     -webkit-border-radius: 5%;
     border-radius: 5%;
}

#main-content {
background: white;
width: 90%;
max-width: 800px;
margin: 20px auto;
box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#main-content header,
	#main-content .content {
		padding: 40px;
	}
#main-footer {
	background: #333;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}
	#main-footer p {
		margin: 0;
	}
	
	#main-footer a {
		color: white;
	}
#contenido{
	padding:20px;
	margin:0 auto;
}
#centrar{
	background-color:red;
	text-align:center;
}
/*colores para las filas de la tabla*/

.active{
	background-color:#afa;
    cursor:pointer;
}
.active:hover{
	background-color:#8f8;
}
.warning{
	background-color:#faa;
    cursor:pointer;
}
.warning:hover{
	background-color:#f88;
}
.info{
	background-color:#faa;
    cursor:pointer;
}
.info:hover{
	background-color:#f88;
}
#cabecera_incidencia{
	padding-bottom:20px;
}
