/*
Theme Name: Un tema chula para tu web
Template: twentyeleven
Version: 1.0
*/
@import url("../twentyeleven/style.css");
#site-title {
	z-index: 9999;
	position: relative;
}
#site-title a {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	background-color: #fff;
	padding-right: 9px;
	box-shadow: 0 0 8px #fff;
	border-radius: 11px;
}
.custom-logo-cont {
	display: flex;
	justify-content: center;
}
.custom-logo-cont > a {
	display: block;
	width: 120px;
}
.custom-logo-cont > a > img {
	width: 120px !important;
	margin-top: -80px;
	z-index: 999;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
