    /*Fuente*/
    /*------------------------------------------------------------*/
    
    @font-face {
        font-family: 'Tiewing';
        src: local('Tiewing'), url(../webfonts/tiewing-webfont.woff2) format('woff2'), url(../webfonts/tiewing-webfont.woff) format('woff'), url(../webfonts/tiewing-webfont.ttf) format('truetype'), url(../webfonts/tiewing-webfont.eot) format('embedded-opentype');
    }
    /*Definiciones Base*/
    /*------------------------------------------------------------*/
    
    body {
        margin: 0;
        padding: 0;
        font-family: Helvetica, Arial, sans-serif;
        color: rgb(0, 0, 0);
        background: rgba(175, 164, 164, 0.945);
        font-size: 1em;
        line-height: 1.5em;
    }
    
    main {
        justify-content: space-around;
        width: 100%;
        display: flex;
        flex-direction: row;
        margin: 10px auto;
    }
    
    h1 {
        font-size: 2.3em;
        line-height: 1.3em;
        margin: 15px 0;
        text-align: center;
        font-weight: 300;
        font-family: impact;
        font-size: 64px;
        color: black;
    }
    
    h2 {
        font-size: 34px;
        color: black;
    }
    
    p {
        margin: 0 0 1.5em 0;
        font-family: 'Times New Roman', Times, serif;
        font-size: 18px;
    }
    
    #main-content h2 {
        margin: 20px 10px 0px 10px;
        background: rgba(0, 0, 0, 0.8);
        padding: 20px 10px 20px 10px;
        font-size: 3rem;
        font-weight: solid;
        color: white;
        text-shadow: black 0.05em 0.05em 0.4em;
        font-family: 'Tiewing';
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    #main-header {
        width: 100%;
        background-color: rgb(20, 18, 18);
        color: white;
        height: 100px;
    }
    
    #main-header a {
        color: white;
    }
    
    hr {
        height: 5px;
        background: black;
    }
    
    #nuevo {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }
    
    #nuevo .impar {
        margin: 0px 20px 10px 20px;
        padding: 40px 0px 0px 0px;
        border: solid;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    }
    
    #nuevo .par {
        margin: 0px 20px 10px 20px;
        padding: 40px 0px 0px 0px;
        border: solid;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    }
    
    #nuevo .par h3 {
        padding-left: 200px;
    }
    
    #nuevo .impar img {
        margin: 0px 20px 40px 20px;
        box-shadow: 0.05em 0.05em 0.8em;
        float: left;
        width: 400px;
    }
    
    #nuevo .impar p {
        padding-right: 200px;
    }
    
    #nuevo .par img {
        margin: 0px 20px 40px 20px;
        box-shadow: 0.05em 0.05em 0.8em;
        float: right;
        width: 400px;
    }
    
    #nuevo .par p {
        padding-left: 200px;
    }
    
    #nuevo h2 {
        margin: 0 auto;
        background: black;
        padding: 20px 10px 20px 10px;
        font-size: 3rem;
        font-weight: solid;
        color: white;
        text-shadow: black 0.05em 0.05em 0.4em;
        margin-left: 20px;
        font-family: 'Tiewing';
    }
    
    #destacado {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }
    
    #destacado h2 {
        margin: 0 auto;
        background: black;
        padding: 20px 10px 20px 10px;
        font-size: 50px;
        font-weight: solid;
        color: white;
        text-shadow: black 0.05em 0.05em 0.4em;
        margin-left: 20px;
        font-family: 'Tiewing';
    }
    
    #destart {
        display: flex;
        border: solid;
        text-align: center;
        margin: 0px 20px 20px 20px;
        padding: 20px 0px 20px 0px;
    }
    
    #destart p {
        text-align: left;
        text-align: justify;
        margin: 0px 30px 0px 30px;
    }
    
    #destart img {
        box-shadow: 0.05em 0.05em 0.8em;
    }
    /* Logo */
    
    #logo-header {
        display: flex;
        justify-content: stretch;
        float: left;
        text-decoration: underline;
    }
    
    #logo-header:hover {
        color: #1c53b8;
    }
    
    #logo-header .site-name {
        padding: 40px 0 0 20px;
        font-weight: 1100;
        font-size: 3em;
        font-family: "Tiewing";
    }
    
    #logo-header .site-desc {
        padding: 30px 0 0 20px;
        font-weight: 300;
        font-size: 0.8em;
        color: #999;
    }
    
    #logo-header .logo-image {
        padding: 20px 50px 10px 10px;
        height: 60px;
    }
    
    .menu2 {
        border-top: solid 0.5px grey;
        text-align: right;
        background: black;
        color: white;
        height: 45px;
        float: inline-start;
        width: 100%;
    }
    
    .menu2 img {
        width: 500px;
        text-decoration: overline underline;
        font-family: 'Tiewing';
        margin-top: 8px;
        margin-left: 50px;
        float: left;
    }
    
    .menu2 ul {
        float: right;
        margin: 0;
    }
    
    .menu2 ul li {
        padding: 10px 0 0 20px;
        display: inline-flex;
        line-height: 20px;
        font-size: 10px;
        font-family: "Roboto";
    }
    
    .menu2 ul li a {
        font-size: 12px;
        display: block;
        color: white;
        padding: 0 10px;
        text-decoration: none;
    }
    
    .menu2 ul li a:hover {
        background: #0b76a6;
    }
    
    .aside-caja a:hover {
        color: black;
        text-decoration: none;
    }
    
    .aside-caja a:link {
        color: black;
        text-decoration: none;
    }
    
    .aside-caja a:active {
        color: black;
        text-decoration: none;
    }
    
    .aside-caja a:visited {
        color: black;
        font-family: arial;
        text-decoration: none;
    }
    
    .aside-caja img:link {
        color: none;
    }
    
    .texto-main {
        margin: 20px;
    }
    
    #main-content {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        background: white;
        width: 72%;
        max-width: 1200px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    }
    
    .main-gris {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        margin-top: 10px;
        color: white;
    }
    
    .main-gris .texto-reproductor {
        width: 25%;
        padding: 0px 10px 10px 10px;
        color: white;
        font-family: 'Times New Roman', Times, serif;
        font-size: 18px;
    }
    
    .aside-derecha {
        width: 18%;
        margin: 0 auto;
    }
    
    .aside-derecha .aside-caja {
        flex-wrap: wrap;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        padding-top: 20px;
    }
    
    .aside-izquierda {
        width: 18%;
        margin: 0 auto;
    }
    
    .aside-izquierda .aside-caja {
        flex-wrap: wrap;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        padding-top: 20px;
    }
    
    .aside-caja a {
        float: left;
        margin-bottom: 20px;
        box-shadow: 0.05em 0.05em 0.8em;
        max-width: 90%;
        height: auto;
        margin: 20px auto;
    }
    
    .aside-caja img {
        margin-bottom: 20px;
        background: black;
        box-shadow: 0.05em 0.05em 0.8em;
        max-width: 100%;
        height: 100%;
        color: none;
        margin: 0 auto;
    }
    
    #main-content h1 {
        margin: 0;
        padding: 20px;
        background: rgba(0, 0, 0, 0.8);
        font-weight: solid;
        color: white;
        text-shadow: black 0.05em 0.05em 0.4em;
        font-family: 'Tiewing';
        font-weight: 0;
    }
    
    #irArriba {
        height: 50px;
        height: 50px;
        font-size: 18px;
        background-color: black;
        color: white;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    #irArriba:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    #flecha {
        width: 400px;
        height: 400px;
        margin-left: 20px;
        background: grey;
    }
    
    #toTop {
        display: block;
        position: fixed;
        top: 85%;
        right: 10px;
        padding: 4px 4px 4px 4px;
        font-size: 3em;
        color: Tomato;
    }
    
    #toTop:hover {
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.3);
    }
    
    #toTop img {
        width: 100px;
    }
    
    #main-footer {
        background: rgb(26, 26, 26);
        color: white;
        text-align: center;
        padding: 20px 20px 15px 20px;
        margin-top: 40px;
    }
    
    #main-footer p {
        font-size: 20px;
        margin: 0;
    }
    
    #main-footer h4 {
        font-size: 1.2em;
        margin-bottom: 5px;
    }
    
    #main-footer a {
        color: white;
    }
    
    #main-footer .redes-sociales img {
        width: 50px;
        border-radius: 10%;
        padding: 10px 10px 10px 10px;
        margin: 5px 0px 0px 0px;
    }
    
    #main-footer img:hover {
        background: rgba(0, 0, 0, 1);
    }
    
    .accesibilidad {
        margin-top: 15px;
        text-align: center;
    }
    
    .accesibilidad img {
        width: 120px;
    }
    
    .redes-sociales {
        flex-wrap: wrap;
    }
    
    td,
    th {
        height: 50px;
        width: 200px;
        vertical-align: bottom;
        border: 1px solid black;
    }
    
    .centrado {
        margin: 10px auto;
        display: block;
    }
    
    @import url(https://fonts.googleapis.com/css?family=Roboto:400);
    form input,
    form textarea {
        margin-bottom: 15px;
        font-family: "Roboto", sans-serif;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        border: none;
        color: #525c66;
        font-size: 1em;
        resize: none;
    }
    
    form button {
        display: block;
        background-color: #0095eb;
        padding: 10px 45px 10px 45px;
        border: 0;
        font-size: 1em;
        color: white;
        font-family: "Roboto", sans-serif;
    }
    
    textarea {
        resize: none;
    }
    /*REPRODUCTOR PERSONALIZADO*/
    
    .reproperson {
        background: black;
        display: flex;
        flex-direction: column;
        padding: 5px;
    }
    
    #hill {
        position: absolute;
        width: 7.1em;
        height: 7.1em;
        top: 1.7em;
        left: 1.7em;
        background-color: transparent;
        border-left: .25em solid whitesmoke;
        transform: rotate(45deg);
    }
    /*Cubo bajando*/
    /*Keyframes Animacion*/
    /*Movimiento de video*/
    
    @keyframes animTexto {
        from {
            margin-top: 100%;
            width: 100%;
        }
        to {
            margin-left: 0%;
            width: 100%;
        }
    }
    
    .reproperson video {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        float: left;
        animation-duration: 2.5s;
        animation-name: animTexto;
    }
    
    .reproperson nav {
        display: flex;
        flex-wrap: wrap;
        padding-top: 20px;
        background: black;
        margin: 0 auto;
        clear: right;
    }
    
    .reproperson nav input {
        width: 105px;
        height: 40px;
        background: black;
        border-color: rgba(255, 255, 255, 0.2);
        color: white;
        font-family: fantasy;
        font-size: 17px;
    }
    
    .reproperson nav span {
        width: 100px;
        height: 40px;
        background: black;
        border-color: rgba(255, 255, 255, 0.2);
        color: white;
        font-family: fantasy;
        font-size: 20px;
    }
    
    .reproperson nav span {
        margin: 10px auto;
        text-align: center;
    }
    /*Video*/
    
    video {
        background: black;
    }
    
    .video-texto {
        margin: -10px auto;
        padding: 20px 0px 0px 0px;
        background: rgba(0, 0, 0, 0.8);
        font-weight: solid;
        color: white;
        text-shadow: black 0.05em 0.05em 0.4em;
        font-family: 'Tiewing';
        font-weight: 0;
    }
    
    .video-texto p {
        padding: 20px;
        margin: 0;
    }
    
    .video-audio {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 50px;
    }
    
    .video-audio h3 {
        font-size: 30px;
        width: 100%;
        text-align: center;
    }
    
    .video-audio button {
        width: 15%;
        height: 50px;
        font-size: 18px;
        background-color: black;
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 25%;
    }
    
    .video-audio button:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .audio {
        padding-top: 140px;
        margin: 0 auto;
        padding: 0;
        padding: 20px 0px 0px 0px;
        font-weight: solid;
        color: white;
        font-family: 'Tiewing';
        font-weight: 0;
        text-align: left;
    }
    /*Servicio*/
    
    .servicio1 {
        margin-right: 50%;
        width: auto;
        box-shadow: 0.05em 0.05em 0.4em black;
        max-width: 600px;
        margin: 5px 0px 20px 5px;
        padding-bottom: 0px;
        background: rgba(0, 0, 0, 0.8);
        border: solid black;
    }
    
    .servicio1 p {
        color: white;
        margin: 0;
        padding: 10px;
    }
    
    .servicio1 img {
        width: 100%;
    }
    
    .servicio2 {
        display: flex;
        box-shadow: 0.05em 0.05em 0.4em black;
        margin-bottom: 20px;
        background: rgba(0, 0, 0, 0.8);
        border: solid black 1px;
        text-align: center;
    }
    
    .servicio2 p {
        display: flex;
        color: white;
        justify-content: center;
        margin: 10px auto;
    }
    
    .servicio3 {
        margin-left: 50%;
        width: auto;
        background: rgba(0, 0, 0, 0.8);
        border: solid black;
        margin-bottom: 5px;
        margin-right: 5px;
    }
    
    .servicio3 p {
        text-align: left;
        color: white;
        margin: 0;
        padding: 10px;
    }
    
    .servicio3 img {
        width: 100%;
    }
    /*Tienda*/
    
    .mapouter {
        padding-bottom: 10px;
        background: black;
        width: 100%;
    }
    
    .mapa {
        margin: -10px auto;
        padding: 20px 0px 0px 0px;
        background: rgba(0, 0, 0, 0.8);
        font-weight: solid;
        color: white;
        text-shadow: black 0.05em 0.05em 0.4em;
        font-family: 'Tiewing';
        font-weight: 0;
    }
    
    .mapa p {
        padding: 0px 20px 20px 20px;
    }
    /*Blog*/
    
    .blog-content {
        text-align: center;
        line-height: 25px;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
    }
    
    .blog-content img {
        box-shadow: 0.05em 0.05em 0.8em black;
        width: 100%;
        border: black;
    }
    
    .blog-content {
        font-size: 20px;
    }
    
    .blog-content h1 {
        font-size: 64px;
    }
    
    .blog-content ul,
    ol {
        padding-left: 50%;
        text-align: left;
    }
    
    .blog-content table {
        border: solid;
        position: relative;
        left: 30%;
    }
    /*Carreras*/
    
    .content {
        border: solid;
        border-color: rgba(0, 0, 0, 0.8);
        box-shadow: 0.05em 0.05em 0.4em;
        margin: 0px 10px 10px 10px;
        justify-content: center;
        padding: 10px;
    }
    
    .content img {
        max-width: 150px;
    }
    /*Contactos*/
    
    #main-form {
        background: white;
        width: 90%;
        max-width: 1200px;
        margin: 20px auto;
        padding-bottom: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    
    .form {
        width: 90%;
        max-width: 1000px;
        margin: 20px auto 20px;
        padding: 10px;
    }
    
    form fieldset {
        box-shadow: 0.05em 0.05em 0.5em;
        background-color: rgba(0, 0, 0, 0.25);
        border: 0;
        color: black;
        padding: 20px;
    }
    
    form fieldset h3 {
        color: black;
        font-size: 30px;
        font-weight: bold;
    }
    
    #cbform label {
        display: inline-block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    
    #cbform input {
        display: inline-block;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }
    
    .contacto-info {
        color: black;
        display: flex;
        flex-wrap: wrap;
    }
    
    .contacto-info p {
        background-color: rgba(0, 0, 0, 0.25);
        color: black;
        border: solid gray;
        margin: 20px auto;
        box-shadow: black;
        box-shadow: 0.05em 0.05em 0.4em;
        padding: 10px;
    }
    
    .contacto-info img {
        width: 6%;
        height: 100%;
    }
    
    .contacto-info h3 {
        width: 90%;
    }
    /*MENU 1 - Grande*/
    
    #menu {
        float: right;
        display: flex;
    }
    
    #menu ul li {
        background-color: rgba(20, 18, 18, 0.95);
    }
    
    #menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    #menu ul a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 800;
        font-size: 14px;
        padding: 20px 5px 30px 5px;
        font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0px 10px 0px 10px;
        padding-right: 20px;
    }
    
    #menu ul li {
        display: flex;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    
    #menu ul li:hover {
        background: rgba(0, 0, 0, 1);
    }
    
    #menu ul ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 0;
    }
    
    #menu ul ul li {
        float: none;
        width: 180px;
        padding-right: 30px;
    }
    
    #menu ul ul a {
        line-height: 120%;
        padding: 10px 15px;
    }
    
    #menu ul li:hover>ul {
        display: block;
    }
    
    #menu ul li ul li {
        justify-content: left;
    }
    
    #menu ul img {
        width: 40px;
    }
    /*MENU 2 - Pequeño*/
    
    #menu2 {
        float: right;
        display: flex;
    }
    
    #menu2 ul li {
        background-color: rgba(20, 18, 18, 0.95);
    }
    
    #menu2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    #menu2 ul a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 800;
        font-size: 14px;
        padding: 20px 5px 30px 5px;
        font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0px 10px 0px 10px;
        padding-right: 20px;
    }
    
    #menu2 ul li {
        display: flex;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    
    #menu2 ul li:hover {
        background: rgba(0, 0, 0, 1);
    }
    
    #menu2 ul ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 0;
    }
    
    #menu2 ul ul li {
        float: none;
        width: 180px;
        padding-right: 30px;
    }
    
    #menu2 ul ul a {
        line-height: 120%;
        padding: 10px 15px;
    }
    
    #menu2 ul li:hover>ul {
        display: block;
    }
    
    #menu2 ul li ul li {
        justify-content: left;
    }
    
    #menu2 ul li ul li img {
        width: 35px;
    }
    
    #menu2 ul img {
        width: 40px;
    }
    
    #menu2 {
        display: none;
    }
    
    #menu3 {
        display: none;
    }
    /* Menu 3 para moviles 750px */
    
    #menu3 {
        float: right;
        display: flex;
    }
    
    #menu3 ul li {
        background-color: rgba(20, 18, 18, 0.95);
    }
    
    #menu3 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    #menu3 ul a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 800;
        font-size: 14px;
        padding: 20px 5px 30px 5px;
        font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0px 10px 0px 10px;
        padding-right: 20px;
    }
    
    #menu3 ul li {
        display: flex;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
    
    #menu3 ul li:hover {
        background: rgba(0, 0, 0, 1);
    }
    
    #menu3 ul ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 0;
    }
    
    #menu3 ul ul li {
        float: none;
        width: 180px;
        padding-right: 30px;
    }
    
    #menu3 ul ul a {
        line-height: 120%;
        padding: 10px 15px;
    }
    
    #menu3 ul li:hover>ul {
        display: block;
    }
    
    #menu3 ul li ul li {
        justify-content: left;
    }
    
    #menu3 ul li ul li img {
        width: 35px;
    }
    
    #menu3 ul img {
        width: 40px;
    }
    
    #menu3 {
        display: none;
    }
    /*MEDIAQUERYS*/
    
    @media (max-width: 1850px) {
        #main-content {
            width: 68%;
        }
        .aside-izquierda,
        .aside-derecha {
            width: 15%;
        }
        #nuevo .impar p {
            padding-right: 20px;
        }
        #nuevo .par p {
            padding-left: 20px;
        }
        #menu {
            display: none;
        }
        #menu2 {
            display: block;
        }
    }
    
    @media (max-width: 1290px) {
        .aside-derecha,
        .aside-izquierda {
            display: none;
        }
        #main-content {
            width: 95%;
        }
        #logo-header {
            width: 15%;
            font-size: 20px;
        }
        #logo-header .logo-image {
            margin-top: 10px;
            height: 40px;
            font-size: 15px;
        }
        #logo-header .site-name {
            font-size: 2em;
        }
        .menu2 img {
            width: 28%;
        }
        nav ul li {
            font-size: 15px;
        }
    }
    
    @media (max-width: 1150px) {
        #main-header {
            justify-content: center;
            height: 200px;
            display: flex;
            flex-wrap: wrap;
            text-align: left;
        }
        #logo-header {
            width: auto;
        }
        #main-header a {
            margin: 0 auto;
        }
        #menu2 {
            clear: both;
        }
        h1 {
            font-size: 36px;
        }
    }
    
    @media (max-width: 750px) {
        #menu1 {
            display: none;
        }
        #menu2 {
            display: block;
        }
        #menu3 {
            display: none;
        }
    }
    
    @media (max-width: 650px) {
        #logo-header {
            width: auto;
        }
        #main-header a {
            margin: 0 auto;
        }
        #logo-header .site-name {
            font-size: 1.7rem;
            padding-left: 50px;
        }
        #menu2 ul a {
            font-size: 12px;
        }
        .servicio3 {
            margin-left: 0%;
            margin: 0;
        }
    }
    
    @media (max-width: 605px) {
        #menu2 ul a {
            font-size: 10px;
        }
    }
    
    @media (max-width: 560px) {
        #menu2 ul a {
            font-size: 8px;
        }
    }