html {
 height: 100%; 
}
* {
    margin: 0;
    padding: 0;
    
}

body {
  display: flex;
  flex-direction: column;
  min-height:100%
  background-color:white; 
  font-family:'Arial Narrow', sans-serif; 
  color:black;
  width:90%;
  margin: 0 auto;
  padding-bottom: 1500px;
}

table,td, th { 
   border: 1px solid #ddd; 
}
table { 
   border-collapse: collapse; 
   width: auto;
   table-layout: auto; 
}
td, th { 
   height: 35px; 
   padding: 9px;
   
}
caption { 
   font-family: 'Arial Narrow'; 
   font-size: 1.5em; 
   font-weight: normal; 
   color: #990000;
   text-align: center; 
}
th { 
   font-family: 'Arial Narrow'; 
   font-weight: normal; 
   text-align: center;
   color:#ffffff; 
   background-color: #0d6cba; 
}
td { 
   font-family: 'Arial Narrow'; 
   color:#1B2631; 
   background-color: #f2f2f2; 
   padding-left: 10px;
   width: auto;  
}

.content {

	padding: 10px 10px 10px 10px;
	width: 100%;
  	min-height: 100%;
	margin: auto; 
  	
  
}
.subcontenedor {
	background: #FFF;
	margin: auto;
	width: 100%;
}
.sidebar1 {
	float: left;
	width: 8%;
	background: #FFFFFF;
	padding-bottom: 10px;
	font-size: 14px;
    color: black;
}

p {
   font-family:'Arial Narrow';
   font-size: 14px;
  
}

.contenido {
  float: right;
  margin:auto;
  width: 80%;
  height: 100%;
}
.principal {
  float: left;
  width: 40%;
  margin:auto;
}
.secundario {
  float: right;
  width: 40%;
  margin:auto;
}
.principal2 {
  float: left;
  width: 35%;
  margin:auto;
}
.secundario2 {
  float: right;
  width: 35%;
  margin:auto;
}
.footer {
  
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 5px;
  background-color: #08174C;
  color: white;
  border: 2px solid #ABBBC3;

}
.resultadoproductos{
	width: 90%;
	overflow:auto;
    float:center;
}
.producto{
	background-color: #99F;
	width: 260px;
	float: left;
	margin: 10px;
	padding: 10px;
	background-image: url(../images/fondoproducto.jpg);
	height: 200px;
        }
.fotoproducto
{
	float: left;
	height: 160px;
	width: 160px;
	}
.textoproducto
{
	float: left;
	width: 100px;
        color: #192577;
	}



