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

.img-container {
    background: rgba(0, 0, 0, 0) url("imagenes/layout9.png") no-repeat scroll 50% 50% / 170% auto;
    height: 10px;
    width: 930px;
}