@charset "utf-8";
/* CSS Document */

#taller{
	background-color: #4A4F59;
	color: #fff;
}
header{
	background-image: url(../images/pintura.jpg);
	background-repeat: no-repeat;
}
.navbar-brand .small{
	font-size: 80%;
}
.navbar-fixed-bottom, .navbar-fixed-top {
     z-index: 10;}
.data{font-size: 80%;}
#taller a{
	color: #FFF;
}
.navbar-custom {
	background-color: #9D8753;
}
@media (min-width: 768px){
header .container {
    padding-top: 200px;
    padding-bottom: 200px;
}}
