﻿.img_cesta {
    width: 150px;
}

@media (min-width:1024px) {
    .img_cesta {
        width: 200px;
    }
}

@media (max-width:768px) {
    .img_cesta {
        width: 60px;
    }
}

.caja_generica {
    border: 1px solid #999999;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/*Header and Pager styles*/
/*/*.GridViewStyle {
  font-family: Arial, Sans-Serif;
  font-size: small;
  table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
}
Header and Pager styles
.HeaderStyle, .PagerStyle {
  border-style: none;
  background-image: url(Images/controles/datagrid_header_bg.png);
  background-position: center;
  background-repeat: repeat-x;
  background-color: #ffffff;
  height: 35px;
}

  .HeaderStyle th {
    padding: 5px;
    color: #ffffff;
  }

  .HeaderStyle a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
  }

  .PagerStyle table {
    text-align: center;
    margin: auto;
  }

    .PagerStyle table td {
      border: 0px;
      padding: 5px;
    }

  .PagerStyle td {
    border-top: #1d1d1d 3px solid;
  }

  .PagerStyle a {
    color: #ffffff;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
  }

  .PagerStyle span {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
  }
RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td {
    padding: 5px;
    border-right: solid 1px #EBEBEB;
}

.RowStyle td {
    background-color: #FFFFFF;
}

.AltRowStyle td {
    background-color: #ffffff;
}

.SelectedRowStyle td {
    background-color: #ffff66;
}

.caja_buscador_rapido {
    border: 1px solid #FFFFFF;
    background-color: White;
    font-family: 'Arial';
    font-size: 12px;
    color: #000000;
}

/* TablaPrecios Skin */
/*Header and Pager styles*/
.GridCompras {
    border: 0px none #000000;
    font-size: 1.1em;
    table-layout: auto;
    border-collapse: collapse;
}
    /*Header and Pager styles*/
    .GridCompras .HeaderStyle, .PagerStyle {
        border-style: none;
        background-color: #495e6d;
        background-position: center top;
        background-repeat: repeat-x;
        background-color: #ffffff;
        height: 25px;
    }

        .GridCompras .HeaderStyle th {
            border-style: none;
            padding: 20px;
            color: #fff;
            background-color: #000;
            height: 25px;
        }

        .GridCompras .HeaderStyle a {
            text-decoration: none;
            color: #fff;
            display: block;
            text-align: left;
            font-weight: normal;
        }

    .GridCompras .PagerStyle table {
        text-align: center;
        margin: auto;
    }

        .GridCompras .PagerStyle table td {
            border: 0px;
            padding: 5px;
        }

    .GridCompras .PagerStyle td {
        border-top: #1d1d1d 0px solid;
    }

    .GridCompras .PagerStyle a {
        color: #000;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        border-top: solid 1px #777777;
        border-right: solid 1px #333333;
        border-bottom: solid 1px #333333;
        border-left: solid 1px #777777;
    }

    .GridCompras .PagerStyle span {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
    }
    /*RowStyles*/
    .GridCompras .RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td {
        height: 30px;
        border-width: 0px;
    }

    .GridCompras .RowStyle td {
        background-color: #F5F5F5;
        padding-left: 3px;
        height: 30px;
    }

    .GridCompras .AltRowStyle td {
        background-color: #ffffff;
        padding-left: 3px;
        background: url("productos/fnd_modelo_alt.png");
    }

    .GridCompras .SelectedRowStyle td {
        background-color: #ffff66;
    }

    .GridCompras a {
        font-size: 1.1em;
        color: #000;
        text-decoration: none;
    }

        .GridCompras a:hover {
            color: red;
        }

    .GridCompras img {
        height: 150px;
        max-width: 300px;
    }


/* TablaPrecios Skin */
/*Header and Pager styles*/
.panel_resumen_cesta {
    background-color: #dcdcdc;
    padding: 0 10px;
    font-size: 18px;
    font-family: samspro;
    font-variant: all-petite-caps;
    min-height: 130px;
}

    .panel_resumen_cesta .titulo {
        width: 100%;
        height: 50px;
        background-color: #dcdcdc;
    }

.GridCesta {
    border: 0px none #000000;
    font-family: samspro;
    font-size: 18PX;
    table-layout: auto;
    font-variant: all-petite-caps;
    border-collapse: collapse;
}
    /*Header and Pager styles*/
    .GridCesta .HeaderStyle, .PagerStyle {
        border-style: none;
        background-color: #000000;
        background-position: center top;
        background-repeat: repeat-x;
        background-color: #ffffff;
        height: 50px;
    }

        .GridCesta .HeaderStyle th {
            border-style: none;
            padding: 5px;
            color: #181715;
            background-color: #dcdcdc;
            height: 35px;
            text-align: left;
            font-weight: normal;
        }

        .GridCesta .HeaderStyle a {
            text-decoration: none;
            color: #ffffff;
            display: block;
            text-align: left;
            font-weight: normal;
        }

    .GridCesta .PagerStyle table {
        text-align: center;
        margin: auto;
    }

        .GridCesta .PagerStyle table td {
            border: 0px;
            padding: 5px;
        }

    .GridCesta .PagerStyle td {
        border-top: red 3px solid;
    }

    .GridCesta .PagerStyle a {
        color: #ffffff;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        border-top: solid 1px #777777;
        border-right: solid 1px #333333;
        border-bottom: solid 1px #333333;
        border-left: solid 1px #777777;
    }

    .GridCesta .PagerStyle span {
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
        padding: 2px 10px 2px 10px;
    }
    /*RowStyles*/
    .GridCesta .RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td {
        height: 30px;
        border-width: 0px;
        color: #000000;
    }

    .GridCesta .RowStyle td {
        background-color: #ffffff;
        padding-left: 3px;
        height: 30px;
        color: #000000;
        font-size: 18px;
    }

    .GridCesta .AltRowStyle td {
        background-color: #ffffff;
        padding-left: 3px;
        color: #2d2232;
    }

    .GridCesta .SelectedRowStyle td {
        background-color: #ffff66;
    }

    .GridCesta img {
        object-fit: contain !important;
        WIDTH: 100%;
        HEIGHT: 100%;
    }

#createuserhelp {
    width: 300px;
    height: 500px;
    float: left;
}

#createuserheaderstyle {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    border-top-width: medium;
    /* text-align: left; */
    /* float: left; */
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    border-top-width: medium;
    /* text-align: left; */
    /* float: left; */
}

#wizHeader li .prevStep {
    background-color: #339933;
}

    #wizHeader li .prevStep:after {
        border-left-color: #339933 !important;
    }

#wizHeader li .currentStep {
    background-color: #dd328d;
}

    #wizHeader li .currentStep:after {
        border-left-color: #dd328d;
    }

#wizHeader li .nextStep {
    background-color: #2f3741;
}

    #wizHeader li .nextStep:after {
        border-left-color: #2f3741;
    }

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 15px 'Arial';
    margin: 0px;
    padding: 0px;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 55px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid transparent;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

        #wizHeader li a:hover {
            background: #fff;
            color: #000;
        }

            #wizHeader li a:hover:after {
                border-left-color: #fff !important;
            }

.content {
    height: 150px;
    padding-top: 75px;
    text-align: center;
    background-color: #F9F9F9;
    font-size: 48px;
}

.caja_degradado {
    padding: 5px;
    border: solid 2px #E5E5E5;
    height: 35px;
    font-family: Samspro;
    font-size: 12pt;
    color: #666;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

    .caja_degradado:focus, text:focus {
        box-shadow: 0 0 7px rgba(213, 122, 47,1);
        padding: 3px 0px 3px 3px;
        margin: 5px 1px 3px 0px;
        border: 1px solid rgba(213, 122, 47, 0.6);
    }

.caja_buscador_avz {
    padding: 0px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 12px 'Arial';
    width: 105px;
    height: 20px;
    background: #FFFFFF url('skins/Boxs/bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    color: #666666;
}

.lista_control {
    padding: 5px;
    border: solid 2px #E5E5E5;
    height: 35px;
    font-family: 'Samspro', sans-serif !important;
    font-size: 12pt;
    color: #666;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

.lista_filtro {
    padding: 3px;
    border: solid 1px #dddddd;
    /* outline: 0; */
    font-family: 'Samspro', sans-serif !important;
    font-size: 1.5em;
    height: 35px;
    min-width: 175px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 4%, rgba(245,245,245,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 4%,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    color: #666666;
}

.lista_filtro_catalogo {
    padding: 3px;
    border: solid 0px #dddddd;
    border-bottom: 0px solid #dddddd;
    /* outline: 0; */
    font-family: 'samspro', sans-serif !important;
    font-size: 20px;
    font-weight: 200;
    height: 45px;
    /*min-width: 250px;*/
    background: rgb(255,255,255);
    color: #666666;
}

    .lista_filtro_catalogo:focus, select:focus {
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

.lista_medidas {
    padding: 3px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font-family: Arial;
    font-size: 16px;
    height: 35px;
    width: 120px;
    background: #FFFFFF url('skins/Boxs/bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    color: #666666;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label {
    margin-left: 10px;
    color: #999999;
}

.icon-search {
    background-image: url("images/search.png");
    width: 32px;
    height: 32px;
}

    .icon-search:hover {
        -webkit-filter: opacity(60%);
    }

.icon-login {
    background-image: url("images/user.png");
    width: 32px;
    height: 32px;
}

    .icon-login:hover {
        -webkit-filter: opacity(60%);
    }

.icon-cart {
    background-image: url("images/carrito.png");
    width: 32px;
    height: 32px;
}

    .icon-cart:hover {
        -webkit-filter: opacity(60%);
    }

.button_default {
    width: auto;
    padding: 3px 15px 3px 15px;
    background: #dd328d;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    height: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #1b141e;
}

.button_green {
    width: auto;
    padding: 3px 15px 3px 15px;
    background: #339933;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    height: 25px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #184918;
}

.button_red {
    width: auto;
    padding: 3px 15px 3px 15px;
    background: #FF3300;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    height: 25px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #511000;
}

.button_login {
    width: auto;
    padding: 3px 15px 3px 15px;
    background-color: #dd328d;
    border: 0;
    font-size: 12px;
    color: #FFFFFF;
    height: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.checkbox_little {
    font: Arial;
    font-size: 12px;
    background-color: transparent;
    color: transparent;
}



/* BOTONES DINAMICOS */
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 700px;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: 100;
    font-size: 0.9em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

/* Individual styles */

/* Hoshi */
.input--hoshi {
    overflow: hidden;
}

.input__field--hoshi {
    margin-top: 1em;
    padding: 0.85em 0.15em;
    width: 100%;
    background: transparent;
    color: #595F6E;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.25em;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none;
}

.input__label-content--hoshi {
    position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
    margin-top: 2px;
    border-bottom: 4px solid red;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
    border-color: hsl(200, 100%, 50%);
}

.input__label--hoshi-color-2::after {
    border-color: hsl(160, 100%, 50%);
}

.input__label--hoshi-color-3::after {
    border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

.tagcloud01 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud01 ul li {
        display: inline-block;
        margin: 0 .3em .3em 0;
        padding: 0;
    }

        .tagcloud01 ul li a {
            display: inline-block;
            max-width: 100px;
            height: 28px;
            line-height: 28px;
            padding: 0 1em;
            background-color: #fff;
            border: 1px solid #aaa;
            border-radius: 3px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

            .tagcloud01 ul li a:hover {
                background-color: #181715;
                border: 1px solid #181715;
                color: #fff;
            }



.tagcloud02 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .tagcloud02 ul li {
        float: left;
        width: 150px;
        margin: 0 10px 10px 0;
        padding: 0;
    }

        .tagcloud02 ul li a {
            display: block;
            width: 100%;
            height: 32px;
            line-height: 32px;
            padding: 0 1em;
            background-color: #fff;
            border: 1px solid #aaa;
            border-radius: 3px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .tagcloud02 ul li a:hover {
                background-color: #181715;
                border: 1px solid #181715;
                color: #fff;
            }



.tagcloud03 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud03 ul li {
        display: inline-block;
        margin: 0 .3em .3em 0;
        padding: 0;
    }

        .tagcloud03 ul li a {
            position: relative;
            display: inline-block;
            max-width: 100px;
            height: 28px;
            line-height: 28px;
            padding: 0 2.5em 0 1em;
            background-color: #fff;
            border: 1px solid #aaa;
            border-radius: 3px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

.tagcloud03 li span {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 2;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #181715;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
}

.tagcloud03 ul li a:hover {
    background-color: #181715;
    border: 1px solid #181715;
    color: #fff;
}

    .tagcloud03 ul li a:hover span {
        background-color: #fff;
        color: #181715;
    }



.tagcloud04 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud04 ul li {
        position: relative;
        display: inline-block;
        margin: 0 .75em .5em 0;
        padding: 0;
    }

        .tagcloud04 ul li a {
            position: relative;
            display: inline-block;
            max-width: 100px;
            height: 28px;
            line-height: 28px;
            padding: 0 1em;
            background: #fff;
            border: 1px solid #aaa;
            border-radius: 3px;
            word-wrap: normal;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

        .tagcloud04 ul li span {
            position: absolute;
            top: 0;
            right: -10px;
            z-index: 2;
            width: 28px;
            height: 28px;
            line-height: 28px;
            background-color: #181715;
            border: 1px solid #181715;
            border-radius: 100%;
            color: #fff;
            font-size: 13px;
            text-align: center;
            opacity: 0;
            -webkit-transition: .2s;
            transition: .2s;
            -webkit-transform: scale(.4);
            transform: scale(.4);
        }

            .tagcloud04 ul li span::after {
                position: absolute;
                top: 50%;
                left: -8px;
                content: '; width: 0; height: 0; margin-top: -7px; border-color: transparent #181715 transparent transparent; border-style: solid; border-width: 7px 14px 7px 0;
            }

        .tagcloud04 ul li a:hover {
            border: 1px solid #181715;
            color: #181715;
        }

        .tagcloud04 ul li:hover span {
            right: -26px;
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }



.tagcloud05 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud05 ul li {
        display: inline-block;
        margin: 0 0 1em 1em;
        padding: 0;
    }

        .tagcloud05 ul li a {
            position: relative;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            padding: 0 1em;
            background-color: #181715;
            border-radius: 0 3px 3px 0;
            color: #fff;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

            .tagcloud05 ul li a::before {
                position: absolute;
                top: 0;
                left: -15px;
                content: '';
                width: 0;
                height: 0;
                border-color: transparent #181715 transparent transparent;
                border-style: solid;
                border-width: 15px 15px 15px 0;
                -webkit-transition: .2s;
                transition: .2s;
            }

            .tagcloud05 ul li a::after {
                position: absolute;
                top: 50%;
                left: 0;
                z-index: 2;
                display: block;
                content: '';
                width: 6px;
                height: 6px;
                margin-top: -3px;
                background-color: #fff;
                border-radius: 100%;
            }

        .tagcloud05 ul li span {
            display: block;
            max-width: 100px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .tagcloud05 ul li a:hover {
            background-color: #272727;
            color: #fff;
        }

            .tagcloud05 ul li a:hover::before {
                border-right-color: #272727;
            }



.tagcloud06 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud06 ul li {
        display: inline-block;
        margin: 0 0 .3em 1em;
        padding: 0;
    }

        .tagcloud06 ul li a {
            position: relative;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            padding: 0 1em 0 .75em;
            background-color: #181715;
            border-radius: 0 3px 3px 0;
            color: #fff;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

            .tagcloud06 ul li a::before {
                position: absolute;
                top: 0;
                left: -15px;
                z-index: -1;
                content: '';
                width: 30px;
                height: 30px;
                background-color: #181715;
                border-radius: 50%;
                -webkit-transition: .2s;
                transition: .2s;
            }

            .tagcloud06 ul li a::after {
                position: absolute;
                top: 50%;
                left: -6px;
                z-index: 2;
                display: block;
                content: '';
                width: 6px;
                height: 6px;
                margin-top: -3px;
                background-color: #fff;
                border-radius: 100%;
            }

        .tagcloud06 ul li span {
            display: block;
            max-width: 100px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .tagcloud06 ul li a:hover {
            background-color: #555;
            color: #fff;
        }

            .tagcloud06 ul li a:hover::before {
                background-color: #555;
            }


#crearUsuario {
    width: 100%;
    max-width: 600px;
    background-color: #ededed;
}

#panelPaso1 {
    font-size: 20px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 600px;
    padding: 30px 30px 30px 45px;
}

#panelPaso2 {
    font-size: 20px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 600px;
    padding: 30px 30px 30px 45px;
}

#panelPaso3 {
    font-size: 18px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 600px;
    padding: 5px;
    background-color: white;
}

#crearUsuario .fuente_campos_requeridos {
    position: absolute;
    top: 9px;
    display: inline;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
}


/*Formularios*/
#crearUsuario input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select[multiple=multiple], select, textarea {
    padding: 1em 2.4em 1em 1em;
    height: auto;
    min-height: 40px;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e9eaec;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
    font-family: Samspro, 'Century Gothic';
    font-size: 20px;
    padding: .5em;
    width: 100%;
}

    #crearUsuario input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select[multiple=multiple]:focus, textarea:focus {
        border-color: #1273eb;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.06), 0 0 5px rgba(18,115,235,.7);
    }

#crearUsuario input:not([type]), input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-transition: border 0ms cubic-bezier(1,0,0,1),box-shadow 0ms cubic-bezier(1,0,0,1);
    -moz-transition: border 0ms cubic-bezier(1,0,0,1),box-shadow 0ms cubic-bezier(1,0,0,1);
    transition: border 0ms cubic-bezier(1,0,0,1),box-shadow 0ms cubic-bezier(1,0,0,1);
    display: block;
    font-family: Samspro, 'Century Gothic';
    width: 100%;
    height: 45px;
    /* margin: 5px !important; */
    padding: 10px;
    border: 1px solid #181715 !important;
    background-color: #fff;
    box-shadow: 0 0 0 transparent;
    color: #5f7d95;
    font-size: 18px;
    line-height: 20px;
}


    #crearUsuario input:hover, textarea:hover, input:focus, textarea:focus {
        border-color: #8ddbff;
        background-color: var(--input_forms_hover);
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }


.checkbox_forms {
    border: 0px !important;
    display: inline-block;
}

input[type="checkbox"] {
    display: inline-block !important;
    width: 19px !important;
    height: 19px !important;
    margin: -1px 4px 0 0 !important;
    vertical-align: middle !important;
    background: url(../images/check_radio_sheet.png) left top no-repeat !important;
    cursor: pointer !important;
}

    input[type="checkbox"]:checked + label span {
        border: 0px;
    }

    input[type="checkbox"]:checked + label span {
        background: url(../images/check_radio_sheet.png) -19px top no-repeat !important;
    }

.fuente_campos_requeridos {
    position: absolute;
    top: 0px;
    display: inline;
    right: 20px;
    font-size: 16px;
    color: #c31010;
}

.chk_alta label {
    display: inline;
    line-height: 30px;
    width: 100%;
}

.link_fondo_oscuro {
    color: #1a0dab !important;
}

.link_fondo_claro a:hover, a:link {
    color: var(--link_fondo_claro);
}
/*Fin Formularios*/

.stripe_panel {
    width: 360px;
    height: 250px;
    margin: 0 auto;
    background-color: #eeeeee;
    border: solid 2px #bbbbbb;
    vertical-align: middle;
    text-align: center;
}

    .stripe_panel span {
        font-size: 16px;
        color: #0768a0;
        top: 20px;
        position: relative;
    }

.stripe-btn {
    overflow: hidden;
    display: inline-block;
    visibility: visible !important;
    background-image: -webkit-linear-gradient(#28a0e5,#015e94);
    background-image: -moz-linear-gradient(#28a0e5,#015e94);
    background-image: -ms-linear-gradient(#28a0e5,#015e94);
    background-image: -o-linear-gradient(#28a0e5,#015e94);
    background-image: -webkit-linear-gradient(#28a0e5,#015e94);
    background-image: -moz-linear-gradient(#28a0e5,#015e94);
    background-image: -ms-linear-gradient(#28a0e5,#015e94);
    background-image: -o-linear-gradient(#28a0e5,#015e94);
    background-image: linear-gradient(#28a0e5,#015e94);
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 1px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 100px;
    width: 300px;
    color: white;
    font-size: 24px;
    position: relative;
    top: 50px;
}

.stripe-button-el span {
    display: block;
    position: relative;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background: #1275ff;
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.stripe-button-el:not(:disabled):active, .stripe-button-el.active {
    background: #005d93
}

    .stripe-button-el:not(:disabled):active span, .stripe-button-el.active span {
        color: #eee;
        background: #008cdd;
        background-image: -webkit-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -moz-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -ms-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -o-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -webkit-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -moz-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -ms-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: -o-linear-gradient(#008cdd,#008cdd 85%,#239adf);
        background-image: linear-gradient(#008cdd,#008cdd 85%,#239adf);
        -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
        -ms-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
        -o-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.1)
    }

.stripe-button-el:disabled, .stripe-button-el.disabled {
    background: rgba(0,0,0,0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

    .stripe-button-el:disabled span, .stripe-button-el.disabled span {
        color: #999;
        background: #f8f9fa;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5)
    }


.radioButtonList input[type="radio"] {
    width: 17px;
    float: left !important;
    height: 35px;
}

.radioButtonList label {
    width: auto !important;
    display: inline !important;
    font-family: samspro !important;
    /* float: left !important;*/
    padding-left: 5px;
    font-size: 0.9rem !important;
    color: #0367B2 !important;
    font-style: normal !important;
    line-height: 35px !important;
}

.ChekPortesGratis label {
    width: auto !important;
    display: inline !important;
    font-family: samspro !important;
    padding-left: 5px;
    font-size: 0.9rem !important;
    color: #0367B2 !important;
    font-style: normal !important;
    line-height: 35px !important;
}


.radioButtonListTarjetas input[type="radio"] {
    width: 17px;
    float: left !important;
    height: 35px;
}

.radioButtonListTarjetas label {
    width: auto !important;
    display: inline !important;
    font-family: samspro !important;
    padding-left: 5px;
    font-size: 1rem !important;
    color: #0367B2 !important;
    font-style: normal !important;
    line-height: 35px !important;
}

#crearUsuario {
    margin: 0 auto !important;
}

.loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 90000;
    visibility: VISIBLE;
    background-color: #dcdcdc47;
}

.loader_image {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(/uploads/loader.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
