/*
 Theme Name:     Wiki Red Theme
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Wiki Red Theme
 Author:         Javier Marín
 Template:       twentythirteen
 Version:        1.0.0
*/

/* ocultar título home */
.home  .entry-title{
    display: none;
}

/* fondo de anuncios transparente */
.adsbygoogle{
    margin: 5px;
}

.adsbygoogle, .adsbygoogle ins{
    background:transparent;
}

/* logo responsivo */
.site-title img{
    max-width: 100%;
}

/* estilo enlaces wikired */

#links-wikired li{
    display: inline-block;
    width: 50%;
}

#links-wikired li.active{
    font-weight: bold;
}

#links-wikired li a{
    line-height: 32px;
    font-size: 110%;
}

#links-wikired li img{
    vertical-align: middle;
    margin-right: 5px;
}