/*
Theme Name: BBustamante
Theme URI: http://bbustamante.com
Author: BBustamante
Author URI: http://bbustamante.com
Description: A Twenty Eleven child theme
Version: 1.0
License: GNU General Public License
Tags: curriculum
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/*Mover la barra del menú arriba*/
#access {
position: absolute;
top: 0;
}

#branding img {
margin-top: 43px;
}

/*Quitar el nombre y la descripción del header*/
#branding hgroup {
display: none;
margin: 0 7.6%;
}

/*No mostrar comentarios en la página*/
#comments {
display: none;
}

.entry-header .comments-link a {
display: none;
}
