@import url("../css/bootstrap.css");


.producto {
	cursor:pointer;
}
.contenedor_producto{
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	border:1px solid #ccc; margin:2px; width:260px; height:400px; display:inline-block;
	padding:5px;
}
.contenedor_producto .nombre {
	font-weight:bold;
	font-size:11px;
	max-height:30px;						
}
.contenedor_producto .precio {	
	font-size:1.8em;
	width:60px;
	position: absolute;
	font-weight: bold;
}
.contenedor_producto img {
	text-align: center;
	margin-top:25px;
}
.contenedor_producto categoria {
	font-size:1.1em;
	text-align: left;
}
.contenedor_producto .categoria a{
	font-size:1.1em;
	color:#000;
	text-align: left;
}
table {
    table-layout:fixed;
}
ul.fa-ul{
	color:#ccc;
}
ul.fa-ul li:hover{
	color:#808080;
}
#tabla-body{
  min-height:100px;
  max-height:300px;
  overflow-y:auto;
}
.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	width: 396px;
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-hint {
  .form-control();
}
span.twitter-typeahead {
  width: 100%;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
}
.tt-suggestion {
	font-size: 24px;
	line-height: 24px;
	padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}
#comentarioventa:hover{
color:#808080;
}
#comentariodescuento{
	color:#ccc;
}
#comentariodescuento:hover{
color:#808080;
}
