/* Add here all your css styles (customizations) */
.navbar-brand {
    padding: 0px !IMPORTANT
}

.nota_error {
    font-size: 12px;
    color: #ff0000;
    padding: 4px 4px;
}

.nota_error:before {
    font-family: FontAwesome;
    padding-right:6px;
    content: "\f06a";
}
.Centrar 
{
    margin:0 auto;
}
/* TEXTOS */
.txtTituloAmazon 
{
    color:black;
    margin-top:5%;
}
.txtEuros 
{
    font-size: 16px; 
    color: black; 
    font-weight: bold;
}
.txtCantidadEuros 
{
    font-size: 54px; 
    color: black; 
    text-align: center; 
    font-weight: bold;    
}
.txtAmazon 
{
    text-align: center;
    font-size:10px;
    color:black;
    margin-top:20px;
}
.IcnCerrar 
{
    font-size: 10px; 
    color: black;
}
/* POPUP */
.mdlBannerTarjeta 
{
    padding-top:15% !important;
    z-index: 9999999; /* orden de las capas para esconder el menu superior */
}

.blur {
    -webkit-filter: blur(5px) grayscale(50%);
}

.antiblur {
    -webkit-filter: none;
}
.modal-header 
{
  border-bottom:0 !important;
}
/* BOTONES */
.btnBlanco 
{
    background-color:white !important;
    color:red !important;
}
.btnBlanco:hover 
{
    background-color:black !important;
    color:white !important;
}
.btnRojo 
{
    background-color:red !important;
    color:black !important;
}
.btnRojo:hover 
{
    background-color:red !important;
    color:black !important;
}
.btnCerrarAmazon 
{
    position: absolute; 
    right: 0; 
    top: 5px;
}
/* CAJAS */
.CajaInfoAmazon 
{
    /*background-color: #e10019;*/ 
    background-color: white; 
    height: 314px;
}
.CajaImagenAmazon 
{
    padding:0;
    height:314px;
}
.close 
{
    opacity: 1.0 !important;
}