body {
	background-color: #f5f5f5;
	color: #333333;
}

#background_effect_loading {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.5; /* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5; /* Good browsers */
}

#background_effect_loading img {
	left: 47%;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	width: 6%;
}

.social {
	border-left: 1px solid #e9e9e9;
	display: inline;
	height: 40px;
	width: 40px;
}

.language {
	display: inline;
	padding-left: 10px;
	color: #9b9b9b;
}

.language > a {
	margin-left: 5px;
	margin-right: 5px;
	color: #9b9b9b;
}

.social-last {
	border-right: 1px solid #e9e9e9;
}

.header-left {
	float: left;
}

.header-right {
	float: right;
	width: 620px;
}

.barra-menu {
	height: 68px;
	background-color: #323a45;
	position: absolute;
	width: 100%;
}

#main_menu {
	color: #ffffff;
	position: absolute;
	width: inherit;
}

#main_menu > div:hover {
	background-color: #222834;
}

#main_menu > div {
	display: flex;
	float: left;
	height: 68px;
	text-align: left;
	width: 16%;
	cursor: pointer;
	padding-left: 30px;
	padding-right: 30px;
}

.menu-activo {
	background-color: #222834;
}

.alternate-menu {
	margin-top: 100px;
	text-align: right;
}

.alternate-menu > a {
	margin-left: 40px;
	color: #838383;
}

.margen-para-menu {
	margin-top: 68px;
}

.margen-para-menu > video {
	height: auto !important;
}

.centered {
	text-align: center;
}

.formacion {
	width: 275px;
	float: left;
	margin-left: 10px;
	min-height: 480px;
}

.formacion > .card-block {
	padding-left: 30px;
	padding-right: 30px;
}

.formacion > .card-block > .btn {
	border: 1px solid #323a45;
	background-color: #323a45;
	color: #ffffff;
	border-radius: 0px;
	margin-right: 7px;
	min-width: 95px;
}

.circulo {
	width: 275px;
	min-height: 420px;
	float: left;
	margin-left: 10px;
}

.circulo > .card-block {
	padding-left: 30px;
	padding-right: 30px;
}

.circulo > .card-block > .btn {
	border: 1px solid #323a45;
	background-color: #323a45;
	color: #ffffff;
	border-radius: 0px;
}

.mainmenu {
	text-transform: uppercase;
	display: table !important;
}

.mainmenu > span {
	display: table-cell;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	line-height: 16px;
}

.menu-middle,.menu-last {
	border-left: 1px solid #000000;
}

#second_menu {
	height: 80px;
	margin-top: 68px;
	position: absolute;
	width: inherit;
	z-index: 3;
}

.barra-second-menu {
	background-image: url(../img/1x1submenu.png);
	height: 80px;
	margin-top: 68px;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.hide_menu {
	display: none;
}

.show_menu {
	display: block;
}

.submenu_option img {
	margin-top: 17px;
	margin-right: 10px;
}

.submenu_option {
	cursor: pointer;
	text-transform: uppercase;
	float: left;
	display: table !important;
	height: 75px;
	color: #ffffff;
	margin-right: 40px;
}

.submenu_option span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	line-height: 16px;
	max-width: 140px;
}

.slicknav_menu {
	display: none;
}

.li-mobile {
	cursor: pointer;
	margin: 5px 10px;
	padding: 2px 5px;
}

.modal-body, .modal-header {
	color: #333333;
}
