.marcoTicketera{
	background-color: #3a3f51;
	border: 3px solid #ec2121;
	border-radius         :20px 20px 20px 20px;
	-moz-border-radius    :20px 20px 20px 20px;
	-webkit-border-radius :20px 20px 20px 20px;
	-o-border-radius      :20px 20px 20px 20px;
}

.btnComprar{
	margin-bottom: 5px;
}

.fondoParrafo{
	background-color: #ec2121;
}

.redondo{
	border-radius         :0px 90px 0px 0px;
	-moz-border-radius    :0px 90px 0px 0px;
	-webkit-border-radius :0px 90px 0px 0px;
	-o-border-radius      :0px 90px 0px 0px;
}

.marcoRedondo{
	border-radius         :20px 20px 20px 20px;
	-moz-border-radius    :20px 20px 20px 20px;
	-webkit-border-radius :20px 20px 20px 20px;
	-o-border-radius      :20px 20px 20px 20px;
}

.inicio{
	margin : 2% auto;
}

.botonesInicio{
	position : absolute;
	top      : 2%;
	left     : 15%;
}

.textoGrande{
	font-size: 1.9em;
}

th{
	text-align: center;
}

#tablaSopa{
	background: #F9A3BB;
}

#tablaProteina{
	background: #FAA58A;
}

#tablaSalsa{
	background: #C49D6F;
}

#tablaArroz{
	background: #A3D1F9;
}

#tablaGuarnicion{
	background: #F9F89B;
}

#tablaEnsalada{
	background: #A5F99B;
}

#tablaJugo{
	background: #9CFCBF;
}

.espacio{
	height: 20px;
	margin-top:10px;
	margin-bottom: 10px;
}

.text-primary {
	color: #5d9cec !important; }

.text-primary-light {
	color: #8bb8f1 !important; }

.text-primary-dark {
	color: #2f80e7 !important; }

.text-success {
	color: #27c24c !important; }

.text-success-light {
	color: #43d967 !important; }

.text-success-dark {
	color: #1e983b !important; }

.text-info {
	color: #23b7e5 !important; }

.text-info-light {
	color: #51c6ea !important; }

.text-info-dark {
	color: #1797be !important; }

.text-warning {
	color: #ff902b !important; }

.text-warning-light {
	color: #ffab5e !important; }

.text-warning-dark {
	color: #f77600 !important; }

.text-danger {
	color: #f05050 !important; }

.text-danger-light {
	color: #f47f7f !important; }

.text-danger-dark {
	color: #ec2121 !important; }

.text-green {
	color: #37bc9b !important; }

.text-green-light {
	color: #58ceb1 !important; }

.text-green-dark {
	color: #2b957a !important; }

.text-pink {
	color: #f532e5 !important; }

.text-pink-light {
	color: #f763eb !important; }

.text-pink-dark {
	color: #e90bd6 !important; }

.text-purple {
	color: #7266ba !important; }

.text-purple-light {
	color: #9289ca !important; }

.text-purple-dark {
	color: #564aa3 !important; }

.text-inverse {
	color: #131e26 !important; }

.text-inverse-light {
	color: #243948 !important; }

.text-inverse-dark {
	color: #020304 !important; }

.text-yellow {
	color: #fad732 !important; }

.text-yellow-light {
	color: #fbe164 !important; }

.text-yellow-dark {
	color: #f3ca06 !important; }

.text-white {
	color: #fff !important; }

.text-gray-darker {
	color: #232735 !important; }

.text-gray-dark {
	color: #3a3f51 !important; }

.text-gray {
	color: #dde6e9!important; }

.text-gray-light {
	color: #e4eaec!important; }

.text-gray-lighter {
	color: #edf1f2!important; }

.text-inherit {
	color: inherit !important; }

.text-sm {
	font-size: 0.74375rem; }

.text-md {
	font-size: 1.6625rem; }

.text-lg {
	font-size: 2.625rem; }

.text-nowrap {
	white-space: nowrap; }

.text-thin {
	font-weight: 100 !important; }

.text-normal {
	font-weight: normal !important; }

.text-bold {
	font-weight: bold !important; }

.bg-green-mac{
	background-color: rgb(221, 252, 250)!important;
	color: #592f5f !important;}

.bg-blue-mac{
	background-color: #009fe3 !important;
	color: #592f5f ;}

.bg-purple-mac{
	background-color: #592f5f !important;
	color: #ffff!important;}

.bg-blue {
	background-color: #9BC2E6;
	color: #000 !important; }

.bg-blue small {
	color: inherit; }

.bg-blue-dark {
	background-color: #366092;
	color: #fff !important; }

.bg-blue-dark small {
	color: inherit; }

.bg-green-sapg {
	background-color: #A9D08E;
	color: #fff !important; }

.bg-green-light-sapg {
	background-color: #E2EFDA;
	color: #000 !important; }

.bg-green-dark-sapg {
	background-color: #82a36b;
	color: #fff !important; }

.bg-green small {
	color: inherit; }

.bg-primary {
	background-color: #5d9cec;
	color: #fff !important; }

.bg-primary-light {
	background-color: #8bb8f1;
	color: #fff !important; }

.bg-primary-dark {
	background-color: #2f80e7;
	color: #fff !important; }

.bg-primary small {
	color: inherit; }

.bg-success {
	background-color: #27c24c;
	color: #fff !important; }

.bg-success-light {
	background-color: #43d967;
	color: #fff !important; }

.bg-success-dark {
	background-color: #1e983b;
	color: #fff !important; }

.bg-success small {
	color: inherit; }

.bg-info {
	background-color: #23b7e5;
	color: #fff !important; }

.bg-info-light {
	background-color: #51c6ea;
	color: #fff !important; }

.bg-info-dark {
	background-color: #1797be;
	color: #fff !important; }

.bg-info small {
	color: inherit; }

.bg-warning {
	background-color: #ff902b;
	color: #fff !important; }

.bg-warning-light {
	background-color: #ffab5e;
	color: #fff !important; }

.bg-warning-dark {
	background-color: #f77600;
	color: #fff !important; }

.bg-warning-pastel {
	background-color: #fceec9; 
	color: #000; }

.bg-warning small {
	color: inherit; }

.bg-danger {
	background-color: #f05050;
	color: #fff !important; }

.bg-danger-light {
	background-color: #f47f7f;
	color: #fff !important; }

.bg-danger-dark {
	background-color: #ec2121;
	color: #fff !important; }

.bg-danger-pastel {
	background-color: #f8ccc8;
	color: #000; }

.bg-danger small {
	color: inherit; }

.bg-green {
	background-color: #37bc9b;
	color: #fff !important; }

.bg-green-light {
	background-color: #58ceb1;
	color: #fff !important; }

.bg-green-dark {
	background-color: #2b957a;
	color: #fff !important; }

.bg-green small {
	color: inherit; }

.bg-pink {
	background-color: #f532e5;
	color: #fff !important; }

.bg-pink-light {
	background-color: #f763eb;
	color: #fff !important; }

.bg-pink-dark {
	background-color: #e90bd6;
	color: #fff !important; }

.bg-pink small {
	color: inherit; }

.bg-purple {
	background-color: #7266ba;
	color: #fff !important; }

.bg-purple-light {
	background-color: #9289ca;
	color: #fff !important; }

.bg-purple-dark {
	background-color: #564aa3;
	color: #fff !important; }

.bg-purple small {
	color: inherit; }

.bg-inverse {
	background-color: #131e26;
	color: #fff !important; }

.bg-inverse-light {
	background-color: #243948;
	color: #fff !important; }

.bg-inverse-dark {
	background-color: #020304;
	color: #fff !important; }

.bg-inverse small {
	color: inherit; }

.bg-yellow {
	background-color: #fad732;
	color: #fff !important; }

.bg-yellow-light {
	background-color: #fbe164;
	color: #fff !important; }

.bg-yellow-dark {
	background-color: #f3ca06;
	color: #fff !important; }

.bg-yellow small {
	color: inherit; }

.bg-white {
	background-color: #fff;
	color: inherit !important; }

.bg-gray-darker {
	background-color: #232735;
	color: #fff !important; }

.bg-gray-dark {
	background-color: #3a3f51;
	color: #fff !important; }

.bg-gray {
	background-color: #dde6e9;
	color: #656565 !important; }

.bg-gray-light {
	background-color: #e4eaec;
	color: #656565 !important; }

.bg-gray-lighter {
	background-color: #edf1f2;
	color: #656565 !important; }

.bg-transparent {
	background-color: transparent !important; }

.bg-cover {
	background-size: cover; }