body{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;
	background-attachment:fixed;
	/*background-image: linear-gradient(194deg,#2c3547 46%,#00030c 100%); 
	background-color: black; */
	color: #fff;
}

html { 
  background: url(../img/xsico_serra_logo1.png) no-repeat center center fixed, linear-gradient(180deg, rgba(22,22,22,1) 0%, rgba(85,17,17,1) 62%, rgba(33,0,0,1) 100%); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo_pdf{
	display: none;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: .5rem;
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit; 
 }

h1 {
 	font-size: 2.5rem; 
 }

h2 {
  	font-size: 2rem; 
}

h3 {
  	font-size: 1.75rem; 
}

h4 {
  	font-size: 1.5rem; 
}

h5 {
  	font-size: 1.25rem; 
}

h6 {
  	font-size: 1rem; 
}

p {
  	margin-top: 0;
  	margin-bottom: .9rem; 
}

a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	color: #fff;
}

a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	color: #931E11;
}

a:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	color: #931E11;
}

.botonAñadirComida{
	width: 80px !important;
}

.colorRojo{
	color: #931E11;
}

input[type=submit]{
	background-color: #931E11;
	color: #fff; 
	width: 150px;
	height: 40px;
	font-size: 1em;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


input[type=text],
input[type=email],
input[type=password],
input[type=date]
{
	width: 100%;
	height: 30px;
	font-size: 1em;
	border: 1px solid #666;
	border-radius: 3px;
	/*padding: .5rem 1rem;*/
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.camposTexto_80px{
	width: 80px !important;
}

select{
	width: 200px;
	font-size: 1em !important;
	margin-left: 20px;
}


#numero_comidas{
	width: 200px;
	font-size: 3em;
}

.fieldsetAñadirClientes{
	padding: 50px;
}

.textoLegend{
	font-size: 2em !important;
}


#cabeceraLogo{
	position: relative;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
}

#cabeceraLogo .logo{
	text-align: center;
	height: 200px;
}

#principal {
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	text-align: left;
	width: 70%;
	margin-top: 50px;
}

/* ------------------------  INDEX.PHP      */


div.iniciarSesion{
	width: 100%;
	text-align: center;
}

div.iniciarSesion table{
	margin: 0 auto;
    text-align: left;
}

.tablaLogin{
	width: 400px;
	text-align: left;	
}


/* ------------------------  INDEX.PHP      */


#cabecera {
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
}

#menu {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

#totales{
	/*border: solid 2px black;*/
	position: relative;
	text-align: right;
	width: 100%;
	margin-top: -50px;
}

#totales table{
	width: 100%;
	text-align: right;
}

#derecha {
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	align-items: center;
	text-align: left;
}

/*
#derecha table.tabla_clientes{
	width: 100%;
}
*/


/* ------------------------  PESO.PHP      */

.tabla_clientes{
	width: 100%;
}

.tabla_clientes th, .tabla_comidas th{ /* Para los TH de la tabla clientes  */
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #558FA6;
	text-transform: uppercase;
	text-align:center;
}

.bordesTD{
	border-width: 1px;
	border-style: solid;
	border-color: #677f8a; 
}

.bordesTabla td{
	border-width: 1px;
	border-style: solid;
	border-color: #677f8a; 
}

.tabla_clientes td{
	padding: 5px;
	height: 40px;
}

.tabla_clientes .modo1 { /* Para los tr de la tabla clientes  */
	font-weight:bold;
	text-align:center;
}

.tabla_clientes .modo1 td { /* Para los TD de la tabla clientes  */
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #A4C4D0;
	text-align:center;
}


/* ------------------------  END PESO.PHP      */


input[type=text].calculaAlimento{
	width: 80px !important;
}

.tablaDatosClientes{
	width: 100%;
	padding: 5px;
	font-size: 1.1rem; 
}

.tablaDatosClientes tr{
	border-width: 1px;
	border-style: solid;
	border-color: #558FA6;
}

.tablaDatosClientes td{
	height: 50px;
}

.divSuplPrePost{
	width: 100%;
	background-color: red;
}

.principal {
	text-align: left;
	width: 100%;
	margin: auto;
}

.princ-izq {
	width: 45%;  
	float:left; 
}

.princ-der {
	width: 45%;
	float: right;
}
/* Para limpiar los floats */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


.tablaGraficos {
	width: 50%;
}

.tablaGraficos td{
	width: 25%;
}

.tdTablaGraficos{
	width: 15% !important;
}


/*   Botón editar dieta          */

.btn-link {
	font-weight: 900;
	font-size: 0.9rem;
	color: #fff;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #931E11;
	text-decoration: none;
	background-color: transparent
}
/*  FIN  Botón editar dieta          */

/*  Búsqueda rápida dieta */
.BusquedaRapidaAlimento tr{
	display: none;
}

.BusquedaRapidaSuplemento tr{
	display: none;
}

.derecha{
	text-align: right !important;
}

.ocultar {
    display: none;
}
 
.mostrar {
    display: block;
}
