@import url('https://fonts.googleapis.com/css?family=Open+Sans');
		body {
			font-family: "Open Sans",Arial,sans-serif;
 			font-weight: 300;
 			margin: 0;
		}
		#header {
			border-bottom: 1px solid #e6e6e6;
			height: 80px;
			padding-top:15px;
			padding-bottom:5px;
		}
		.contenido {
			max-width: 1200px;
			width: 80%;
			margin: auto;
			text-align: left;
		}
		#cuadro {
			max-width: 100%;
			background-color: #20b99a;
			height: 180px;
			text-align: left;
			padding: 30px;
			color:white;
		}
		#cuadro2 {
			width: 50%;
		}
		.inputLogin {
			font-family: "Open Sans",Arial,sans-serif;
			font-size: 18px;
			width: 90%;
			padding: 10px;
			border-radius: 5px;
			border: none;
		}
.btn {
  background: #06aaaa;
  background-image: -webkit-linear-gradient(top, #20b99a, #20b99a);
  background-image: -moz-linear-gradient(top, #20b99a, #20b99a);
  background-image: -ms-linear-gradient(top, #20b99a, #20b99a);
  background-image: -o-linear-gradient(top, #20b99a, #20b99a);
  background-image: linear-gradient(to bottom, #20b99a, #20b99a);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 2px;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background: #00cacd;
  background-image: -webkit-linear-gradient(top, #15A490, #15A490);
  background-image: -moz-linear-gradient(top, #15A490, #15A490);
  background-image: -ms-linear-gradient(top, #15A490, #15A490);
  background-image: -o-linear-gradient(top, #15A490, #15A490);
  background-image: linear-gradient(to bottom, #15A490, #15A490);
  text-decoration: none;
}
/*
#footer {
	background-color: #333333;
	height: 100px;
    position:fixed;
    bottom:0px;
    width:100%;

}
*/
#footer2 {
	left:0px;
	background-color: black;
	height: 20px;
    position:fixed;
    bottom:0px;
    width:100%;
	padding: 5px;
}
.myButton {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #20b99a;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor:pointer;
}

.myButton:hover {
  background: #1b9e84;
  text-decoration: none;
}
		hr {
			border: 0;
			height: 0;
			border-top: 1px solid rgba(0, 0, 0, 0.1);
			border-bottom: 1px solid rgba(255, 255, 255, 0.3);
			}
.cantidad {
	height:30px;
	text-align: center;
	border: inherit;
	border-radius: 3px;
	border: 1px solid #cccccc;
	width:50px;
	font-size: 15px;
}

.dataTables_filter input {
    font-size: 20px;
    width: 400px;
    font-weight: 400;
    padding: 5px;
    border-radius: 3px;
    border: inherit;
    border: 1px solid #cccccc;
}

		#alertaCantidad {
			position: fixed;
			left: 50%;
			margin-left: -225px;
			background-color: white;
			width: 450px;
/* 			margin-top: 6%; */
			opacity: 1;
			border: 1px solid gray;
			border-radius: 5px;
			padding-left: 30px;
			padding-right: 30px;
			padding-top: 10px;
			box-shadow: 5px 5px 10px #999;
			z-index:99;
			display: none;
			max-height: 500px;
			overflow : auto;
			font-size: 18px;
			color: black;
			text-align: center;
			top: 10%;
			}
		#alerta {
			position: fixed;
			left: 50%;
			margin-left: -370px;
			background-color: white;
			width: 700px;
/* 			margin-top: 6%; */
			opacity: 1;
			border: 1px solid gray;
			border-radius: 5px;
			padding-left: 30px;
			padding-right: 30px;
			padding-top: 10px;
			box-shadow: 5px 5px 10px #999;
			z-index:99;
			display: none;
			max-height: 500px;
			overflow : auto;
			font-size: 18px;
			color: black;
			text-align: center;
			top: 10%;
			}
		#alertaGrande {
			position: fixed;
			left: 50%;
			margin-left: -520px;
			background-color: white;
			width: 1000px;
/* 			margin-top: 6%; */
			opacity: 1;
			border: 1px solid gray;
			border-radius: 5px;
			padding-left: 30px;
			padding-right: 30px;
			padding-top: 10px;
			box-shadow: 5px 5px 10px #999;
			z-index:99;
			display: none;
			max-height: 500px;
			overflow : auto;
			font-size: 18px;
			color: black;
			text-align: center;
			top: 10%;
			}
.tituloTabla {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size:16px;color:white;
	background-color:#22C9A9;
	font-weight:bold;
	}
.casillaTabla {
	border-bottom:1px solid #999999;
	font-size:16px;
/*
	background-color:#22C9A9;
	font-weight:bold;
*/
	}

/*
			#headerMenuConsumos {
				margin:0px;
				padding:0px;
				margin:auto;
				width:800px;
				font-family:Arial, Helvetica, sans-serif;
				margin-top: 20px;
				}
*/
			ul, ol {
				margin:0px;
				padding:0px;
				list-style:none;
				}
			.nav > li {
				margin:0px;
				padding:2px;
				float:left;
				}
			.nav li a {
				display:block;
				-webkit-border-radius: 5;
				-moz-border-radius: 5;
				border-radius: 5px;
				font-family: Arial;
				color: #ffffff;
				font-size: 16px;
				background: #20b99a;
				padding: 10px 20px 10px 20px;
				text-decoration: none;
				cursor:pointer;
				}
			.nav li a:hover {
				background-color:#1b9e84;
				}
			.nav li ul {
				display:none;
				position:absolute;
				margin-top:0px;
				}
			.nav li:hover > ul {
				display:block;
				}
			.nav li ul li {
				margin-top: 0px;
				border-top:1px solid rgba(235,235,235,1);
				border-radius: 5px;
				z-index: 999;
				position:relative;
				}
			.nav li ul li ul {
				right:-140px;
				top:0px;
				}
