/*
Reset Stylesheet
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* my code */

@font-face {
  font-family: Suisse;
  src: url(fonts/woff/SuisseIntl-Thin-WebS.woff2);

}

@font-face {
   font-family: neue;
   src: url(fonts/woff/SuisseNeue-Light-WebS.woff2);
}

body {
    background: #ffff;
    font-family: Suisse, Helvetica, Arial, sans-serif;
}

span:hover {
    color: #133337;
    text-decoration-line: underline;
}

.wrapper {
    margin: 0 30px 0 30px;
    width: 1600px;
}

a:hover {
    color: black;
    text-decoration-line: underline;
}

.intro {
    text-align: justify;
    font-size: 45px;
    color: #D8D8D8;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 1.15;
    letter-spacing: 0.1;
}

.container {
    display: flex;
    justify-content: left;
    margin-bottom: 120px;
    overflow:auto;
}

.manos {
    height: 530px;
}

.manos img {
    width: 380px;
}

.definicion {
    margin-left: 30px;
    width: 400px;
}

#footer {
    position: relative;
    height: 80px;
    margin-top: -100px;
    clear: both;
}

#footer img {
    width: 140px;
    float: right;
    margin-top: -2px;
    margin-right: 30px;
}

ul {
    float: right;
    margin-right: 30px;
}

ul li {
    list-style: none;
    display: inline-block;
    float: right;
    line-height: 100px;
}

ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-family:neue;
    color: #1e1e1e;
    padding: 10px 20px;
}
