body {
    font-family: Roboto,sans-serif;
}

.img img {
    width: 200px;
    height: auto;
}

/* cabezera y menu */

.navbar-brand {
    padding-top: 4px;
    padding-left: 0px;
}
.navbar-brand img {
    width: 86px;
}
.navbar {
    background: #01477A;
    margin-bottom: 0;

}
.navbar-default {
    border: none;
}
.navbar-toggle {
    margin-left: 10px;
    float: left;
    border: none;
}

/*.navbar-toggle:active {
    background-color: white
}*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-brand>img {
     display: inline-block; 
}

/* Style Custom */
.rn-numero {
    margin-left: 8px !important;
    color: white;
    font-size: 14px;
}

img.rn-ws {
    width: 18px !important;
    vertical-align: middle;
}

.rn-separate-search {
    background: #01477A;
    border-top: 1px solid #d4d4d4;
    padding-top: 5px;
}

.rn-icon-shop {
    margin-top: 16px;
    display: block;
    float: left;
}

.rn-icon-shop a>i {
    color: white;
    font-size: 1.3em;
}

.rn-icon-shop a:first-child {
    margin-left: 10px;
}
.rn-icon-shop a:last-child {
    margin-left: 15px;
}

/* Menu Nav*/
.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color:white;
}

/* contenido */

 section.rn-separate-search .form-group {
     margin-bottom: 10px;
 }

 .thumbnail {
     /*height: 395px;
     max-height: 381px;
     overflow: hidden;*/
     border: none;
 }

 .thumbnail h3>a {
     color: #164253;
     font-size: 17px;
     font-family: 'Roboto Condensed';
     
 }

 .thumbnail h3 {
    line-height: 0.8;
 }

 .thumbnail h4 {
    color: #686868;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 35px;
    font-size: 14px;
}

 .thumbnail a>img {
     max-width: 90%; 			
 }

 .rn-top-panel {
     margin-top: 18px;
 }

 .rn-precio {
     display: block;
    color: #eb7c3e;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    margin-top: -5px;
    text-align: left;
 }


 footer a>img {
     margin-top: -20px;
 }

 footer h3 {		 	
     margin-bottom: 20px;
     font-family: 'Roboto Condensed';
     font-size: 17px;
 }

 footer ul li {
     padding: 2px 0 8px;
 }

 footer ul li a {
     color: white;
     font-family: Roboto,sans-serif;
     font-size: 13px;
 }

.rn-top {
    margin-top: 30px;
}

footer .rn-top a{
    margin-left: 10px;
}

footer .rn-top {
    vertical-align: bottom;
}

/*======= Styles fichero detalles =====*/
.rn-top .col-xs-3, .rn-top .col-xs-9 {
    margin-top: 5px;
}

/*======= Style of legales.pe =====*/
span.precio {
    font-size: 24px;
    color: #154051;
}

span.oferta {
    font-size: 24px;
    color: #d61d1d;
}

/*mas cosas */
#placeholder{
opacity: 0;
width: 280px;
height: 456px;
position: relative;
margin-left: -5px;
margin-top: -420px;
margin-top: -456px; 
}

.mas-agotado {
  background: url(https://legales.pe/img/agotado.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
opacity: 1 !important;
}