.logo{
height: 50px;
margin-top: -18px;
}
.logomini{
height: 30px;
margin-top: -6px;
}

.navbar {
min-height: 60px;
background: none;
border: 0;
margin-top: 0;
margin-bottom: 0;
}

.whatsapplogoheader{
height: 30px;
margin-right: 10px;
margin-left: 20px;
}

.fondogris{
background-color: #EFEFEF;
}
.fondoblanco{
background-color: #fff;
}

body{
font-family: 'Raleway', sans-serif;
background-color: #EFEFEF;
}

.debug{
border: 1px solid RED;
}

.col-categorias{
border-radius: 3px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
margin-right: 5px;
}

.prodthumb-container{
border-radius: 3px;
padding: 15px;
margin-right: 3px;
margin-left: 3px;
margin-top: 0;
margin-bottom: 6px; 
}

.prodthumbinfocontainer{
margin-top: 15px;
margin-bottom: 15px;
height: 65px;
overflow: hidden;
}

.prodimg{
padding: 20px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}

.prodimg-thumb{
padding: 20px;
margin-left: auto;
margin-right: auto;
}


.prodimg-extra{
margin: 4px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}

.prodtitulo{
font-size: 1.2em;
}
.prodtitulomain{
font-size: 1.5em;
font-weight: bold;
}

.aclaraiva{
font-size: 0.7em;
}

.prodmarca{
font-size: 0.9em;
}
.prodmarcamain{
font-size: 1.1em;
}

.proddescri{
padding: 20px;
font-size: 1.2em;
text-align: left;
line-height: 25px;
}

.prodprecio{
font-size: 1.2em;
}

.label-puntos{
font-size: 1.5em;
}

.prodthumb-container img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.prodthumb-container:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

a{
text-decoration:none;
color: #000;	
}
a:hover{
text-decoration:none;
color: #000;	
}

.extrapadded{
padding: 20px;	
}
.nopadding{
padding: 0;
}

.categorias-cat{
margin-bottom: 8px;
font-size: 1.1em;
}
.categorias-scat{
margin-left: 10px;
font-size: 0.9em;
}

.btn-categoria{
margin: 2px;
padding: 12px;
font-size: 1.2em;
}

.Flexible-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.indicador{
font-weight: bold;
font-size: 4em;
}

.indicador-alerta{
font-weight: bold;
font-size: 4em;
color: #f0ad4e;
}

.invite-error{
font-size: 6em;
color: #d9534f;
}
.invite-ok{
font-size: 6em;
color: #5cb85c;
}

.sectitle{
font-weight: bold;
font-size: 22px;
color: #286aa4;
}

.logofooter{
max-width: 70px;
}

.footer{
margin-top: 20px;
background-color: #fff;
padding-top: 50px;
padding-bottom: 80px;
color: #323e84;
min-height: 200px;
}

.motto{
color: #00AF50;
font-size: 1.8em;
}