

.img-producto {
    height: 275px;
}

.img-producto img {
    max-height: 100%;
}

.botones-producto {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}

.botones-producto a {
    display: inline-block;
    background: #000;
    font-family: "Roboto Bold";
    color: #FFF;
    padding: 6px 10px;
    text-decoration: none;
}

.botones-producto a:hover {
    background: #337ab7;
}

.texto-producto {
    margin-top: 15px;
    float: left;
    position: relative;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.texto-producto h2 {
    font-family: "Roboto Bold";
    font-size: 20px;
}

.texto-producto p {
    margin-top: 4px;
    color: #000000;
    align-content: center;
    text-align: center;
}

.agregar {
    margin-bottom: 15px;
    background: #337ab7;
    color: #FFF;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none !important;
    margin-top: 20px;
    float: right;
}

#contenido h1 {
    text-transform: uppercase;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    font-size: 30px;
    color: #000;
    font-family: "Roboto Bold";
    margin-top: 20px;
}

#MainMenu .panel {
    border-radius: 0px;
    padding: 20px 10px;
    background: #337ab7;
    font-family: "Roboto Bold";
    margin-top: 20px;
}

.nivel1 {
    color: #FFF !important;
    margin-bottom:: 5px !important;
    font-family: "Roboto Bold";
    background: transparent;
    border: none;
    border-bottom: solid 1px #FFF;
    padding: 5px;
    font-size: 25px;
}

.nivel1 span {
    font-size: 8px;
    float: right;
    margin-top: 5px;
}

.nivel1:focus, .nivel1:hover {
    background: transparent !important;
}

.nivel2 {
    font-family: "Roboto Bold";
    font-size: 23px;
    color: #FFF !important;
    border: none;
    background: transparent !important;
    margin-top: 5px;
    border-radius: 0px !important;
}

.nivel2:focus, .nivel2:hover {
    background: #337ab7 !important;
}

.nivel2 span {
    font-size: 8px;
    float: right;
    margin-top: 3px;
}

.nivel3 {
    color: #fff !important;
    background: transparent !important;
    border: none;
}

.nivel3:focus, .nivel3:hover {
    background: transparent !important;
}

.detalle-img {
    margin-top: 20px;
}

.detalle-texto {
    margin-top: 20px;
}

.detalle-texto h2 {
    color: #000;
    font-weight: 700;
    margin-top: 15px;
    font-size: 28px;
}

.detalle-texto h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    margin-top: 15px;
    border-bottom: solid 1px #000;
    padding-bottom: 7px;
}

#volver {
    float: right;
    position: relative;
    text-transform: uppercase;
    color: #000;
}

#volver {
    float: right;
    position: relative;
    text-transform: uppercase;
}

#fb-d {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(/assets/img/redes2.png) no-repeat left;
    margin-left: 12px;
}

#tw-d {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(/assets/img/redes2.png) no-repeat center;
    margin-left: 12px;
}

#contenido h1 {
    text-transform: uppercase;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    font-size: 30px;
    color: #000;
    font-family: "Roboto Bold";
}

.carrito {
    margin-top: 30px;
}

.carrito-img {
    width: 100%;
    height: 211px;
    box-shadow: 2px 2px 2px #999;
    overflow: hidden;
}

.carrito-img img {
    margin-top: -30px;
}

.carrito-nombre {
    margin-top: 20px;
}

.carrito-nombre h2 {
    color: #337ab7;
    font-weight: 700;
    margin-top: 15px;
    font-size: 24px;
}

.carrito-nombre h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
}

.carrito-sub {
    margin-top: 20px;
}

.carrito-sub h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: right;
    font-size: 20px;
}

.carrito-item a {
    background: #337ab7;
    color: #FFF;
    text-align: center;
    float: left;
    position: relative;
    padding: 5px 0px;
    width: 100%;
    margin-right: 5px;
    text-transform: uppercase;
    margin-top: 5px;
    text-decoration: none;
    font-size: 16px;
}

.carrito-item a:hover {
    background: #000;
}

#cantidad {
    background-color: #000;
    border: none;
    color: #fff;
    padding: 9px 5px;
}

#cantidad2 {
    border: 1px solid #000;
    color: #000;
    padding: 9px 5px;
}

.eliminar {
    font-family: "Roboto Bold";
    font-size: 16px;
    background: #337ab7;
    color: #FFF;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none !important;
    margin-top: 25px;
    text-transform: uppercase;
}

.pad {
    padding-left: 0px;
    padding-right: 0px;
}

element.style {
}

#contenido {
    padding: 99px 0px;
}