@charset "UTF-8";
/* CSS Document */
/* Global Styles */
@font-face{ font-family: 'dincond-bold-webfont'; src: url('dincond-bold-webfont.eot'); src: url('dincond-bold-webfont.eot?#iefix') format('embedded-opentype'), url('dincond-bold-webfont.woff') format('woff'), url('dincond-bold-webfont.ttf') format('truetype'), url('dincond-bold-webfont.svg#webfont') format('svg'); } 
@font-face {
    font-family: 'bauhauslight';
    src: url('ufonts.com_bauhaus-light-webfont.eot');
    src: url('ufonts.com_bauhaus-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('ufonts.com_bauhaus-light-webfont.woff2') format('woff2'),
         url('ufonts.com_bauhaus-light-webfont.woff') format('woff'),
         url('ufonts.com_bauhaus-light-webfont.ttf') format('truetype'),
         url('ufonts.com_bauhaus-light-webfont.svg#bauhauslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bauhausregular';
    src: url('ufonts.com_bauhaus-regular-webfont.eot');
    src: url('ufonts.com_bauhaus-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ufonts.com_bauhaus-regular-webfont.woff2') format('woff2'),
         url('ufonts.com_bauhaus-regular-webfont.woff') format('woff'),
         url('ufonts.com_bauhaus-regular-webfont.ttf') format('truetype'),
         url('ufonts.com_bauhaus-regular-webfont.svg#bauhausregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lektonregular';
    src: url('lekton-regular-webfont.eot');
    src: url('lekton-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lekton-regular-webfont.woff') format('woff'),
         url('lekton-regular-webfont.ttf') format('truetype'),
         url('lekton-regular-webfont.svg#lektonregular') format('svg');
    font-weight: normal;
    font-style: normal;

} 
body {
	font-family: "lektonregular", Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;

}
a { outline:none;
}
iframe { outline:none;
}
.black {
	background-color: #000;
}
header {
	margin-top: 70px;
	font-family: 'dincond-bold-webfont', Arial, sans-serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
}
#myCarousel .carousel-inner .item img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}



.vert {
	color: #2B5C45;
}
.panel {
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 0;
}
.panel-heading {
	background-color: #FFF;
}
.panel-title {
	background-color: #FFF;
}
.danza-visited {
	font-family: 'dincond-bold-webfont', Arial, sans-serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	color: #2B5C45;
}  

a {
	color: #000;
	text-decoration: none;
	}
a:hover, a:focus {
	color: #8c7c3d;
	text-decoration: none;
	}

.visited {
	color: #8c7c3d;
}
/*BREADCUM*/
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 40px;
	list-style: none;
	background-color: transparent;
	font-family: dincond-bold-webfont;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8c7c3d;
	border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a {
  color: #000;
}
.breadcrumb > li a:hover, a:focus {
  color: #8c7c3d;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  padding-top: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #8c7c3d;
}
