/*Estilos mensajes administración*/
.success{
    border-left: 4px solid #12ec0a;
    font-size: 14px;
    margin: 5px 0 15px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 1px 12px;
}

.error{
    border-left: 4px solid #ec010c;
    font-size: 14px;
    margin: 5px 0 15px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 1px 12px;
}

/*Estilos tabla promociones*/
.table-row{
    display: table-row;
}
.table-cell-header{
    display: table-cell;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
.table-cell{
    display: table-cell;
    padding: 5px;
}
/*Fin tabla promociones*/

.text-center{
    text-align:center;
    margin:0 auto;
}

.logo_prom{
    width:25%;
    height:25%;
    margin-bottom:10px;
}

.img_message{
    margin-top:10px;
    font-weight: bold;
}

.button_link{
    padding: 5px;
    color: buttontext;
    border:1px solid;
    border-radius: 2px;
    cursor: pointer;
    margin-top:10px;
}

.button_link:hover{
    color: black;
}
/* Slider inicio*/

.owl-nav{
    visibility: hidden;
}
.owl-prev{
    visibility: visible;
}
.owl-next{
    visibility: visible;
}
/*Fin slider inicio*/

/*Imagen promoción*/
.neumaticos-modal img{
    max-width: 604px;
    max-height: 629px;
}
/*Texto destacado promoción*/

.red-background{
    font-size: 13px;
}

/*Texto descripción promoción*/
.texto_descripcion{
    background-color:#e0e0e0;
    color:black;
    padding:5px;
    font-size: 11px;
    line-height: 10px;
}
/*Texto ecotasa*/
.texto_ecotasa{
    font-size: 11px;
    margin-left:-40px;
}
