*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: arial;
}

header-buscar-producto{
	width: 100%;
	height: 60px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: -30px;
	padding-left: 10px;
	background-color: #FF3300;
}

#input-search{
    width: 300px;
    height: 40px;
    font-size: 20px;
    text-indent: 18px;
}

.content-search{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 360px;
    left: 0;
    background: rgba(0,0,0,0.3);
    display: none;
}

.content-table{
	width: 80%;
	max-height: 200px;
	height: auto;
	margin-left: 10px;
	margin-top: 20px;
	background-color: rgba(255,255,255,0.3);
	color: #000;
}

.content-table table{
	width: 100%;
	background-color: #FFF;
	color: #000;
}

tbody tr td a{
	display: block;
	padding: 10px;
	color: #666;
	text-decoration: none;
	font-size: 16px;
}

tbody tr td a:hover{
    background: rgba(0,0,0,0.3);
}

#table_length, #table_filter, #table_info, #table_paginate{
	display: none;
	background-color: #F30;
}















