/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/
@import url("../twentysixteen/style.css");

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */


.page-header {
	border-top: 4px solid #881413;
}

.widget {
    border-top: 4px solid #881413;
}

footer > div > a {display:none;}

.site-footer .site-title:after {display:none}

.post-navigation{
	border-top: 4px solid #881413;
	border-bottom: 4px solid #881413;
}