@font-face{
    font-family: Corbel;
    src: url('./tipografias/Corbel.ttf');
}

@font-face{
    font-family: Calibri;
    src: url('./tipografias/Calibri.ttf');
}

@font-face{
    font-family: Buttermilk;
    src: url('./tipografias/buttermilk.otf');
}

@font-face{
    font-family: Cacpinaf;
    src: url('./tipografias/CACPINAF.eot');
    src:  url('./tipografias/CACPINAF.eot') format('embedded-opentype'),url('./tipografias/CACPINAF.TTF') format('truetype');
}
@font-face{
    font-family: ericsans;
    src: url('./tipografias/eric-sans-1361515236.eot');
    src: url('./tipografias/eric-sans-1361515236.eot?#iefix') format('embedded-opentype'),url('./tipografias/eric-sans-1361515236.ttf') format('truetype');
}
@font-face {
    font-family: swiss721;
    src:url('./tipografias/Swiss_721_Medium.eot');
    src: url('./tipografias/Swiss_721_Medium.eot?#iefix') format('embedded-opentype'),url('./tipografias/Swiss 721 Medium.ttf') format('truetype');
}

@font-face{
    font-family: Scrip;
    src: url('./tipografias/SCRIPTBL.TTF');
}

@font-face{
    font-family: Brush Scrip;
    src: url('./tipografias/BrushScriptStd.otf');
}

@font-face{
    font-family: Avenir-Roman;
    src: url('./tipografias/Avenir-Roman.ttf');
}

@font-face{
    font-family: Futura;
    src: url('./tipografias/Futura.ttc');
}

@font-face{
    font-family: Curlz;
    src: url('./tipografias/CURLZ.TTF');
}
@font-face{
    font-family: Palace Scrip;
    src: url('./tipografias/PalaceScript.otf');
}

@font-face {
    font-family: 'ProximaNovaAltLight';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Alt Light'), url('./tipografias/ProximaNovaAltLight.woff') format('woff');
}

body
{
    margin:0px;
    top: 0;
    width: 100%;
    max-width: 100%; /*esto es legitimo?*/
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span,input,h1
{
    font-family: 'ProximaNovaAltLight', sans-serif;
    /*font-family: 'ericsans';*/
}
p {
    font-size: .9375rem;
    color: #7a7a7a;
    font-weight: 400;
}

#admin span{
    font-family: 'Avenir-Roman';
    font-size:12px;
    font-weight: normal;
    color: rgb(105, 92, 92);;
}
/*
#header span
{
    font-size: 21px;
}

#content span{
    font-size: 17px;
}
*/

.flip180
{
    transform: rotateY(180deg);
}
.ericsans{
    font-family: 'ericsans';
}

img{
    max-height: 100%;
    max-width:100%;
}
select{
    background: none;
    border: none;
}

#admin select
{
    background: #cdcdcd;

}

#web
{
    background: white;
    position: relative;
    width: 100%;
    max-width:100%; /*Esto es legitimo?*/
    margin: auto;
    min-height: 600px;
    //min-width: 800px;
}

.max_content{
    max-width: 1280px;
    position: relative;
    margin: auto;
}

/*.centrado_div_vertical
{
    align-items: center;
    display: inline-flex;
}*/

.centrado_div_vertical
{
    align-items: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}

.bottom_div_vertical
{
    display: table;
}
.bottom_div_vertical > div,
.bottom_div_vertical > span
{
    display: table-cell;
    vertical-align: bottom;
}

.centrado_img_vertical
{
    /*white-space: nowrap;*/
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    height: 100%;
}

.centrado_img_vertical span
{
    display: inline-block !important;
    height: 100%;
    vertical-align: middle;
}

.centrado_img_vertical img
{
    vertical-align: middle;
}

.wear{
'display:none;
}

.tipo_buttermilk{font-family: 'Buttermilk', serif;}
.tipo_cacpinaf{font-family: 'Cacpinaf';}


.fixed{position: fixed}
.relative{position: relative}

.absolute{position: absolute}
.absolute_derecha{right:0}
.absolute_izquierda{left:0}
.absolute_arriba{top:0}
.absolute_abajo{bottom:0}

.inline-block{display: inline-block}
.inline-flex
{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.block{display: block}
.flex{display: flex}
.ocult{display:none !important}
.hidden{overflow: hidden}
.overflow-y{overflow-y: auto}
.overflow-x{overflow-x: auto}
.derecha{float:right;}
.izquierda{float:left;}
.centro{text-align: center}
.items_centro
{
    display: inline-flex;
    align-items: center;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
}

.items_abajo
{
    display: -webkit-flex; /* Safari */
    -webkit-align-items: flex-end; /* Safari 7.0+ */
    display: inline-flex;
    align-items: flex-end;
}

.clear{clear:both}
.pointer{cursor:pointer}
.cursor_default{cursor:default}
.move{cursor:move}
.cursor{cursor:default}
.littleButton
{
    border:1px solid rgb(30, 166, 213);
    background: rgb(32, 176, 213);
    color: white;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

.littleButton:hover
{
    border:1px solid rgb(30, 166, 213);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    background:white;
}

.littleButton_force_hover
{
    background:white!important;
}

.littleButton_force_hover span
{
    color: rgb(30, 166, 213)!important;
}

.littleButton:hover span
{
    color: rgb(30, 166, 213)!important;
}

.button
{
    background: rgb(30, 166, 213);
    padding: 3%;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    width: 90%;
    margin: auto;
}

.button:hover
{
    box-shadow:
        0 0 0 1px grey,
        0 0 0 4px white,
        0 0 0 5px grey;

    background: rgb(30, 166, 213);
    width: 90%;
    padding: 3%;
    border-radius: 10px;
    cursor: pointer;
    margin: auto;
}

.button_popup
{
    border:solid black 1px;
    margin:auto;
    margin-bottom: 5px;
    padding:1px;
    max-width: 150px;
}
.whitescale{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.grayscale
{
    -moz-filter: grayscale(100%);
    -o-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    opacity: 0.5;
}
.cursor_move{
    cursor:move !important;
}

.cursor_resize_se{
    cursor: se-resize !important;
}

.texto_no_seleccionable{
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
}

.texto_pequeno{font-size: 13px}
.texto_titulo_pequeno{font-size: 24px}
.texto_titulo_grande{font-size: 38px}
.texto_titulo_grande_2{font-size: 60px}

.text_change{
    color: #858585;
}
.text_change:hover{
    color: #30bad7;
}

.text_change_admin{
    color: black;
}
.text_change_admin:hover{
    color: #40A000!important;
}

.text_change_2{
    color: #30bad7;
}
.text_change_2:hover{
    color: black;
}

.cursiva{font-style: italic}
.negrita{font-weight: bold!important}
.texto_sombreado{text-shadow: 2px 1px 0px black}
.tachado{text-decoration:line-through}

.texto_negro{color:#4d4d4d}
.texto_gris{color:#828282}
.texto_gris_claro{color:#838383}
.texto_gris_oscuro{color:#5E5E5E}
.texto_azul_claro{color:#365eff}
.texto_blanco{color:#ffffff}
.texto_marron{color:#9b8150}


.texto_verde{color:#419b23}
.texto_verde_importante{color:#419b23!important;}
.texto_turquesa{color:#30bad7}
.texto_naranja{color:#ff9700}
.texto_tachado{text-decoration: line-through;}

.texto_azul_oscuro{color:#2948e0}
.texto_rojo{color:#fe0000}
.texto_corporativo{color:#000000!important}

.texto_centro{text-align: center}
.texto_justificado{text-align: justify}
.texto_derecha{text-align: right}
.texto_izquierda{text-align: left}

.texto_sombreado_azul{
    text-shadow: -1px -1px 0 #30bad7, 1px -1px 0 #30bad7, -1px 1px 0 #30bad7, 1px 1px 0 #30bad7;
}


.fondo_gris{background: #f6f7f6}
.fondo_gris_claro{background: #fcfcfc}
.fondo_gris_oscuro{background: #d1d2d1}
.fondo_gris_medio{background: #e0e0e0}
.fondo_gris_medio_claro{background: #fafafa}
.fondo_blanco{background: #ffffff}
.fondo_azul_claro{background: #1e95c5}
.fondo_azul_oscuro{background: #2948e0}

.marco_simple
{
    box-shadow:
    0 0 0 1px #f6f7f6,
    0 0 0 2px #d1d2d1,
    0 0 0 7px #f6f7f6;
}

.marco_simple_sombra
{
    border: solid #e0e0e0 1px;
    box-shadow: 4px 4px 4px 0px rgb(90, 90, 90);
}

.marco_doble
{
    border: solid transparent 1px;
    box-shadow:
    0 0 0 1px #f6f7f6,
    0 0 0 2px #d1d2d1,
    0 0 0 5px #f6f7f6,
    0 0 0 6px #d1d2d1;
}
.borde{border:solid black 1px}
.borde_gris{box-shadow:0 0 0 1px grey}

.marco_inferior{
    box-shadow: 0 13px 13px -9px black;
}

.content
{
    width: 90%;
    margin: 5%;
    height: auto;
}

.entero{width: 100%}
.entero_h{height: 100%}
.entero_total
{
    width: 100%;
    height:100%;
}
.mitad{width: 50%}
.mitad_total
{
    width: 50%;
    height:50%;
}
.tercio{width: 33%}
.tercio_total
{
    width: 33%;
    height:33%;
}
.cuarto{width: 25%}
.cuarto_total
{
    width: 25%;
    height:25%;
}
.col-75w {
    width: 75%;
}
.margin_auto{margin: auto}

.triangulo_der_blanco {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 25px solid #ffffff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:0;
}

.triangulo_der_gris_oscuro {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #a5a5a5;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:0;
}

.triangulo_der_gris_claro {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid red;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:0;
}

.triangulo_equilatero
{
    border-left: 10px solid rgba(196, 0, 0, 0);
    border-right: 10px solid rgba(0, 10, 255, 0);
    border-bottom: 15px solid rgba(21, 85, 219, 1);
}

.espacio_br{margin:3%}

.borde_inferior{border-bottom: solid 1px black}

.sin_margen{margin:0}
.sin_padding{padding:0}
.sin_subrallar{text-decoration: none}
.subrallar{text-decoration: underline}

.error_container
{
    border: 2px solid rgba(255,0,0,0.5);
    padding: 1%;
    display:inline-block;
    border-radius: 9px;
    font-weight: bold;
}
.error_container span{color:rgba(255,0,0,0.5)}
.error_input
{
    background:rgba(255,0,0,0.5)!important;
    border: 1px solid rgba(255,0,0,0.5)!important;
}

.capitalize{text-transform: capitalize}
.lowercase{text-transform: lowercase}
.uppercase{text-transform: uppercase}

.rotate_90
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate_on_hover:hover
{
    -webkit-transform: rotate3d(0,1,0,-360deg);
    -moz-transform: rotate3d(0,1,0,-360deg);
    -o-transform: rotate3d(0,1,0,-360deg);
    -ms-transform: rotate3d(0,1,0,-360deg);
    transform: rotate3d(0,1,0,-360deg);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.sin_transicion{
    -webkit-transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
}

.transicion{
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.separador{
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    position: relative;
    width: 90%;
    height: 6px;
    left: 5%;
    border-bottom: 2px solid rgb(168, 168, 168);
}
.separador_vertical{
    float:left;
    position: relative;
    height: 100%;
    width: 0 !important;
}
.separador_vertical div{
    border-right: 2px solid rgb(178, 173, 173);

    height: 50%;
    top: 25%;
    position: absolute;
}

.img_container img{
    max-width: 100%;
    max-height: 100%;
}

.img_centrada{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.prevent_padding{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

/*
.flecha_left{padding-left: 25px}
.flecha_right{padding-right: 25px}
*/


.imagenes_referencia{
    max-width: none;
    max-height: none;
    width: 81%;
    position: absolute;
    top: 0%;
    left: 8%;
    z-index: 1000;
    opacity: .5;
    pointer-events: none;
}
.blue_button,.white_button:hover{
    padding: 6px;
    text-transform: uppercase;
    border-radius: 9px;
    background: rgb(32, 176, 213);
    border: 1px solid rgb(199, 199, 199);
    font-size: 19px;
    min-height: 20px;
    text-align: center;
    margin-bottom: 4%;
    cursor: pointer;
}

.blue_button span, .white_button:hover span{
    color:white;
    font-weight:bold;
}


.white_button,.blue_button:hover{
    padding: 6px;
    text-transform: uppercase;
    border-radius: 9px;
    background: white;
    border: 1px solid rgb(199, 199, 199);
    font-size: 19px;
    min-height: 20px;
    text-align: center;
    margin-bottom: 4%;
    cursor: pointer;
}

.white_button span,.blue_button:hover span{
    color:rgb(32, 176, 213);
    font-weight:bold;
}

.mayuscula{
    text-transform: uppercase;
}


.reflejo{
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    opacity: 0.6;
    max-height: none;
    pointer-events: none;
}

.div_reflejo{
    position:relative;
    overflow: hidden;
    min-height: 50px;
}

.zoom_mode .div_reflejo {
    display:none;
}

.reflejo_grad {
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.5),rgba(255,255,255,1),white);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.espaciado_lineas {
    line-height: 30px;
}


.lupa_hover{
}

.zoom_big{
    max-height: none;
    max-width: none;
    position:absolute;
}

.div_zoom{
    height:150px;
    width:150px;
    border:2px solid grey;
    overflow: hidden;
    position:fixed;
    pointer-events: none;
    background: white;
    z-index: 1;
    display: none;
}

.lupa_hover_detector{
    position:absolute;
    z-index:2;
    cursor: crosshair;
}

.endPointClass{

}

.open_listener {
    cursor: pointer;
}

.open_container {
    overflow: hidden;
    height: 0;
}

.open_opened {
    overflow: hidden;
    height: auto !important;
 }

.sombra_centrada
{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(153,150,153,0.9);
    -moz-box-shadow: 0px 0px 5px 0px rgba(153,150,153,0.9);
    box-shadow: 0px 0px 5px 1px rgba(153,150,153,0.9);
}

.change_vertical_order_draggable
{
    cursor:move;
}

.sombra_centrada_negra
{
    -webkit-box-shadow: 0px 0px 5px 0px black;
    -moz-box-shadow: 0px 0px 5px 0px black;
    box-shadow: 0px 0px 5px 1px black;
}

#popup
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index:5;
}

.fondo_blanco_opaco {
    background: #ffffff;
    opacity: .6;
}

#popup_container {
    position: absolute;
    width: 76%;
    left: 12%;
    top: 25%;
    border: solid #e0e0e0 4px;
    box-shadow: 4px 4px 4px 0px black;
    background: white;
    overflow: hidden;
    max-height: 360px;
    max-width: 969px;
}

.borde_inferior_gris
{
    border-bottom:1px solid lightgray;
}

.borde_superior_gris
{
    border-top:1px solid lightgray;
}

.borde_inferior_azul
{
    border-bottom:1px solid #30bad7;
}
.borde_inferior_corporativo
{
    border-bottom:1px solid #000000;
}

@media screen and (max-width: 1100px)
{
    .blue_button,.white_button:hover
    {
        font-size: 14px;
    }
    .white_button,.blue_button:hover
    {
        font-size: 14px;
    }
}

/* A partir de 800 pixeles todos los tamaños de fuentes que tenemos declarados
   bajan 4 píxeles */

@media screen and (max-width: 800px)
{
    .texto_pequeno{font-size: 13px}
    .texto_titulo_pequeno{font-size: 24px}
    .texto_titulo_grande{font-size: 38px}
    .texto_titulo_grande_2{font-size: 60px}

    .blue_button,.white_button:hover
    {
        font-size: 13px;
    }
    .white_button,.blue_button:hover
    {
        font-size: 13px;
    }
}

@font-face{
    font-family: Corbel;
    src: url('./tipografias/Corbel.ttf');
}

@font-face{
    font-family: Calibri;
    src: url('./tipografias/Calibri.ttf');
}

@font-face{
    font-family: Buttermilk;
    src: url('./tipografias/buttermilk.otf');
}

@font-face{
    font-family: Cacpinaf;
    src: url('./tipografias/CACPINAF.eot');
    src:  url('./tipografias/CACPINAF.eot') format('embedded-opentype'),url('./tipografias/CACPINAF.TTF') format('truetype');
}
@font-face{
    font-family: ericsans;
    src: url('./tipografias/eric-sans-1361515236.eot');
    src: url('./tipografias/eric-sans-1361515236.eot?#iefix') format('embedded-opentype'),url('./tipografias/eric-sans-1361515236.ttf') format('truetype');
}
@font-face {
    font-family: swiss721;
    src:url('./tipografias/Swiss_721_Medium.eot');
    src: url('./tipografias/Swiss_721_Medium.eot?#iefix') format('embedded-opentype'),url('./tipografias/Swiss 721 Medium.ttf') format('truetype');
}

@font-face{
    font-family: Scrip;
    src: url('./tipografias/SCRIPTBL.TTF');
}

@font-face{
    font-family: Brush Scrip;
    src: url('./tipografias/BrushScriptStd.otf');
}

@font-face{
    font-family: Avenir-Roman;
    src: url('./tipografias/Avenir-Roman.ttf');
}

@font-face{
    font-family: Futura;
    src: url('./tipografias/Futura.ttc');
}

@font-face{
    font-family: Curlz;
    src: url('./tipografias/CURLZ.TTF');
}
@font-face{
    font-family: Palace Scrip;
    src: url('./tipografias/PalaceScript.otf');
}

@font-face {
    font-family: 'ProximaNovaAltLight';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Alt Light'), url('./tipografias/ProximaNovaAltLight.woff') format('woff');
}

body
{
    margin:0px;
    top: 0;
    width: 100%;
    max-width: 100%; /*esto es legitimo?*/
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span,input,h1
{
    font-family: 'ProximaNovaAltLight', sans-serif;
    /*font-family: 'ericsans';*/
}
p {
    font-size: .9375rem;
    color: #7a7a7a;
    font-weight: 400;
}

#admin span{
    font-family: 'Avenir-Roman';
    font-size:12px;
    font-weight: normal;
    color: rgb(105, 92, 92);;
}
/*
#header span
{
    font-size: 21px;
}

#content span{
    font-size: 17px;
}
*/

.flip180
{
    transform: rotateY(180deg);
}
.ericsans{
    font-family: 'ericsans';
}

img{
    max-height: 100%;
    max-width:100%;
}
select{
    background: none;
    border: none;
}

#admin select
{
    background: #cdcdcd;

}

#web
{
    background: white;
    position: relative;
    width: 100%;
    max-width:100%; /*Esto es legitimo?*/
    margin: auto;
    min-height: 600px;
    //min-width: 800px;
}

.max_content{
    max-width: 1280px;
    position: relative;
    margin: auto;
}

/*.centrado_div_vertical
{
    align-items: center;
    display: inline-flex;
}*/

.centrado_div_vertical
{
    align-items: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}

.bottom_div_vertical
{
    display: table;
}
.bottom_div_vertical > div,
.bottom_div_vertical > span
{
    display: table-cell;
    vertical-align: bottom;
}

.centrado_img_vertical
{
    /*white-space: nowrap;*/
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    height: 100%;
}

.centrado_img_vertical span
{
    display: inline-block !important;
    height: 100%;
    vertical-align: middle;
}

.centrado_img_vertical img
{
    vertical-align: middle;
}

.wear{
'display:none;
}

.tipo_buttermilk{font-family: 'Buttermilk', serif;}
.tipo_cacpinaf{font-family: 'Cacpinaf';}


.fixed{position: fixed}
.relative{position: relative}

.absolute{position: absolute}
.absolute_derecha{right:0}
.absolute_izquierda{left:0}
.absolute_arriba{top:0}
.absolute_abajo{bottom:0}

.inline-block{display: inline-block}
.inline-flex
{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.block{display: block}
.flex{display: flex}
.ocult{display:none !important}
.hidden{overflow: hidden}
.overflow-y{overflow-y: auto}
.overflow-x{overflow-x: auto}
.derecha{float:right;}
.izquierda{float:left;}
.centro{text-align: center}
.items_centro
{
    display: inline-flex;
    align-items: center;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
}

.items_abajo
{
    display: -webkit-flex; /* Safari */
    -webkit-align-items: flex-end; /* Safari 7.0+ */
    display: inline-flex;
    align-items: flex-end;
}

.clear{clear:both}
.pointer{cursor:pointer}
.cursor_default{cursor:default}
.move{cursor:move}
.cursor{cursor:default}
.littleButton
{
    border:1px solid rgb(30, 166, 213);
    background: rgb(32, 176, 213);
    color: white;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

.littleButton:hover
{
    border:1px solid rgb(30, 166, 213);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    background:white;
}

.littleButton_force_hover
{
    background:white!important;
}

.littleButton_force_hover span
{
    color: rgb(30, 166, 213)!important;
}

.littleButton:hover span
{
    color: rgb(30, 166, 213)!important;
}

.button
{
    background: rgb(30, 166, 213);
    padding: 3%;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    width: 90%;
    margin: auto;
}

.button:hover
{
    box-shadow:
        0 0 0 1px grey,
        0 0 0 4px white,
        0 0 0 5px grey;

    background: rgb(30, 166, 213);
    width: 90%;
    padding: 3%;
    border-radius: 10px;
    cursor: pointer;
    margin: auto;
}

.button_popup
{
    border:solid black 1px;
    margin:auto;
    margin-bottom: 5px;
    padding:1px;
    max-width: 150px;
}
.whitescale{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.grayscale
{
    -moz-filter: grayscale(100%);
    -o-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    opacity: 0.5;
}
.cursor_move{
    cursor:move !important;
}

.cursor_resize_se{
    cursor: se-resize !important;
}

.texto_no_seleccionable{
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
}

.texto_pequeno{font-size: 13px}
.texto_titulo_pequeno{font-size: 24px}
.texto_titulo_grande{font-size: 38px}
.texto_titulo_grande_2{font-size: 60px}

.text_change{
    color: #858585;
}
.text_change:hover{
    color: #30bad7;
}

.text_change_admin{
    color: black;
}
.text_change_admin:hover{
    color: #40A000!important;
}

.text_change_2{
    color: #30bad7;
}
.text_change_2:hover{
    color: black;
}

.cursiva{font-style: italic}
.negrita{font-weight: bold!important}
.texto_sombreado{text-shadow: 2px 1px 0px black}
.tachado{text-decoration:line-through}

.texto_negro{color:#4d4d4d}
.texto_gris{color:#828282}
.texto_gris_claro{color:#838383}
.texto_gris_oscuro{color:#5E5E5E}
.texto_azul_claro{color:#365eff}
.texto_blanco{color:#ffffff}
.texto_marron{color:#9b8150}


.texto_verde{color:#419b23}
.texto_verde_importante{color:#419b23!important;}
.texto_turquesa{color:#30bad7}
.texto_naranja{color:#ff9700}
.texto_tachado{text-decoration: line-through;}

.texto_azul_oscuro{color:#2948e0}
.texto_rojo{color:#fe0000}
.texto_corporativo{color:#000000!important}

.texto_centro{text-align: center}
.texto_justificado{text-align: justify}
.texto_derecha{text-align: right}
.texto_izquierda{text-align: left}

.texto_sombreado_azul{
    text-shadow: -1px -1px 0 #30bad7, 1px -1px 0 #30bad7, -1px 1px 0 #30bad7, 1px 1px 0 #30bad7;
}


.fondo_gris{background: #f6f7f6}
.fondo_gris_claro{background: #fcfcfc}
.fondo_gris_oscuro{background: #d1d2d1}
.fondo_gris_medio{background: #e0e0e0}
.fondo_gris_medio_claro{background: #fafafa}
.fondo_blanco{background: #ffffff}
.fondo_azul_claro{background: #1e95c5}
.fondo_azul_oscuro{background: #2948e0}

.marco_simple
{
    box-shadow:
    0 0 0 1px #f6f7f6,
    0 0 0 2px #d1d2d1,
    0 0 0 7px #f6f7f6;
}

.marco_simple_sombra
{
    border: solid #e0e0e0 1px;
    box-shadow: 4px 4px 4px 0px rgb(90, 90, 90);
}

.marco_doble
{
    border: solid transparent 1px;
    box-shadow:
    0 0 0 1px #f6f7f6,
    0 0 0 2px #d1d2d1,
    0 0 0 5px #f6f7f6,
    0 0 0 6px #d1d2d1;
}
.borde{border:solid black 1px}
.borde_gris{box-shadow:0 0 0 1px grey}

.marco_inferior{
    box-shadow: 0 13px 13px -9px black;
}

.content
{
    width: 90%;
    margin: 5%;
    height: auto;
}

.entero{width: 100%}
.entero_h{height: 100%}
.entero_total
{
    width: 100%;
    height:100%;
}
.mitad{width: 50%}
.mitad_total
{
    width: 50%;
    height:50%;
}
.tercio{width: 33%}
.tercio_total
{
    width: 33%;
    height:33%;
}
.cuarto{width: 25%}
.cuarto_total
{
    width: 25%;
    height:25%;
}
.col-75w {
    width: 75%;
}
.margin_auto{margin: auto}

.triangulo_der_blanco {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 25px solid #ffffff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:0;
}

.triangulo_der_gris_oscuro {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #a5a5a5;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:0;
}

.triangulo_der_gris_claro {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid red;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:0;
}

.triangulo_equilatero
{
    border-left: 10px solid rgba(196, 0, 0, 0);
    border-right: 10px solid rgba(0, 10, 255, 0);
    border-bottom: 15px solid rgba(21, 85, 219, 1);
}

.espacio_br{margin:3%}

.borde_inferior{border-bottom: solid 1px black}

.sin_margen{margin:0}
.sin_padding{padding:0}
.sin_subrallar{text-decoration: none}
.subrallar{text-decoration: underline}

.error_container
{
    border: 2px solid rgba(255,0,0,0.5);
    padding: 1%;
    display:inline-block;
    border-radius: 9px;
    font-weight: bold;
}
.error_container span{color:rgba(255,0,0,0.5)}
.error_input
{
    background:rgba(255,0,0,0.5)!important;
    border: 1px solid rgba(255,0,0,0.5)!important;
}

.capitalize{text-transform: capitalize}
.lowercase{text-transform: lowercase}
.uppercase{text-transform: uppercase}

.rotate_90
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate_on_hover:hover
{
    -webkit-transform: rotate3d(0,1,0,-360deg);
    -moz-transform: rotate3d(0,1,0,-360deg);
    -o-transform: rotate3d(0,1,0,-360deg);
    -ms-transform: rotate3d(0,1,0,-360deg);
    transform: rotate3d(0,1,0,-360deg);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.sin_transicion{
    -webkit-transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
}

.transicion{
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.separador{
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    position: relative;
    width: 90%;
    height: 6px;
    left: 5%;
    border-bottom: 2px solid rgb(168, 168, 168);
}
.separador_vertical{
    float:left;
    position: relative;
    height: 100%;
    width: 0 !important;
}
.separador_vertical div{
    border-right: 2px solid rgb(178, 173, 173);

    height: 50%;
    top: 25%;
    position: absolute;
}

.img_container img{
    max-width: 100%;
    max-height: 100%;
}

.img_centrada{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.prevent_padding{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

/*
.flecha_left{padding-left: 25px}
.flecha_right{padding-right: 25px}
*/


.imagenes_referencia{
    max-width: none;
    max-height: none;
    width: 81%;
    position: absolute;
    top: 0%;
    left: 8%;
    z-index: 1000;
    opacity: .5;
    pointer-events: none;
}
.blue_button,.white_button:hover{
    padding: 6px;
    text-transform: uppercase;
    border-radius: 9px;
    background: rgb(32, 176, 213);
    border: 1px solid rgb(199, 199, 199);
    font-size: 19px;
    min-height: 20px;
    text-align: center;
    margin-bottom: 4%;
    cursor: pointer;
}

.blue_button span, .white_button:hover span{
    color:white;
    font-weight:bold;
}


.white_button,.blue_button:hover{
    padding: 6px;
    text-transform: uppercase;
    border-radius: 9px;
    background: white;
    border: 1px solid rgb(199, 199, 199);
    font-size: 19px;
    min-height: 20px;
    text-align: center;
    margin-bottom: 4%;
    cursor: pointer;
}

.white_button span,.blue_button:hover span{
    color:rgb(32, 176, 213);
    font-weight:bold;
}

.mayuscula{
    text-transform: uppercase;
}


.reflejo{
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    opacity: 0.6;
    max-height: none;
    pointer-events: none;
}

.div_reflejo{
    position:relative;
    overflow: hidden;
    min-height: 50px;
}

.zoom_mode .div_reflejo {
    display:none;
}

.reflejo_grad {
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.5),rgba(255,255,255,1),white);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.espaciado_lineas {
    line-height: 30px;
}


.lupa_hover{
}

.zoom_big{
    max-height: none;
    max-width: none;
    position:absolute;
}

.div_zoom{
    height:150px;
    width:150px;
    border:2px solid grey;
    overflow: hidden;
    position:fixed;
    pointer-events: none;
    background: white;
    z-index: 1;
    display: none;
}

.lupa_hover_detector{
    position:absolute;
    z-index:2;
    cursor: crosshair;
}

.endPointClass{

}

.open_listener {
    cursor: pointer;
}

.open_container {
    overflow: hidden;
    height: 0;
}

.open_opened {
    overflow: hidden;
    height: auto !important;
 }

.sombra_centrada
{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(153,150,153,0.9);
    -moz-box-shadow: 0px 0px 5px 0px rgba(153,150,153,0.9);
    box-shadow: 0px 0px 5px 1px rgba(153,150,153,0.9);
}

.change_vertical_order_draggable
{
    cursor:move;
}

.sombra_centrada_negra
{
    -webkit-box-shadow: 0px 0px 5px 0px black;
    -moz-box-shadow: 0px 0px 5px 0px black;
    box-shadow: 0px 0px 5px 1px black;
}

#popup
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index:5;
}

.fondo_blanco_opaco {
    background: #ffffff;
    opacity: .6;
}

#popup_container {
    position: absolute;
    width: 76%;
    left: 12%;
    top: 25%;
    border: solid #e0e0e0 4px;
    box-shadow: 4px 4px 4px 0px black;
    background: white;
    overflow: hidden;
    max-height: 360px;
    max-width: 969px;
}

.borde_inferior_gris
{
    border-bottom:1px solid lightgray;
}

.borde_superior_gris
{
    border-top:1px solid lightgray;
}

.borde_inferior_azul
{
    border-bottom:1px solid #30bad7;
}
.borde_inferior_corporativo
{
    border-bottom:1px solid #000000;
}

@media screen and (max-width: 1100px)
{
    .blue_button,.white_button:hover
    {
        font-size: 14px;
    }
    .white_button,.blue_button:hover
    {
        font-size: 14px;
    }
}

/* A partir de 800 pixeles todos los tamaños de fuentes que tenemos declarados
   bajan 4 píxeles */

@media screen and (max-width: 800px)
{
    .texto_pequeno{font-size: 13px}
    .texto_titulo_pequeno{font-size: 24px}
    .texto_titulo_grande{font-size: 38px}
    .texto_titulo_grande_2{font-size: 60px}

    .blue_button,.white_button:hover
    {
        font-size: 13px;
    }
    .white_button,.blue_button:hover
    {
        font-size: 13px;
    }
}

.pedido_productos_table
{
    margin:auto;
}

.pedido_productos_table tr
{
    border: 1px solid rgb(195, 195, 195);
}