<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/*   
 * Template Name: College Green 
 * Version: 1.0
 * Author: Luis Hernandez
 * Website: http://www.cubesoftware.net
*/
/* ======= Base ======= */
html, body {
	height: 100%;
}

body {
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -344px;
	/* equal to footer height */
}

.wrapper:after {
	content: "";
	display: block;
	height: 34px;

	/* must be the same height as footer */
}

.footer {
	padding-top: 7px;
	height: 34px;
	/* must be the same height as footer */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'open sans', arial, sans-serif;
	font-weight: 300;
}

p {
	color: #444444;
	font-size: 12px;
}

.panel-danger {
	border-color: #8B4513;
}
.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #8B4513;
	background-color:#8B4513;
	color:#fff;
}
.panel-danger&gt;.panel-heading {
	color: #ffffff;
	background-color: #8B4513;
	border-color: #8B4513
}


a {
	color: #8B4513;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #365d7e;
}

.btn {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.pasos {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 180px;
}

.btn .fa {
	color: #fff;
	margin-right: 5px;
}

.btn .fa.fa-search {
	margin-right: 0;
}

.btn-theme {
	background: #8B4513;
	border: 1px solid #8B4513;
	color: #fff;
}

.btn-theme:hover {
	background: #dfa31f; /*#84aac9*/
	/*border: 1px solid #84aac9;*/
	border: 1px solid #8B4513;
	color: #fff;
}

a.btn-cta, .btn-cta {
	background: #8B4513;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.33;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #8B4513;
	font-family: 'open sans', arial, sans-serif;
}

a.btn-cta:hover, .btn-cta:hover {
	color: #fff;
	background: #84aac9;
	border: 1px solid #84aac9;
}

a.btn-cta .fa, .btn-cta .fa {
	margin-right: 10px;
	font-size: 20px;
	color: #fff;
}


blockquote {
	font-size: 14px;
}

blockquote p {
	font-size: 14px;
	line-height: 1.5;
}

.RedDamask {
	background-color: #e27240;
}

.RedDamask:hover {
	background-color: #df622a;
}

.FireBush {
	background-color: #E28D40;
}

.FireBush:hover {
	background-color: #df802a;
}

.TabTitulo{
	background: #8B4513;
	color: #fff;
}

.OliveDrab {
	background-color: #60A823;
}

.OliveDrab:hover {
	background-color: #54931f;
}

.Mojo {
	background-color: #C94139;
}

.Mojo:hover {
	background-color: #b73932;
}

.text-highlight {
	color: #27435a;
}

.highlight-border {
	border-color: #8B4513;
}

.read-more {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-size: 12px;
	display: block;
}

.read-more .fa {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.read-more:hover {
	text-decoration: none;
}

.carousel-fade .item {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

.carousel-fade .item.active {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#topcontrol {
	background: #84aac9;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

#topcontrol:hover {
	background: #8B4513;
}

#topcontrol .fa {
	position: relative;
	top: 3px;
	font-size: 25px;
}

.row-end {
	margin-right: 0;
	padding-right: 0;
}

ul.custom-list-style li {
	list-style: none;
}

.date-label {
	background: #f5f5f5;
	display: inline-block;
	width: 40px;
	height: 50px;
	text-align: center;
	font-size: 12px;
}

.date-label .month {
	background: #8B4513;
	color: #fff;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.date-label .date-number {
	clear: left;
	display: block;
	padding-top: 5px;
	font-size: 15px;
	font-family: 'open sans', arial, sans-serif;
	font-weight: 500;
}

.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;a:hover,
	.pagination&gt;.active&gt;span:hover, .pagination&gt;.active&gt;a:focus,
	.pagination&gt;.active&gt;span:focus {
	background-color: #8B4513;
	border-color: #8B4513;
}

.pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:hover, .pagination&gt;li&gt;a:focus,
	.pagination&gt;li&gt;span:focus {
	background-color: #eef3f8;
	border-color: #a7c2d9;
}

.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span,
	.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.nav-tabs {
	border-bottom: none;
	position: relative;
	margin-bottom: -1px;
}

.tab-content {
	border: 1px solid #e8e8e8;
	padding: 15px;
	margin-bottom: 20px;
}

.nav&gt;li&gt;a {
	font-size: 12px;
}

.nav-tabs&gt;li&gt;a {
	font-weight:bold;
	border: 1px solid #8B4513;
	border-bottom: none;

	padding: 5px 15px;
	margin-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 2;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #8B4513;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}

.nav-tabs&gt;li {
	margin-right: 2px;
}

.nav-tabs&gt;li.active {
	border-top: 0px solid #333333;
}

.nav-tabs&gt;li&gt;a:hover {
	border-color: #eeef #eee #ddd;
	font-weight: bold;
	color: #ffffff;
	background-color:#8B4513;
}

.nav-tabs&gt;li.active a, .nav-tabs&gt;li.active a:active, .nav-tabs&gt;li.active a:focus
	{
	border-bottom: 0;
	border-top: 0;
}

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus
{
  background-color: #8B4513;
  color:#ffff99;
}


/* Line 3422 */
.nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li &gt; a:focus
{
  border-top-color: #eeeeee;
  border-right-color-value: #eeeeee;
  border-bottom-color: #dddddd;
  border-left-color-value: #eeeeee;
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs&gt;li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs&gt;li&gt;a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs&gt;li&gt;a:hover {
	border-color: #eeef #eee #ddd
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus
	{
	color: #fff;
	background-color: #5bb75b;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified&gt;li {
	float: none
}

.nav-tabs.nav-justified&gt;li&gt;a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td, .table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th
	{
	background: #f5f8fb;
}

.table&gt;thead&gt;tr&gt;th, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td,
	.table&gt;tbody&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;td {
	border-top: 1px solid #ebebeb;
}

.table&gt;thead&gt;tr&gt;th {
	border-bottom: 2px solid #a7c2d9;
	color: #365d7e;
}

.table-hover&gt;tbody&gt;tr:hover&gt;td, .table-hover&gt;tbody&gt;tr:hover&gt;th {
	background: #f5f8fb;
}

.table-boxed, .table-bordered {
	border: 1px solid #333;
}

.table.table-boxed&gt;thead&gt;tr&gt;th {
	border-bottom: none;
	background: #8B4513;
	color: #fff;
}

.table th, .table td
{
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  line-height: 20px;
  vertical-align: top;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
}

/* Line 1093 */
.table-bordered th, .table-bordered td
{
  border-left-width-value: 1px;
  border-left-style-value: solid;
  border-left-color-value: #dddddd;
}

/* Line 1097 */
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td
{
  border-top-width: 0px;
  border-top-style: none;
}

/* Line 1105 */
.table-bordered thead:first-child tr:first-child &gt; th:first-child, .table-bordered tbody:first-child tr:first-child &gt; td:first-child, .table-bordered tbody:first-child tr:first-child &gt; th:first-child
{
  border-top-left-radius: 4px;
}

/* Line 1113 */
.table-bordered thead:first-child tr:first-child &gt; th:last-child, .table-bordered tbody:first-child tr:first-child &gt; td:last-child, .table-bordered tbody:first-child tr:first-child &gt; th:last-child
{
  border-top-right-radius: 4px;
}

.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.panel-group .panel .panel-heading {
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.panel-group .panel .panel-heading .panel-title a {
	color: #8B4513;
	text-decoration: none;
	
}

.panel-group .panel .panel-heading .panel-title a:before {
	font-family: FontAwesome;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f146";
	margin-right: 5px;
	margin-left:5px;
}

.panel-group .panel .panel-heading .panel-title a.collapsed:before {
	content: "\f0fe";
}

.panel-group .panel .panel-body {
	font-size: 12px;
}

.panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.panel .panel-heading {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.panel .panel-heading h3.panel-title {
	font-weight: 500;
}

.panel .panel-heading .label {
	font-size: 10px;
}

.panel .panel-footer {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.panel .panel-footer ul {
	margin-bottom: 0;
}

.panel .panel-footer ul.list-inline li {
	margin-bottom: 0;
}

.panel .panel-footer small {
	color: #999999;
}

.panel&gt;.list-group .list-group-item:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.panel-theme {
	border-color: #8B4513;
}

.panel-theme&gt;.panel-heading, .panel-theme&gt;.panel-footer {
	color: #fff;
	background: #8B4513;
	border-color: #8B4513;
}

.no-margins {
	margin: 0;
}

.no-margin-left {
	margin-left: 0;
}

.no-margin-right {
	margin-right: 0;
}

.no-margin-top {
	margin-top: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.label {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.label.label-theme {
	background: #8B4513;
}

.label .fa {
	margin-right: 4px;
}

.label.label-icon-only .fa {
	margin-right: 0;
}

.badge.badge-theme {
	background: #8B4513;
}

.badge.badge-default {
	background: #999;
}

.badge.badge-primary {
	background: #428bca;
}

.badge.badge-success {
	background: #5cb85c;
}

.badge.badge-info {
	background: #5bc0de;
}

.badge.badge-info {
	background: #5bc0de;
}

.badge.badge-warning {
	background: #f0ad4e;
}

.badge.badge-danger {
	background: #d9534f;
}

.promo-badge {
	font-size: 20px;
	display: table;
}

.promo-badge a {
	color: #fff;
	display: table-cell;
	width: 135px;
	height: 135px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.promo-badge .percentage {
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	position: relative;
	font-family: 'open sans', arial, sans-serif;
}

.promo-badge .percentage .off {
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: -15px;
}

.promo-badge .desc {
	font-size: 12px;
}

.progress-bar-theme {
	background: #8B4513;
}

.img-thumbnail {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-color: #e8e8e8;
	margin-bottom: 15px;
}

#cboxLoadedContent, #cboxContent {
	background: none;
}

.box {
	background: #f5f5f5;
	padding: 15px;
}

.box.box-border {
	border-left: 5px solid #8B4513;
}

.box.box-dark {
	background: #444444;
	color: #fff;
}

.box.box-theme {
	background: #8B4513;
	color: #fff;
}

.box .date-label {
	background: #fff;
}

.social-icons {
	list-style: none;
	padding: 5px 0;
	margin-bottom: 0;
}

.social-icons li {
	float: left;
}

.social-icons li.row-end {
	margin-right: 0;
}

.social-icons a {
	display: inline-block;
	background: #95b6d1;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 18px;
	margin-right: 10px;
	float: left;
}

.social-icons a:hover {
	background: #8B4513;
}

.social-icons a .fa {
	color: #fff;
}

.social-icons a .fa:before {
	font-size: 18px;
	text-align: center;
	padding: 0;
}
/* ======= Header ======= */
.header .top-bar {
	background: #2f506c;
}

.header .top-bar .search-form {
	padding: 10px 0;
}

.header .top-bar .search-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	text-align: center;
}

.header .social-icons li.row-end {
	margin-right: 0;
}

.header .social-icons a {
	background: #27435a;
}

.header .social-icons a:hover {
	background: #8B4513;
}

.header .social-icons a:hover .fa {
	color: #fff;
}

.header .social-icons a .fa {
	color: rgba(256, 256, 256, 0.4);
}

.header .social-icons a .fa:before {
	font-size: 18px;
	text-align: center;
	padding: 0;
}

.header .header-main {
	padding: 0px 0;
	text-align: center;
	background-color: #8B4513;
}

.header h1.logo {
	margin-top: 0;
	margin-bottom: 0;
}

.header .menu-top {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}

.header .menu-top li {
	list-style: none;
	float: left;
	font-size: 11px;
	font-family: 'open sans', arial, sans-serif;
}

.header .menu-top li:last-child a {
	padding-right: 0;
}

.header .menu-top li.divider a {
	border-right: 1px solid #c3c3c3;
}

.header .menu-top li a {
	display: inline-block;
	color: #777777;
	padding: 0px 10px;
}

.header .menu-top li a:hover {
	color: #8B4513;
}

.header .contact {
	font-size: 20px;
	font-family: 'open sans', arial, sans-serif;
	font-weight: 300;
	margin-top: 10px;
}

.header .contact p {
	float: left;
	margin-bottom: 0;
}

.header .contact p.phone {
	margin-right: 30px;
}

.header .contact p a {
	color: #444444;
}

.header .contact .fa {
	color: #8B4513;
	margin-right: 8px;
	font-size: 18px;
	position: relative;
	top: 1px;
}

.header .contact .fa.fa-phone {
	font-size: 22px;
	top: 2px;
}

.header .search-form {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.header .search-form .form-control {
	width: 160px;
	background: #f2f2f2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.header .search-form .form-control:focus {
	background: #fff;
	border-color: #8B4513;
}

.main-nav {
	background: #8B4513;
	margin-bottom: 0px;
}

.main-nav button {
	background: #27435a;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.main-nav button:focus {
	outline: none;
}

.main-nav button .icon-bar {
	background-color: #fff;
}

.main-nav .navbar-collapse {
	padding: 0;
}

.main-nav .nav .nav-item {
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'open sans', arial, sans-serif;
	z-index: 100;
}

.main-nav .nav .nav-item a {
	color: #dce7f0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.main-nav .nav .nav-item a:hover {
	background: #8B4513;
	color: #fff;
}

.main-nav .nav .nav-item.active {
	position: relative;
}

.main-nav .nav .nav-item.active&gt;a {
	background: #8B4513;
	color: #fff;
}

.main-nav .nav .nav-item.active&gt;a:before {
	content: "\f0d8";
	position: absolute;
	bottom: -8px;
	left: 0;
	text-align: center;
	font-family: FontAwesome;
	display: block;
	font-size: 12px;
	width: 100%;
}

.main-nav .nav .nav-item.active&gt;a.dropdown-toggle:before {
	display: none;
}

.main-nav .nav .nav-item.open a {
	background: #8B4513;
	color: #fff;
}

.main-nav .nav .nav-item .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	border: none;
	padding: 0;
	text-transform: none;
	min-width: 220px;
}

.main-nav .nav .nav-item .dropdown-menu a {
	border-bottom: 1px solid #ffffff;
	padding: 8px 20px;
}

.main-nav .nav .nav-item .dropdown-menu a:hover {
	background: #f89406;
	font-weight: bold;
	color: #fff;
	padding-left: 24px;
}
/* ======= Footer ======= */
.footer {
	background: #444444;
	color: #fff;
}

.footer p {
	color: #dcdcdc;
}

.footer ul {
	padding-left: 0;
}

.footer li {
	list-style: none;
}

.footer h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.footer .footer-content {
	padding: 30px 0;
	font-size: 12px;
	min-height: 300px;
}

.footer .footer-content .footer-col .footer-col-inner {
	padding: 0 15px;
}

.footer .footer-content .footer-col .fa {
	margin-right: 10px;
	display: inline-block;
	color: #767676;
}

.footer .footer-content .footer-col .fa.fa-phone {
	font-size: 16px;
}

.footer .footer-content .footer-col li {
	margin-bottom: 10px;
	font-size: 12px;
}

.footer .footer-content .footer-col a {
	color: #dcdcdc;
}

.footer .footer-content .footer-col a:hover {
	color: #84aac9;
}

.footer .footer-content .adr {
	margin-bottom: 30px;
}

.footer .footer-content .adr .fa {
	font-size: 16px;
	margin-top: 2px;
}

.footer .footer-content .subscribe-form {
	padding: 0;
}

.footer .footer-content .subscribe-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.footer .footer-content .subscribe-form .form-control {
	width: 320px;
	background: #f5f5f5;
	border: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.footer .footer-content .subscribe-form .form-control:focus {
	background: #ffffff;
}

.footer .bottom-bar {
	background: #2b2b2b;
	padding: 5px 0;
}

.footer .bottom-bar .copyright {
	font-size: 11px;
	color: #dcdcdc;
	line-height: 3;
}

.footer .bottom-bar .copyright a:hover {
	color: #84aac9;
}

.footer .bottom-bar .social {
	margin: 0;
}

.footer .bottom-bar .social li {
	float: right;
	margin-left: 10px;
	text-align: center;
	font-size: 18px;
	line-height: 2;
}

.footer .bottom-bar .social li a {
	color: #a9a9a9;
	padding: 0 5px;
}

.footer .bottom-bar .social li a:hover {
	color: #8B4513;
}
/* ======= FlexSlider ======= */
.flexslider {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border: 0;
}

.flexslider .flex-control-nav {
	bottom: -35px;
}

.flexslider .flex-control-paging li a {
	background: #a1a1a1;
}

.flexslider .flex-control-paging li a:hover {
	background: #8B4513;
}

.flexslider .flex-control-paging li a.flex-active {
	background: #8B4513;
}

.flexslider .slides li {
	position: relative;
}

.flexslider .slides .flex-caption {
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: #fff;
	display: inline-block;
	font-family: 'open sans', arial, sans-serif;
}

.flexslider .slides .flex-caption .main {
	display: inline-block;
	background: #8B4513;
	margin-bottom: 5px;
	padding: 10px 15px;
	font-size: 18px;
	text-transform: uppercase;
}

.flexslider .slides .flex-caption .secondary {
	display: inline-block;
	background: rgba(0, 0, 0, 0.8);
	padding: 5px 15px;
	color: #fff;
	font-size: 16px;
}

.flexslider .slides .promo-badge {
	position: absolute;
	right: 60px;
	top: 30px;
}
/* ======= Page ======= */
.page-wrapper .page-heading {
	margin-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}

.page-wrapper .page-heading h1.heading-title {
	margin-top: 0;
	display: inline-block;
	font-size: 28px;
}

.page-wrapper .breadcrumbs {
	display: inline-block;
}

.page-wrapper .breadcrumbs ul {
	padding-top: 25px;
	margin: 0;
}

.page-wrapper .breadcrumbs ul li {
	color: #8B4513;
	font-size: 12px;
	float: left;
	list-style: none;
	display: inline-block;
}

.page-wrapper .breadcrumbs ul li a {
	display: inline-block;
	padding: 0 5px;
	color: #aaaaaa;
}

.page-wrapper .breadcrumbs ul li a:hover {
	color: #365d7e;
}

.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
	padding-right: 0;
	color: #aaaaaa;
}

.page-wrapper .breadcrumbs ul li.current {
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-wrapper .breadcrumbs ul li .fa {
	margin-right: 5px;
	color: #aaaaaa;
}

.page-wrapper ul li {
	margin-bottom: 5px;
}

.page-wrapper ul li .fa {
	margin-right: 5px;
	color: #8B4513;
}

.page-wrapper ul li.list-group-item {
	margin-bottom: -1px;
}

.page-wrapper ul.nav li {
	margin-bottom: 0;
}

.page-wrapper ul.social-icons li .fa {
	margin-right: 0;
	color: #fff;
}

.page-wrapper ol li {
	margin-bottom: 5px;
}

.page-wrapper dl dd {
	margin-bottom: 5px;
}

.page-wrapper .page-content h1 {
	font-size: 26px;
	font-weight: normal;
}

.page-wrapper .page-content h2 {
	font-size: 24px;
	font-weight: normal;
}

.page-wrapper .page-content h3 {
	font-size: 20px;
	font-weight: normal;
}

.page-wrapper .page-content h4 {
	font-size: 18px;
	font-weight: normal;
}

.page-wrapper .page-content h5 {
	font-size: 16px;
	font-weight: normal;
}

.page-wrapper .page-content h6 {
	font-size: 14px;
	font-weight: normal;
}

.page-wrapper .page-content .title {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 300;
}

.page-wrapper .page-content .page-row {
	margin-bottom: 30px;
}

.page-wrapper .page-content .custom-quote {
	border-color: #a7c2d9;
}

.page-wrapper .page-content .custom-quote p {
	font-size: 14px;
	color: #777777;
	line-height: 1.5;
}

.page-wrapper .page-content .custom-quote .fa {
	color: #8B4513;
	margin-right: 10px;
}

.page-wrapper .page-content .custom-quote .people {
	margin-top: 10px;
	font-size: 11px;
	color: #444444;
	font-style: normal;
}

.page-wrapper .page-content .custom-quote .people .name {
	color: #8B4513;
}

.page-wrapper .page-content .has-divider {
	border-bottom: 1px dotted #e8e8e8;
	padding-bottom: 15px;
}

.page-wrapper .page-content .has-divider-solid {
	border-bottom: 1px solid #e8e8e8;
}

.page-wrapper .page-content .row-divider {
	border-bottom: 1px dotted #e8e8e8;
	padding: 10px 0;
}

.page-wrapper .page-content .even-row {
	background: #f5f5f5;
}

.page-wrapper .page-content .read-more.btn {
	margin-bottom: 15px;
	display: inline-block;
}

.page-wrapper .page-content .panel-title {
	font-size: 11px;
	font-weight: 300;
}

.page-wrapper .page-content .video-iframe {
	max-width: 100%;
}

.page-wrapper .page-content .album-cover {
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
}

.page-wrapper .page-content .album-cover:hover {
	-webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
	-moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
	box-shadow: 0px 0px 5px 0px #e8e8e8;
}

.page-wrapper .page-content .album-cover&gt;a:hover {
	position: relative;
}

.page-wrapper .page-content .album-cover&gt;a:hover img {
	display: block;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.page-wrapper .page-content .album-cover .desc {
	padding: 15px;
	position: relative;
}

.page-wrapper .page-content .album-cover .desc:before {
	content: "";
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
}

.page-wrapper .page-content .prettyphoto:hover img {
	-webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
	-moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
	box-shadow: 0px 0px 5px 0px #e8e8e8;
}

.page-wrapper .page-sidebar h3.title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
}

.page-wrapper .page-sidebar .widget {
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.page-wrapper .page-sidebar .widget.has-divider {
	border-bottom: 1px dotted #e8e8e8;
}

.page-wrapper .page-sidebar .widget .iframe {
	height: auto;
	min-height: 200px;
	max-width: 100%;
}

.page-wrapper .page-sidebar .widget .fa {
	margin-right: 5px;
	color: #8B4513;
}

.page-wrapper .page-sidebar .widget .fa.fa-phone {
	font-size: 16px;
}

.page-wrapper .page-sidebar .widget .btn .fa {
	color: #fff;
}

.page-wrapper .page-sidebar .widget .nav li a {
	padding: 5px 15px;
	color: #444444;
	margin-bottom: 10px;
	border-left: 5px solid transparent;
}

.page-wrapper .page-sidebar .widget .nav li a:hover {
	background: none;
	color: #8B4513;
}

.page-wrapper .page-sidebar .widget .nav li.active a {
	background: none;
	color: #8B4513;
	font-weight: bold;
	border-left: 5px solid #8B4513;
}

.page-wrapper .page-sidebar ul {
	padding-left: 0;
}

.page-wrapper .page-sidebar #flickr-photos li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}

.page-wrapper .page-sidebar #flickr-photos li img {
	max-width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.page-wrapper .page-sidebar #flickr-photos li img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.page-wrapper .page-sidebar .news-item {
	margin-bottom: 15px;
}

.page-wrapper .page-sidebar .news-item img {
	width: 40px;
	height: 40px;
}

.page-wrapper .page-sidebar .news-item .title {
	font-size: 14px;
	margin-top: 0;
}

.page-wrapper .page-sidebar .testimonials-carousel {
	position: relative;
}

.page-wrapper .page-sidebar .testimonials-carousel .fa {
	color: #8B4513;
	margin-right: 5px;
	font-size: 18px;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
	min-height: 300px;
}

.page-wrapper .page-sidebar .testimonials-carousel .people {
	margin-top: 10px;
}

.page-wrapper .page-sidebar .testimonials-carousel .people .name {
	color: #8B4513;
}

.page-wrapper .page-sidebar .testimonials-carousel .people .title {
	color: #999;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
	margin-top: 20px;
	text-align: right;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa
	{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background: #dddddd;
	color: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	margin-right: 0;
	font-size: 15px;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa
	{
	padding-top: 2px;
	padding-right: 1px;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa
	{
	padding-top: 2px;
	padding-right: 1px;
}

.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa
	{
	background: #8B4513;
}
/* ======= Configure Style ======= */
.config-wrapper {
	position: absolute;
	top: 100px;
	right: 0;
}

.config-wrapper-inner {
	position: relative;
}

.config-trigger {
	display: block;
	position: absolute;
	left: -36px;
	width: 36px;
	height: 36px;
	background: #444444;
	color: #fff;
	text-align: center;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.config-trigger:hover {
	background: #000;
}

.config-trigger .fa {
	font-size: 22px;
	padding-top: 8px;
	display: block;
	color: #fff;
}

.config-panel {
	display: none;
	background: #444444;
	color: #fff;
	padding: 15px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.config-panel p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	color: #fff;
}

.config-panel ul {
	margin-bottom: 0;
}

.config-panel li a {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
}

.config-panel li a:hover {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 2px solid rgba(256, 256, 256, 0.8);
}

.config-panel li.active a {
	border: 2px solid #fff;
}

.config-panel li.default a {
	background: #8B4513;
}

.config-panel li.green a {
	background: #8B4513;
}

.config-panel li.purple a {
	background: #6f7a9f;
}

.config-panel li.red a {
	background: #a85770;
}

.config-panel .close {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
}

.config-panel .close .fa {
	color: #fff;
}

.ie8 .footer .footer-content {
	min-height: 280px;
}

.ie8 .navbar-nav {
	position: relative;
	z-index: 100;
}
/* ======= Home Page ======= */
.home-page h1.section-heading {
	font-size: 22px;
	font-weight: 300;
	line-height: 2;
	margin-top: 0;
	color: #8B4513; /*#2f506c;*/
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

.home-page h1.section-heading .line {
	border-top: 0px solid #8B4513;
	display: inline-block;
	padding: 0 15px;
	padding-top: 5px;
}

.home-page section {
	/*background: #f5f5f5;*/
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
}

.home-page .section-content {
	padding: 15px;
	padding-top: 0;
}

.home-page .carousel-controls a .fa {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background: #dddddd;
	color: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	margin-right: 0;
	font-size: 15px;
}

.home-page .carousel-controls a.next .fa {
	padding-top: 2px;
	padding-right: 1px;
}

.home-page .carousel-controls a.prev .fa {
	padding-top: 2px;
	padding-right: 1px;
}

.home-page .carousel-controls a:hover .fa {
	background: #8B4513;
}

.home-page .promo {
	margin-bottom: 30px;
}

.home-page .promo h1.section-heading {
	margin-top: 0;
	font-size: 24px;
	color: #fff;
}

.home-page .promo p {
	color: #f5f5f5;
}

.home-page .promo .btn-cta {
	font-size: 20px;
	margin-top: 30px;
	font-family: 'Open Sans', arial, sans-serif;
}

.home-page .news {
	position: relative;
}

.home-page .news .carousel-controls {
	position: absolute;
	right: 10px;
	top: 10px;
}

.home-page .news h2.title {
	font-size: 18px;
	margin-top: 0;
}

.home-page .news h2.title a {
	color: #444444;
}

.home-page .news h2.title a:hover {
	color: #365d7e;
}

.home-page .news .news-item {
	padding-left: 115px;
	position: relative;
	margin-bottom: 20px;
	/*border:1px solid #e5e5e5;*/
}

.home-page .news .thumb {
	position: absolute;
	left: 0;
	top: 0;
}

.home-page .events .section-content {
	min-height: 520px;
}

.home-page .events .event-item {
	position: relative;
	padding-left: 55px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}

.home-page .events .event-item .date-label {
	background: #fff;
	position: absolute;
	left: 0;
}

.home-page .events .event-item h2.title {
	margin-bottom: 20px;
	font-size: 16px;
}

.home-page .events .event-item p {
	margin-bottom: 5px;
}

.home-page .events .event-item .fa {
	margin-right: 5px;
	font-size: 14px;
	min-width: 16px;
	color: #666;
}

.home-page .events .event-item .fa.fa-map-marker {
	font-size: 18px;
}

.home-page .events .read-more {
	margin-top: 15px;
}

.home-page .events .details p {
	color: #666;
}

.home-page .course-finder .course-finder-form {
	margin-bottom: 15px;
}

.home-page .course-finder .keywords {
	padding-left: 0;
}

.home-page .course-finder .keywords input {
	width: 200px;
	margin-right: 5px;
}

.home-page .video {
	position: relative;
}

.home-page .video .carousel-controls {
	position: absolute;
	right: 10px;
	top: 10px;
}

.home-page .video .video-iframe {
	max-width: 100%;
	width: 100%;
	height: 287px;
	margin-bottom: 5px;
}

.home-page .links .fa {
	margin-right: 5px;
}

.home-page .testimonials {
	position: relative;
}

.home-page .testimonials .carousel-controls {
	position: absolute;
	right: 10px;
	top: 10px;
}

.home-page .testimonials .fa {
	color: #8B4513;
	margin-right: 5px;
	font-size: 18px;
}

.home-page .testimonials .carousel .item {
	min-height: 298px;
}

.home-page .testimonials .people {
	margin-top: 10px;
}

.home-page .testimonials .people .name {
	color: #8B4513;
}

.home-page .testimonials .people .title {
	color: #999;
}

.home-page .awards {
	background: #fff;
}

.home-page .awards .logos {
	margin: 0;
	padding: 0;
}

.home-page .awards .logos li {
	list-style: none;
	margin-right: 0;
	text-align: center;
}

.home-page .awards .logos li img {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	margin: 0 auto;
}

.home-page .awards .logos li img:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.home-page .awards .carousel-control {
	background: none;
	width: auto;
	top: 20px;
	text-shadow: none;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.home-page .awards .carousel-control .fa {
	color: #e8e8e8;
	font-weight: bold;
}

.home-page .awards .carousel-control:hover .fa {
	color: #999;
}

.home-page-body {
	background-color: #333333;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
	font-size: 12px;
}

.courses-wrapper .tab-content .item {
	margin-top: 15px;
}

.courses-wrapper .tab-content img {
	margin-bottom: 10px;
}

.courses-wrapper .course-finder {
	margin-bottom: 30px;
}

.courses-wrapper .course-finder .keywords input {
	width: 260px;
}

.courses-wrapper .course-list-header {
	font-size: 12px;
	margin-bottom: 15px;
}

.courses-wrapper .course-list-header .summary {
	padding-top: 10px;
}

.courses-wrapper .course-list-header .control-label {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	margin-right: 10px;
	line-height: 2;
}

.courses-wrapper .course-list-header .sort {
	padding-top: 5px;
}

.courses-wrapper .course-list-header .sort-options {
	width: auto;
	height: 25px;
	font-size: 12px;
}

.courses-wrapper .course-item {
	font-size: 12px;
}

.courses-wrapper .course-item .col-meta {
	color: #777777;
}
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
	background: #f5f5f5;
}

.events-wrapper .events-item .details .time {
	margin-right: 10px;
}

.events-wrapper .events-item .details .fa {
	margin-right: 5px;
}
/* ======= Contact Page ======= */
.contact-form .required {
	color: #e14b39;
	display: inline-block;
	font-weight: normal;
	padding-left: 2px;
}

#map {
	height: 300px;
}

#map, #map *, #map *:before, #map *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map, #map *, #map *:before, #map *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map, #map *, #map *:before, #map *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map, #map *, #map *:before, #map *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map, #map *, #map *:before, #map *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map, #map *, #map *:before, #map *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* Extra small devices (phones, less than 768px) */
@media ( max-width : 767px) {
	.wrapper {
		min-height: inherit;
		margin-bottom: 0;
	}
	.wrapper:after {
		content: none;
	}
	.footer {
		height: auto;
	}
	.pull-right, .pull-left {
		float: none !important;
	}
	.logo {
		text-align: center;
	}
	.header .contact p {
		text-align: center;
		margin-right: 0;
		margin-bottom: 5px;
		float: none;
	}
	.header .menu-top {
		text-align: center;
		margin-top: 10px;
	}
	.header .menu-top li {
		float: none;
		display: inline-block;
	}
	.header br {
		display: none;
	}
	.header .social-icons {
		text-align: center;
		margin: 0 auto;
	}
	.header .social-icons li {
		float: none;
		display: inline-block;
	}
	.main-nav .navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
		border-top: 0;
		-webkit-box-shadow: 0;
		-moz-box-shadow: 0;
		box-shadow: 0;
	}
	.navbar-nav {
		margin-top: 0;
	}
	.header .search-form {
		text-align: center;
	}
	.header .search-form .form-group {
		display: inline-block;
	}
	.header .search-form .form-control {
		width: 210px;
	}
	.main-nav .nav .nav-item.active&gt;a:before {
		content: none;
	}
	.flexslider {
		margin-bottom: 15px;
	}
	.flex-direction-nav a {
		margin-top: -50px;
	}
	.flexslider .slides .flex-caption {
		position: static;
		display: block;
	}
	.flexslider .slides .flex-caption br {
		display: none;
	}
	.flexslider .slides .flex-caption .main {
		font-size: 12px;
		display: block;
		margin-bottom: 0;
	}
	.flexslider .slides .flex-caption .secondary {
		display: block;
		font-size: 12px;
	}
	.flexslider .flex-control-nav {
		display: none;
	}
	.home-page .promo .btn-cta {
		margin-top: 0;
	}
	.home-page .news .thumb {
		width: 60px;
		height: 60px;
	}
	.home-page .news .news-item {
		padding-left: 75px;
	}
	.home-page .course-finder .keywords {
		padding-left: 15px;
		margin-top: 10px;
	}
	.home-page .course-finder .keywords input {
		width: 180px;
	}
	.home-page .video .video-iframe {
		height: auto;
	}
	.home-page .testimonials .carousel .item {
		min-height: inherit;
	}
	.home-page .events .section-content {
		min-height: inherit;
	}
	.home-page .awards .carousel-control {
		top: 50px;
	}
	.footer .footer-content .subscribe-form .form-control {
		width: 140px;
	}
	.footer #tweet .tweets-list-container {
		max-width: 100%;
	}
	.footer .bottom-bar .social li {
		float: left;
	}
	.footer-col-inner {
		margin-bottom: 30px;
	}
	.footer #tweet {
		min-height: inherit;
	}
	.footer .footer-content .footer-col .fa-twitter {
		text-align: center;
		margin-bottom: 10px;
	}
	.page-wrapper .page-heading h1.heading-title {
		float: none;
		text-align: center;
		display: block;
	}
	.page-wrapper .breadcrumbs {
		text-align: center;
		display: block;
	}
	.page-wrapper .breadcrumbs ul {
		padding-top: 0;
		padding-left: 0;
		margin: 0 auto;
	}
	.page-wrapper .breadcrumbs ul li {
		float: none;
		display: inline-block;
	}
	.page-wrapper .breadcrumbs ul li.current {
		max-width: inherit;
		overflow: visible;
	}
	.home-page .course-finder .keywords input {
		float: left !important;
	}
}
/* Small devices (tablets, 768px and up) */
@media ( min-width : 768px) {
	.wrapper {
		min-height: inherit;
		margin-bottom: 0;
	}
	.wrapper:after {
		content: none;
	}
	.footer {
		height: auto;
	}
	.footer .bottom-bar .social li {
		float: left;
	}
	.footer-col-inner {
		margin-bottom: 15px;
	}
	.home-page .testimonials .carousel .item {
		min-height: inherit;
	}
	.home-page .events .section-content {
		min-height: inherit;
	}
	.footer #tweet {
		min-height: inherit;
	}
	.page-wrapper .album-cover {
		min-height: 360px;
	}
}
/* Medium devices (desktops, 992px and up) */
@media ( min-width : 992px) {
	.home-page .testimonials .carousel .item {
		min-height: 298px;
	}
	.home-page .events .section-content {
		min-height: 520px;
	}
	.home-page .video .video-iframe {
		height: 287px;
	}
	.footer .bottom-bar .social li {
		float: right;
	}
	.footer #tweet {
		min-height: 100px;
	}
	.page-wrapper .album-cover {
		min-height: 360px;
	}
	/* Sticky Footer */
	html, body {
		height: 100%;
	}
	body {
		font-size: 12px;
	}
	.wrapper {
		min-height: 100%;
		margin-bottom: -344px;
		/* equal to footer height */
	}
	.wrapper:after {
		content: "";
		display: block;
		height: 34px;
		/* must be the same height as footer */
	}
	.footer {
		height: 65px;
		background-color: #8B4513;
		color:#fff;
		text-align: center;
		/* must be the same height as footer */
	}
}
/* Large devices (large desktops, 1200px and up) */
@media ( min-width : 1200px) {
	.home-page .course-finder .keywords input {
		width: 255px;
	}
}

.
.franja {
	background-color: #333333;
	height: 2px;
}

.cuerpo {
	background-color: #ffffff;
}

.container-login {
	width: 500px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 35px;
	padding-bottom: 45px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #8B4513;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.container-registra {
	width: 450px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 35px;
	padding-bottom: 45px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #8B4513;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.btn-danger {
	background-color: #8B4513;
	border: #E5E5E5;
}

.main-nav {
	background-color: #8B4513;
	border: #E5E5E5;
	color: #fff;
}

#logo {
	height: 100px;
	text-align: center;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.container {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.franjaTitulos {
	height: 60px;
	padding-top: 15px;
	padding-left: 15px;
}

.titulos {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.titulosBlanco {
	font-size: 16px;
	color: #ffffff;
	text-align: left;
}

.subtitulos{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.titulosFooter {
	font-size: 11px;
	color: #ffffff;
}

.selectAno {
	width: 90px;
	color: #333333;
	font-size: 12px;
}

.selectMes {
	font-size: 11px;
	width: 120px;
	color: #333333;
}

.selectAreas {
	font-size: 11px;
	width: 350px;
	color: #333333;
}

#divFiltros {
	height: 200px;
	background-color: #fff;
}

.altura {
	height: 20px;
}

.alturaComponentes {
	height: 30px;
}
.alturaComponentesA{
	height: 40px;
}
.alturaTableHeader {
	height: 30px;
	text-align: center;
	color: #ffffff;
	background-color: #8B4513;
}

.tdleft {
	text-align: left;
	color: #333333;
}

.tdcenter {
	text-align: center;
	color: #333333;
}

.tdright {
	text-align: right;
	color: #333333;
}

.tdjustify {
	text-align: justify;
	font-size: 11px;
	color: #333333;
}

.tituloMediano {
	font-size: 14px;
}

.franjaWhite {
	background-color: #ffff99;
}

.row1 {
	background-color: #fff;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

.row2 {
	background-color: #e7e8e8;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

.row3 {
	background-color: #fff;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.cabecerasTable {
	color: #fff;
}

.error {
	text-align: center;
	color: #DF3A01;
	font-size: 11px;
	font-weight: bold;
	width: 90%;
	margin-left: 50px;
	padding-left: 50px;
	height: 35px;
	padding-top: 10px;
}

.procesando {
	color: #8B4513;
	font-size: 18px;
}
.tituloactvidades{
	color: #000000;
	font-size: 16px;
	background-color: #f5f5f5;
}
.seleccione {
	background-color: #f2f2f2;
}

.fondotable {
	height: 30px;
	background-color: #8B4513;
	color: #ffffff;
	font-weight: bold;
}

.legend {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.altotitulo {
	height: 50px;
}
.altorenglon{
	height: 30px;
}
.bold {
	font-weight: bold;
}

.alinea {
	padding-top: 8px;
}


.negritas {
	font-size: 11px;
	color: #8B4513;
}

#nombreUsuario {
	height: 50px;
	background-color: #fff;
	padding-top: 15px;
	text-align: left;
}

.textNombreUsuario {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}


ol {
	counter-reset: item;
}

ol li {
	font: 14px/21px Arial, Verdana;
	list-style: none;
	*list-style: decimal; /* IE7 e IE6*/
	padding: 4px 8px;
}

ol li:before {
	display: inline-block;
	content: counter(item) "- ";
	counter-increment: item;
	background-color: #8B4513;
	color: #fbfbfb;
	font: bold 16px Arial, Verdana;
	padding: 0 4px;
	margin: 0 4px;
}

ol li ol li:before {
	font: bold 14px Arial, Verdana;
	padding: 0 2px;
}



a.pasoslink:link    {text-decoration:none; color: #8B4513;font-weight: bold;} /* Link no visitado*/
a.pasoslink:visited {text-decoration:none; color: #8B4513;font-weight: bold;} /*Link visitado*/
a.pasoslink:active  {text-decoration:none; color: #8B4513;font-weight: bold;} /*Link activo*/
a.pasoslink:hover   {text-decoration:none; color: #333333;font-weight: bold;} /*Mause sobre el link*/
.central{
	text-align:center;
}
.botones{
	background-color:#666666;
	color:#000000;
}

.ui-button {
	color: rgb(255, 255, 255) !important;
	height:35px;
	padding: 1px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8) !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgb(175, 175, 175) !important;
	background: -moz-linear-gradient(90deg, rgb(146, 49, 66) 30%,
		rgb(186, 30, 70) 70% ) !important;
	background: -webkit-linear-gradient(90deg, rgb(146, 49, 66) 30%,
		rgb(186, 30, 70) 70% ) !important;
	background: -o-linear-gradient(90deg, rgb(146, 49, 66) 30%,
		rgb(186, 30, 70) 70% ) !important;
	background: -ms-linear-gradient(90deg, rgb(146, 49, 66) 30%,
		rgb(186, 30, 70) 70% ) !important;
	background: linear-gradient(0deg, rgb(146, 49, 66) 30%, rgb(186, 30, 70)
		70% ) !important;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8) !important;
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8) !important;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8) !important;
	border: none !important;
}

.ui-button:hover {
	color: rgb(255, 255, 255) !important;
	padding: 1px;
	background: rgb(175, 175, 175) !important;
	background: -moz-linear-gradient(90deg, rgb(128, 36, 52) 30%,
		rgb(63, 0, 27) 70% ) !important;
	background: -webkit-linear-gradient(90deg, rgb(128, 36, 52) 30%,
		rgb(63, 0, 27) 70% ) !important;
	background: -o-linear-gradient(90deg, rgb(128, 36, 52) 30%,
		rgb(63, 0, 27) 70% ) !important;
	background: -ms-linear-gradient(90deg, rgb(128, 36, 52) 30%,
		rgb(63, 0, 27) 70% ) !important;
	background: linear-gradient(0deg, rgb(128, 36, 52) 30%, rgb(63, 0, 27)
		70% ) !important;
}

.bootstrap-select {
	border-radius: 0px;
	background-color: #ffffff;
	border:1px solid #dddddd;
	/*box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.8);
	webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.8);*/
}

.bootstrap-select-items {
	border-radius: 1px;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.8);
	webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.8);
}

.bootstrap-select-item:hover {
	background-color: #98002E;
	border-radius: 1px;
	color: #ffffff;
}

.bootstrap-select.ui-state-disabled {
	font-size: 11px;
	-webkit-box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.8);
	background-color: #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #666666 !important;
}
hr {
  border: 0;
  width: 80%;
  color: #666666 !important;
}
.espTextArea{
	height: 100px;width:350px;
}
.espTextArea2{
	height: 30px;width:350px;
}
.help{
	cursor:pointer;
}
.ui-icon-add {
	background-image: url(../imagenes/add.png);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	background-color:#fff;
	height:28px;
	width:28px;
	border:0px;
}

.add{
	cursor:pointer;
}

.modal-content{
	width:460px;
	height:auto;
	background-color:#ffffff;
}
.modal-footer {background:#fff;}

hr.separador_post {
 height: 30px;
 border-style: solid;
 border-color: #BFBFBF;
 text-align: center;
}
hr.separador_post:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius:20px;
}
 
hr.separador_post:after {
    color: #DC5500;
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
hr { 
  background-color: #8B4513;
  height: 2px;
  width:100%; 
}
.spancing{
	width:96%;
	margin-left: 80px;
}
.background-danger{
	color: #000000;
	background-color: #e5e5e5;
}

.background-white{
	color: #000000;
	background-color: #fff;
}
#columna1{
  float:left; 
  width:58%;
}

#columna2{
  margin-left:60%;
  }

a.exportar:link {text-decoration:none; } /* Link no visitado*/
a.exportar:visited {text-decoration:none;} /*Link visitado*/
a.exportar:active {text-decoration:none;} /*Link activo*/
a.exportar:hover {text-none; } /*Mause sobre el link*/

.fieldset {
	border: 0px solid #8B4513;
	margin: 0 2px;
	padding: .35em .625em .75em;
	text-align:left;
}

.tableSinbordes{
	border:0px;
	width:95%;
}
.totales{
	background-color:transparent;
	color:#8B4513;
	font-weight: bold;
	font-size:14px;
}
.avances{
	background-color:#F5F5F5;color:#8B4513;
}
.bordes{
	border:1px solid #E5E5E5;
}

.btn-sisec {
   	background:-moz-linear-gradient(#fc0 0%,#F60 100%);
	background:-ms-linear-gradient(#fc0 0%,#F60 100%);
	background:-o-linear-gradient(#fc0 0%,#F60 100%);
	background:-webkit-linear-gradient(#fc0 0%,#F60 100%);
	background:linear-gradient(#fc0 0%,#F60 100%);
	border:solid 1px #DEDEDE;
	border-radius:5px;
	text-align:center;
	padding:2px;
	color:#fff;
	width:140px;
    
}

.btn-sisec-save {
    background:-moz-linear-gradient(#fc0 0%,#006600 100%);
	background:-ms-linear-gradient(#fc0 0%,#006600 100%);
	background:-o-linear-gradient(#fc0 0%,#006600 100%);
	background:-webkit-linear-gradient(#fc0 0%,#006600 100%);
	background:linear-gradient(#fc0 0%,#006600 100%);
	border:solid 1px #DEDEDE;
	border-radius:5px;
	text-align:center;
	padding:2px;
	color:#fff;
	width:170px;
    
}

.btn-sisec:hover {
    background:-moz-linear-gradient(#fff 0%,#FFFFFF 100%);
	color:#F60; 
}

.btn-mio {
   	background:-moz-linear-gradient(#fc0 0%,#F60 100%);
	background:-ms-linear-gradient(#fc0 0%,#F60 100%);
	background:-o-linear-gradient(#fc0 0%,#F60 100%);
	background:-webkit-linear-gradient(#fc0 0%,#F60 100%);
	background:linear-gradient(#fc0 0%,#F60 100%);
	border:solid 1px #DEDEDE;
	border-radius:5px;
	text-align:center;
	padding:2px;
	color:#fff;
	width:140px;
    
}

.btn-mio-save {
    background:-moz-linear-gradient(#fff 0%,#428bca 100%);
	background:-ms-linear-gradient(#fff 0%,#428bca 100%);
	background:-o-linear-gradient(#fff 0%,#428bca 100%);
	background:-webkit-linear-gradient(#fff 0%,#428bca 100%);
	background:linear-gradient(#fff 0%,#428bca 100%);
	border:solid 1px #DEDEDE;
	border-radius:5px;
	text-align:center;
	padding:2px;
	color:#fff;
	width:170px;
    
}

.btn-mio:hover {
    background:-moz-linear-gradient(#fff 0%,#FFFFFF 100%);
	color:#F60; 
}

 
/*.btn-mio {
    border-color: black;
    background: rgb(5, 134, 55) !important;
    background: -moz-linear-gradient(90deg, rgb(5, 134, 55) 29%,
        rgb(84, 183, 70) 69% ) !important;
    background: -webkit-linear-gradient(90deg, rgb(5, 134, 55) 29%,
        rgb(84, 183, 70) 69% ) !important;
    background: -o-linear-gradient(90deg, rgb(5, 134, 55) 29%,
        rgb(84, 183, 70) 69% ) !important;
    background: -ms-linear-gradient(90deg, rgb(5, 134, 55) 29%,
        rgb(84, 183, 70) 69% ) !important;;
    background: linear-gradient(180deg, rgb(5, 134, 55) 29%,
        rgb(84, 183, 70) 69% ) !important;;
    font-weight: bold;
    color: white !important;
    text-align: center;
    font-size: 16px;
    height: 30px;
}*/



.btn-sisec-cancel {
    border: 1px solid red !important;
    background: red !important;
    font-weight: normal;
    color: white !important;
}


.btn-mio2 {
    width: auto !important;
    height: 20px;
    background: #1B6E1B !important;
    border: none !important
}

.btn-mio2-save {
    border: 1px solid #037D0B !important;
    background: #037D0B !important;
    font-weight: normal;
    color: white !important;
}

.btn-mio2 {
    border-color: black;
    background: rgb(5, 134, 55) !important;
    background: -moz-linear-gradient(90deg, rgb(5, 134, 55) 29%,
        rgb(84, 183, 70) 69% ) !important;
    background: -webkit-linear-gradient(90deg, rgb(5, 134, 55) 29%,
        rgb(84, 183, 70) 69% ) !important;
    background: -o-linear-gradient(90deg, rgb(5, 134, 55) 29%,
        rgb(84, 183, 70) 69% ) !important;
    background: -ms-linear-gradient(90deg, rgb(5, 134, 55) 29%,
        rgb(84, 183, 70) 69% ) !important;;
    background: linear-gradient(180deg, rgb(5, 134, 55) 29%,
        rgb(84, 183, 70) 69% ) !important;;
    font-weight: bold;
    color: white !important;
    text-align: center;
    font-size: 16px;
    height: 30px;
}

.btn-mio2:hover {
    color: #222222 !important;
}

.btn-mio2-cancel {
    border: 1px solid red !important;
    background: red !important;
    font-weight: normal;
    color: white !important;
}
 

 .clear{
	clear:both;
	height:auto !important;
	width:auto !important;
}

.boton_animado_actividad{
	height:25px;
	position:relative;
	top:-12px;
	left:600px;
}
.boton_animado{
	height:25px;
	position:relative;
	top:-12px;
	left:650px;
}
.boton_animado img{
	display:block;
	float:left;
}
		
.boton_animado a{
	background:url('../imagenes/sprite.png') -15px -113px;
	font-family: 'Chewy', cursive;
	float:left;
	margin:13px 0 0 0;
	padding:5px 5px 7px;
	color:#000;
}
		
.boton_animado .boton_dcha{
	background:url('../imagenes/sprite.png') -436px -113px;
	height:33px;
	width:15px;
	float:left;
	margin:13px 0 0 0;
}

a.negro:link {text-align:center;text-decoration:none; color: #000;} /* Link no visitado*/
a.negro:visited {text-align:center;text-decoration:none; color: #000;} /*Link visitado*/
a.negro:active {text-align:center;text-decoration:none; color: #000;} /*Link activo*/
a.negro:hover {text-align:center;text-decoration:none; color: #000;} /*Mause sobre el link*/	
 
 
a.gris:link {text-align:center;text-decoration:none; color: #999999;} /* Link no visitado*/
a.gris:visited {text-align:center;text-decoration:none; color: #999999;} /*Link visitado*/
a.gris:active {text-align:center;text-decoration:none; color: #999999;} /*Link activo*/
a.gris:hover {text-align:center;text-decoration:none; color: #999999;} /*Mause sobre el link*/	


a.vino:link {text-align:center;text-decoration:none; color: #8B4513;font-weight: bold;font-size:16px;} /* Link no visitado*/
a.vino:visited {text-align:center;text-decoration:none; color: #8B4513;font-weight: bold;font-size:16px;} /*Link visitado*/
a.vino:active {text-align:center;text-decoration:none; color: #8B4513;font-weight: bold;font-size:16px;} /*Link activo*/
a.vino:hover {text-align:center;text-decoration:none; color: #8B4513;font-weight: bold;font-size:16px;} /*Mause sobre el link*/	

 .numMetas{
 width:35px;
 margin-top:6px;
 }
 .tamano{
 font-size:15px;
 }</pre></body></html>