html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*holamundo*/

* {
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}
html, body
{
    height: 100%;
}

body{
   background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAQElEQVQYlW2OwQ0AMAgCbw7XcMFubj81RVpeGgIcQHK1gJC/+shjtkLNTmpTaZMm05IB76YzfTedaW46k28Opg1VYQ5hW3JdzwAAAABJRU5ErkJggg==
   ) repeat;
}


.wrapper {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    margin: 0 auto;
    width: 960px;
    padding: 15px;
    position: relative;
    display:table;
}

header {
    background-color: #292929;
    height: 180px;
}
header img {
    padding: 10px;
}

nav {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

a {
    color: #0088cc;
    text-decoration: none;
}
a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}
a:hover, a:active {
    outline: 0 none;
}
a:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}

header nav a {
    display: block;
     font-family: "Oswald",sans-serif;
     margin: 2px 0;
}

article.profile {
    float: left;
    width: 40%;
}

footer {
    background-color: #414141;
    bottom: 0;
    color: #fafafa;
    left: 0;
    padding: 15px;
    position: absolute;
    font-size: 9px;
}
section.myprofile{
    display: table;
    padding-bottom: 43px;
}
.profile > img {
    border: 12px solid #ccc;
}

.profile-txt {
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 15px;
    padding: 15px;
     margin: 10px 0;
}
article.profile h1 {
    border-bottom: 2px solid;
    font-family: oswald,sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}
aside {
    display: table;
    font-family: georgia;
    font-size: 12px;
    font-style: italic;
    padding: 10px;
}
aside h3 {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    padding: 10px;
}
aside h4 {
    font-size: 18px;
    margin-top: 20px;
}
aside ul {
    line-height: 25px;
}