/*
 Theme Name:   Twenty Fifteen hijo
 Theme URI:    http://mariademiel.es/themes/twenty-fifteen-hijo/
 Description:  Twenty Fifteen Hijo Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-hijo
*/

.hentry {
    border-radius: 10px;
}
.entry-footer {
    border-radius: 0 0 10px 10px;
}
.site-footer {
    border-radius: 10px;
}
.site-info {
    text-align: center;
}
img.marco {
    border-radius: 30px;
    border: 8px solid brown;
    padding: 4px;
}