body {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
}
p {
	color: #777;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 6px;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul li {
	margin-bottom: 5px;
}
/* *************************************
* *************** Header ***************
* ************************************ */
#main-header {
	top: 0;
	width: 100%;
	z-index: 99;
	/* For IE 8*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000, endColorstr=#11000000)";
	-moz-box-shadow: 0 6px 6px #333;
	-webkit-box-shadow: 0 6px 6px #333;
	box-shadow: 0 3px 6px #454545;*/
	background-image: url(../img/head_bg.png);
	background-repeat: repeat;
	background-color: #FFF;
}
#main-logo {
	width: 100%;
	margin: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 20px;
}
#main-logo > a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
#main-logo > a > span {
	display: block;
	color: #DFFFBF;
	font-size: 13px;
	font-size: 1.3rem;
}
#repro {
	margin-top:10px
}
/* *************************************
* *********** Main Navigation **********
* ************************************ */
#main-menu {
	float:right;
	margin-top: 40px;
}
#main-menu a {
	color: #15536b;
	font-size: 18px;
}
#main-menu a:hover {
	color: #0b2c39;
}
#main-menu.nav-pills>li.active>a, 
#main-menu.nav-pills>li.active>a:hover, 
#main-menu.nav-pills>li.active>a:focus,
#main-menu.nav-pills>li>a:hover {
	background: none;
}
#main-menu.nav-pills>li.active>a, 
#main-menu.nav-pills>li.active>a:hover, 
#main-menu.nav-pills>li.active>a:focus {
	color: #f57212;	
}
#main-menu.nav .open>a, 
#main-menu.nav .open>a:hover, 
#main-menu.nav .open>a:focus {
	background: none;
}
#mobile-menu-button {
	float: right;
	width: 44px;
	margin: 20px 0;
}
#mobile-main-menu {
	display: none;
}
#mobile-main-menu a {
	display: block;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #eee;
	color: #aaa;
	text-align: center;
	text-transform: uppercase;
}

#mobile-main-menu li {
	margin: 0;
}

#mobile-main-menu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f57212;
}
/* *************************************
* *********** Main Banner **********
* ************************************ */
.workshop {
	width: 100%;
	min-height: 600px;
	padding: 200px 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: 300;	
}
.workshop p {
	font-size: 18px;
	font-size: 1.8rem;
}
.workshop a, 
.workshop a:hover {
	color: #fff;
	font-weight: 400;
}

.main-info {
	
}
.main-info h2 {
	margin: 0 0 20px 0;
	font-family: 'ABeeZee', sans-serif;
	text-shadow: 1px 1px #000;
	font-size: 40px;
	font-size: 4.1rem;
	line-height: 36px;
	line-height: 1rem;
	color: #fff;
	font-weight: 200;
	padding: 5px;
	font-style: italic;
}
.main-info h1 {
	margin: 0 0 20px 0;
	font-family: 'ABeeZee', sans-serif;
	text-shadow: 1px 1px #000;
	font-size: 40px;
	font-size: 4.1rem;
	line-height: 36px;
	line-height: 3.6rem;
	color: #fff;
	font-weight: 200;
	padding: 5px;
	font-style: italic;
}
.main-info p {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18;
	line-height: 1.8rem;
	font-weight: 400;
}

.date-info {
	margin-top: 20px;
}

.date-info h3 {
	font-family: 'Lobster', cursive;
	font-size: 32px;
	display: inline-block;
	padding: 3px 10px;
	margin: 0 0 4px 0;
	color: #fff;
    text-shadow: 1px 1px #000;
	font-weight: 200;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.0);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000, endColorstr=#aa000000)";
}

.date-info h3 > strong {
	margin-right: 10px;
}

.workshop .btn,
.workshop .btn:hover {
	padding: 10px 35px;
	color: #fff;
}

.more-info-link {
	margin: 0 15px;
}

#w1 {
	background-image: url('../images/slide_bg.jpg');
	text-align: center;
}

	#w1 p {
		color: #a3d900;
	}

	#w1 p > a {
		color: #661900;
	}

	#w1 .btn {
		color:#ffffff;
		background-color: #003c6f;
		border-width: 1px;
		border-style: solid;
		border-color: #ffffff;
		padding: 15px;
	}
.glyphicon {
	margin-left: 6px;
	}
	#w1-detail > header {
	padding: 40px 0;
	background: url('../img/bg_ws_01.png') no-repeat 0 0;
	background-size: cover;
}
#reproductores {
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #f4f6fb;
}
#reproductores h2 {margin-bottom: 40px}
#acerca-de_galeria-fotos {
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #e1e1e1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #e1e1e1;
	background-color: #ffffff;
}
#acerca-de_galeria-fotos h2 {
	margin-bottom: 40px;
}
#chat_youtube {
background-color: #f4f6fb;
padding-top: 40px;
padding-bottom: 40px;
}
#chat_youtube h2 {margin-bottom: 60px;}
#footer {
color:#fff;
background-color:#454545;
font-size: 14px;
padding-top:20px;
padding-bottom: 20px; 
}
.carousel-inner .item {
text-align:-webkit-center !important;
text-align: -moz-center !important;
text-align:center;
}