.producto {
    float: left;
    position: relative;
    margin-top: 20px;
    width: 100%;
    max-height: 450px;
    min-height: 450px;
}

.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: #8c3b87;
}

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

.nota{
    font-family:"Roboto Bold";
    padding: 45px 0px;
    font-size: 19px;
}


.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: #8c3b87;
    color: #FFF;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none !important;
    margin-top: 20px;
    float: right;
    border:none;
}

.agregar:hover{
    background-color: #000;
}

#cantidad-text{
    padding-top: 8px;
    padding-right: 11px;
    float: left;
}

#cantidad {
    background-color: #fff;
    border-radius: 0px;
    border:1px solid #0000004d;
    color: #000;
    font-size: 18px;
    width: 26%;
}

.btn-warning{
    background-color:#8c3b87;
    border-radius: 0px;
    border:none;
    font-family:"decker";
    font-size: 18px;
}

.btn-warning:hover{
    background-color: #000;
}

#text_login {
    background-color: #e8e7e7;
    float: left;
    padding: 0px;
    text-align: justify;
}

#text_login p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family:"decker";
    line-height: 23px;
    font-size: 18px;
    color: #000;
}

.campo h2 {
    font-size: 28px;
    color: #000;
    font-family:"Mural Script";
}

.campo input {
    border-radius: 0px;
    font-family:"decker";
    font-size: 17px;
    margin-bottom: 17px;
}

#borrar3 {
    width: 115px !important;
    cursor: pointer;
    position: relative;
    float: right;
    border: none;
    font-size: 23px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 10px 0px !important;
    font-family:"Roboto Bold";
    background: #000 !important;
}

#borrar3:hover{
    background-color: #C44DA7 !important;
}

#enviar3 {
    width: 115px !important;
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 23px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 10px 0px !important;
    background: #000 !important;
    margin-right: 15px;
    border: none;
    font-family:"Roboto Bold";
}

#enviar3:hover{
    background-color: #C44DA7 !important;
}

#texto-is {
    background: #000000b8;
    color: #FFF;
    text-align: center;
    padding: 15px 7px;
    font-size: 17px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-family:"decker";
}

#registro p {
    font-family:"decker";
    font-size: 18px;
    text-align: justify;
    padding: 30px 16px;
    line-height: 22px;
}

#registro h3 {
    color: #000;
    margin-top: 8px;
    font-size: 28px;
    font-family:"Mural Script";
}

#registro input {
    background-color: #fff;
    color: #000;
    border-radius: 0px;
}

#borrar-r {
    width: 130px !important;
    font-family: "Roboto Bold";
    margin-right: 15px;
    border: medium none !important;
    cursor: pointer;
    position: relative;
    float: left !important;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center;
    background: #000 !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    padding: 5px 0px !important;
}

#borrar-r:hover{
    background-color: #C44DA7 !important;
}

#enviar-r {
    width: 130px !important;
    font-family: "Roboto Bold";
    border: medium none !important;
    cursor: pointer;
    position: relative;
    float: left !important;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center;
    background: #000 !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    padding: 5px 0px !important;
}

#enviar-r:hover{
    background-color: #C44DA7 !important;
}

#MainMenu .panel {
    border-radius: 0px;
    padding: 20px 10px;
    background: #8c3b87;
    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:9px 0px;
    font-size: 23px;
}

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

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

.nivel2 {
    font-family:"Roboto Regular";
    font-size: 20px;
    color: #FFF !important;
    border: none;
    background: transparent !important;
    border-radius: 0px !important;
}

.nivel2:focus, .nivel2:hover {
    background: #8c3b87 !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 p{
    font-family:"Roboto Regular";
    line-height: 21px;
    text-align: justify;
    padding-bottom: 15px;
}

.detalle-texto h1{
    font-family:"Roboto Bold";
    font-size: 28px;
     border-bottom: dotted 1px #000;
}

.detalle-texto h2 {
    font-size: 24px;
    color: #000000;
    text-align: right;
    font-family:"decker";
    margin-top: 15px;
    padding-bottom: 7px;
}

.detalle-texto h3 {
    font-size: 22px;
    border-bottom: 1px solid #000;
    color: #000000;
    font-family:"Roboto Bold";
    margin-top: 15px;
    padding-bottom: 5px;
}

#detalle-redes {
    margin-top: 45px;
    padding-bottom: 15px;
}

#detalle-redes p{
   font-family:"Roboto Bold";
   font-size: 20px;
}

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

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

.carrito {
    margin-top: 30px;
}

#valor_total {
    float: left;
    position: relative;
}

#valor_total h1{
  text-align: right;
  font-family: "Mural Script" !important;
  font-size: 37px !important;
  color: #000;
  text-align: right;
}

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

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

.carrito-nombre h2 {
    color: #8c3b87;
    font-family:"decker";
    font-size: 24px;
}

.carrito-nombre p{
    font-size: 17px;
    font-family:"Roboto Regular";
}

.carrito-nombre h3 {
    color: #000;
    font-size: 21px;
    text-align: right;
    font-family:"decker";
    margin-bottom: 16px;
    border-bottom: 1px dotted #000;
}

.carrito-sub {
    background-color: #0000000f;
    padding: 11px;
    margin-top: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 21px;
    padding: 5px 8px;
    margin-top:15px;
}

.carrito-sub h4 {
    font-family:"decker";
    text-align: right;
    font-size: 20px;
}

.carrito-item a {
    border: 1px solid #000;
    color: #000;
    text-align: center;
    float: left;
    position: relative;
    padding: 15px 0px;
    font-family:"decker";
    width: 100%;
    margin-right: 5px;
    text-transform: uppercase;
    margin-top: 5px;
    text-decoration: none;
    font-size: 16px;
}

.carrito-item a:hover {
    background: #8c3b87;
    color: #fff;
    border:1px solid #8c3b87;
}

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

.eliminar {
    font-size: 12px;
    border:1px solid #000;
    color: #000;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none !important;
    margin-top: 25px;
    float: right;
    text-transform: uppercase;
}
.eliminar:hover {
	background:#000;
	color:#fff;
}
.productos {
    margin-top: 20px;
    float: left;
    position: relative;
    width: 100%;
}

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

element.style {
}

#contenido {
    padding: 99px 0px;
}
