body {
    background: #111;
    color: #222;
    font-family: Georgia, serif;
    font-size: 14px;
}

h1, h2, h3, h4, p {
    margin: 0;
    font-weight: lighter;
}

a {
    text-decoration: none;
    color: #282;
}

a:hover {
    text-decoration: underline;
}

#container {
    width: 860px;
    margin: 30px auto;
    background: #F4F4F4;
}

#header {
    border-top: 15px solid #282;
    height: 170px;
    background: #DDD;
}

#line {
    clear: both;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #777;
    width: 100%;
}

#main {
    width: 740px;
    margin: 0 auto;
}

.nombre {
    text-shadow: #555 1px 1px 3px;
    width: 500px;
    float: left;
    padding-top: 50px;
    padding-left: 30px;
    color: #111;
}

h1 {font-size: 38px; text-transform: uppercase;}

h2 {font-size: 24px;}

h3 {font-size: 24px;}

h4 {font-size: 16px; padding-bottom: 10px;}

/*.foto {
    float: left;
    width: 160px;
    padding-top: 40px;
    padding-left: 40px;
}

.foto img {
    padding: 10px;
    border: 1px solid #222;
    background: #AAA;
}*/

.contacto {
    text-align: right;
    padding-right: 30px;
    padding-top: 83px;
    float:left;
    width: 290px;
}

.title {
    font-style: italic;
    font-size: 22px;
    padding-top: 20px;
    float: left;
}

.content {
    width: 550px;
    text-align: left;
    float: right;
}

.item {
    padding-bottom: 40px;
    padding-top: 20px;
}

.date {
    padding-right: 10px;
    font-size: 16px;
    float: right;
    text-align: right;
    width: 100px;
}

ul {
    float: left;
    margin:0;
    padding:0 0 40px 0;
    list-style: none;
}

li {
    font-size: 16px;
    line-height: 24px;
    width: 170px;
    /*border-bottom: 1px solid #555;*/
}

/*li.last {
    border-bottom: 0;
}*/

#footer {
    margin-top: 8px;
    height: 25px;
    clear: both;
    text-align: center;
    font-size: 12px;
    border-bottom: 5px solid #282;
}

