
@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: Arbat;
    src: url('./tipografias/arbat.ttf');
}
@font-face{
    font-family: Avant;
    src: url('./tipografias/texgyreadventor-regular.otf');
}
@font-face {
    font-family: Roman;
    src:url('./tipografias/Times_New_Roman_Italic.ttf');
}

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
{
    font-family: 'Quicksand', sans-serif;
    font-size:15px;
    /*font-family: 'ericsans';*/
}

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

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

.ericsans{
    font-family: 'ericsans';
}

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

#admin select
{
    background: #cdcdcd;

}

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

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

#content
{
    margin-top: 5%;
    height: 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;
}

.centrado_img_vertical
{
    white-space: nowrap;
    text-align: 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}
.ocult{display:none !important}
.hidden{overflow: hidden}
.overflow-y{overflow-y: 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;
}

.deshabilitado {
    pointer-events: none;
    opacity: 0.5;
}
.clear{clear:both}
.pointer{cursor:pointer}
.cursor{cursor:default}
.littleButton
{
    box-shadow: 0px 0px 0px 1px #DEB25B;
    background: #DEB25B;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

.littleButton:hover
{
    box-shadow: 0px 0px 0px 1px #DEB25B;
    -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: #DEB25B!important;
}

.littleButton:hover span
{
    color: #DEB25B!important;
}

.button
{
    background: #DEB25B;
    padding: 3%;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}

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

    background: #DEB25B;
    padding: 3%;
    border-radius: 10px;
    cursor: pointer;
}

.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}

.texto_size_1{font-size:28px}
.texto_size_2{font-size:19px}
.texto_size_3{font-size:11px}
.texto_size_4{font-size:14px}
.texto_size_5{font-size:19px}
.texto_size_6{font-size:25px}
.texto_size_7{font-size:2em}
.texto_size_8{font-size:14px}
.texto_size_9{font-size:16px}
.texto_size_10{font-size:36px}
.texto_size_11{font-size:9px}
.texto_size_12{font-size:12px}
.texto_size_13{font-size:13px}
.texto_size_14{font-size:10px}

.text_change{
    color: #858585;
}
.text_change:hover{
    color: #DEB25B;
}

.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:#2b2b2b}
.texto_gris{color:#e0e0e0}
.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_dorado{color:#DEB25B}
.texto_naranja{color:#ff9700}
.texto_tachado{text-decoration: line-through;}

.texto_azul_oscuro{color:#2948e0}
.texto_rojo{color:#ff0000}

.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 3px;
    box-shadow: 4px 4px 4px 0px rgb(84, 84, 84);
}

.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;
}

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

.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%;
}

.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;
}

.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;
}

.gold_button
{
    padding: 6px;
    text-transform: uppercase;
    border-radius: 9px;
    background: #DEB25B;
    border: 1px solid #DEB25B;
    /*font-size: 19px;*/
    min-height: 20px;
    text-align: center;
    margin-bottom: 4%;
    cursor: pointer;
}

.gold_button span
{
    color:white;
}

.gold_button:hover
{
    background: white;
    border: 1px solid #DEB25B;
}

.gold_button:hover span
{
    color: #DEB25B;
}

.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_dorado
{
    border-bottom:1px solid #DEB25B;
}

@media screen and (max-width: 1100px)
{
    span
    {
        font-size:14px;
    }

    .texto_size_1{font-size:26px}
    .texto_size_2{font-size:17px}
    .texto_size_3{font-size:9px}
    .texto_size_4{font-size:12px}
    .texto_size_5{font-size:16px}
    .texto_size_6{font-size:23px}
    .texto_size_7{font-size:1.8em}
    .texto_size_8{font-size:12px}
    .texto_size_9{font-size:14px}
    .texto_size_10{font-size:34px}
    .texto_size_11{font-size:7px}
    .texto_size_12{font-size:10px}
    .texto_size_13{font-size:11px}
    .texto_size_14{font-size:8px}

    .max_content
    {
        width: 94%!important;
        margin-right: 3%;
        margin-left: 3%;
    }
}

/* 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}

    .texto_size_1{font-size:25px}
    .texto_size_2{font-size: 16px}
    .texto_size_3{font-size:8px}
    .texto_size_4{font-size: 11px}
    .texto_size_5{font-size: 15px}
    .texto_size_6{font-size: 22px}
    .texto_size_7{font-size: 1.4em}
    .texto_size_8{font-size: 11px}
    .texto_size_9{font-size: 13px}
    .texto_size_10{font-size: 33px}
    .texto_size_11{font-size:6px}
    .texto_size_12{font-size:9px}
    .texto_size_13{font-size:10px}
    .texto_size_14{font-size:7px}
}

#header_left,#header_idiomas,#editor_grabado_content,#footer_suscribete, #header_mobile{
    display: none !important;
}