div#idDestacados
{
    padding: 10px;
    text-align: left;
}

div#idDestacados.CRow .CField
{
    transition: 0.3s;
}

.cssDestacado {
    width: 100%;
    padding: 5px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cssDestacado .cssGallery
{
    position: relative;
    overflow: hidden;
}

.cssDestacado .cssGallery img
{
    width: 100%;
    height: auto;
}

.cssDestacado .cssGallery .cssCodigoAviso
{
    background-color: #FFC80B;
    bottom: 0;
    color: #000000;
    display: block;
    font-size: 10px;
    font-weight: bold;
    left: 0;
    padding: 3px;
    position: absolute;
}

.cssDestacado .cssDescripcion
{
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
    height: 56px;
}

.cssDestacado .cssDescripcion a
, .cssDestacado .cssDescripcion a:hover
{
    font: inherit;
    text-decoration: none;
    color: #333333;
}

.cssDestacado .cssDescripcion .cssTitulo
{
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.cssDestacado .div-price span:before {
    content: "$ ";
}
.cssDestacado .div-price span:empty {
    display: none;
}

.cssDestacado .div-price {
    background: #00add0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-family: metapro2;
    text-align: left;
    padding-left: 6px;
    font-weight: 600;
}
.cssDestacado .pad-5 {
    padding:5px !important;
    overflow: hidden;
}
.cssDestacado a {
    display: block;
    border: 4px solid #e9e9e9;
}

.cssDestacado .titulo {
    font-family: metapro;
    font-weight: 600;
    text-align: left;
}

.carousel-inner {
    width: auto !important;
}

#myCarousel{
    overflow: hidden;
}

a.left.l-arrow.carousel-control{
    background-image:none !important;
    width: 5%;
    border-right: 1px solid #aaaaaa;
    margin: 5px 0;
    color: #aaaaaa;
}
a.right.r-arrow.carousel-control{
    background-image:none !important;
    width: 5%;
    border-left: 1px solid #aaaaaa;
    margin: 5px 0;
    color: #aaaaaa;
}

.center-col {
    width: 90%;
    margin: 0 auto;
}

i.glyphicon.glyphicon-chevron-left.grayArrow {
    margin-left: -14px;
}

i.glyphicon.glyphicon-chevron-right.grayArrow {
    margin-right: -14px;
}

.divRecuadro .Title-Destacado{
    background-color: rgba(233, 233, 233, 0.46);
    color: rgb(0, 173, 208);
    font-size: 18px;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 31px;
    text-transform: uppercase;
    font-weight: 500;
    display:block;
    line-height: 24px;
    padding: 3px 10px 5px 10px;
}
.cssDestacados.Content {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-top: 0;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}