.navbar {
	margin-bottom: 0px;
	border-radius: 0;
}
.jumbotron {
	margin-bottom: 0;
}
.panel-heading{
	height: 80px;
	font-size: smaller;
}
.panel-footer{
	height: 180px;
}
footer {
	background-color: #fdfbfb;
	padding: 25px;
	width:100% !important;
}
.fa {
	padding: 5px;
	font-size: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
}

.fa:hover {
	opacity: 0.7;
	background: #FFF;
	color: #000;
	text-decoration: none;
}
.fa:focus{
	color: black;
	text-decoration: none;
}
.fa-facebook {
	background: #3B5998;
	color: white;
}
.fa-instagram {
	background: #a52a2a;
	color: white;
}

.fa-tumblr {
	background: #000;
	color: white;
}
input[type=text], input[type=phone], input[type=mail], input[type=number], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}

input[type=submit] {
	background-color: #3483fa !important;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: left;
}

input[type=submit]:hover {
	background-color: #45a049;
}

.container {
	border-radius: 5px;
	background-color: #fdfbfb;
	padding: 20px;
}

.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
	text-align: end;
}
.col-50 {
	float: left;
	width: 40%;
	margin-top: 6px;
	text-align: left;
	margin-right: 2%;
	margin-left: 2%;

}

.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
.col-100{
	text-align: center;
	width: 98%;
	padding: 1%;
	margin-top: 6px;
}







.quantity {
	position: relative;
}

.quantity input {
	width: 65px;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #eee;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}


#myTableProductos{
	width:70%;
}








/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	#myTableProductos{
		width:100%;
	}
	.col-25, .col-50, .col-75, input[type=submit] {
		width: 95%;
		margin-top: 0;
		
	}
	.col-25{
		text-align: left;
	}
	.col-50{
		text-align: left;
	}
	.row{
		margin-right: 0px !important; 
    	margin-left: 0px !important;
	}
	.row input[type=submit] {
		margin-top: 35px;
		margin-bottom: 10px;
	}
	h3{
		font-size: 1.3em;
	}
	table tr td {
		font-size: x-small;
	}
	#miImagen{
		max-width: 60% !important;
	}
}
.tab {
			overflow: hidden;
			border: 1px solid #ccc;
			background-color: #f1f1f1;
		}

		/* Style the buttons that are used to open the tab content */
		.tab button {
			background-color: inherit;
			float: left;
			border: none;
			outline: none;
			cursor: pointer;
			padding: 14px 16px;
			transition: 0.3s;
		}

		/* Change background color of buttons on hover */
		.tab button:hover {
			background-color: #ddd;
		}

		/* Create an active/current tablink class */
		.tab button.active {
			background-color: #ccc;
		}

		/* Style the tab content */
		.tabcontent {
			display: none;
			padding: 6px 12px;
			border: 1px solid #ccc;
			border-top: none;
		}
/* The Modal (background) */
		.modal {
			display: none; /* Hidden by default */
			position: fixed; /* Stay in place */
			z-index: 1; /* Sit on top */
			left: 0;
			top: 0;
			width: 100%; /* Full width */
			height: 100%; /* Full height */
			overflow: auto; /* Enable scroll if needed */
			background-color: rgb(0,0,0); /* Fallback color */
			background-color: rgb(5 113 151 / 81%);
		}

		/* Modal Content/Box */
		.modal-content {
			background-color: #fefefe;
			margin: 2% auto; /* 15% from the top and centered */
			padding: 20px;
			border: 1px solid #888;
			width: 80%; /* Could be more or less, depending on screen size */
		}

		/* The Close Button */
		.close {
			color: #aaa;
			float: right;
			font-size: 28px;
			font-weight: bold;
		}

		.close:hover,
		.close:focus {
			color: black;
			text-decoration: none;
			cursor: pointer;
		}