body
{
    background: linear-gradient(45deg, #f0f0f0 25%, #e0e0e0 25%, #e0e0e0 50%, #f0f0f0 50%, #f0f0f0 75%, #e0e0e0 75%, #e0e0e0 100%);
    background-size: 40px 40px;
    animation: subtleMove 20s linear infinite;
    font-family: Tahoma;
    font-size: 12px;
    width: 1200px;
    margin: auto;
    color: #222; /* Color tipo periódico: negro muy oscuro */
}

@keyframes subtleMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

#logo
{
    background: url(ima/logo.png) no-repeat right;
    margin: 0 auto 0 auto;
    background-size: 50%;
    padding: 20em 0em 0em 0em;
    text-transform: uppercase;
}

#logo h1 a
{
    margin: 0em;
    padding: 0em 0em 0em 0em;
    letter-spacing: -.1em;
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
    color: #222; /* Color periódico */
}

#subtitulo
{
    padding: 0em;
    margin: 10px -1em;
    font-size: 1.5em;
    color: #222; /* Color periódico */
}

#menu li
{
    display: inline-block;
}

#menu a
{
    display: block;
    float: left;
    margin-right: 0.12em;
    padding: 1em 1.5em;
    background: #d5dfe7;
    text-decoration: none;
    box-shadow: 1px 1px 0px 0px rgba(19, 17, 17, 0.25);
    text-shadow: 1px 1px 0px #bde5f4;
    text-transform: uppercase;
    font-size: .90em;
    color: #222; /* Color periódico */
}

#seccion
{
    width: 1150px;
    padding: 20px 40px;
    background: #FFF;
    height: 290px;
}

#imagen
{
    margin-top: 2em;
    width: 330px;
    height: 250px;
    text-align: center;
}

#subtitulo2
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 25px;
    color: #222; /* Color periódico */
}

#ladoderecho
{
    margin: -5px 20px 0px 0px;
    float: right;
    width: 65%;
    text-align: justify;
    color: #222; /* Color periódico */
}

#pie
{
    text-align: center;
}

p
{
    font-family: Tahoma;
    font-size: 11pt;
    color: #222; /* Color periódico */
}
