@charset "utf-8";
a, a:hover {
	color: #000
}
.col1 ul li, .comment ul li {
	list-style: none
}
@font-face {
	font-family: Oswald-Regular;
	src: url(../../../fonts/Oswald-Regular.eot);
	src: url(../../../fonts/Oswald-Regular.woff2) format('woff2'), url(../../../fonts/Oswald-Regular.woff) format('woff'), url(../../../fonts/Oswald-Regular.ttf) format('truetype'), url(../../../fonts/Oswald-Regular.svg#Oswald-Regular) format('svg'), url(../../../fonts/Oswald-Regular.eot?#iefix) format('embedded-opentype')
}
body, html {
	color: #555;
	font-family: Oswald-Regular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0
}
a {
	outline: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
img {
	border: none;
	max-width: 100%;
	height: auto!important
}
.navbar-brand {
	height: auto
}
.navbar-default {
	background-color: #545454;
	margin-bottom: 0;
	border-radius: 0;
	border-left: 0;
	border-right: 0
}
.navbar-default ul.nav {
	margin-top: 10px
}
.navbar-default .navbar-nav>li>a {
	color: #ddd;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px
}
.navbar-default .navbar-nav>li.activeli>a, .navbar-default .navbar-nav>li>a:hover {
	color: #FDBE43
}
.searcharticle{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    margin-right: -15px;
}
.searcharticle .navbar-right{
	margin-right: 0;
    min-width: 330px;
}
.searcharticle .blogarticle a{
	background-color: #fdbe43;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}
nav .search form div:first-child {
	padding-right: 0
}
nav .search form div:last-child {
	padding-left: 1px
}
nav .search input {
	border-radius: 0;
	border-color: #eee
}
input.form-control:focus {
	border-color: #c51212;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67,154,34,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67,154,34,.6)
}
nav .search input.btn {
	font-weight: 700;
	background-color: #FDBE43;
	color: #000;
	font-size: 16px;
	border: none
}
.searchresult{
	margin-top: 20px
}
.searchresult ul{
	padding: 0
}
.searchresult ul li{
    list-style: none;
    margin-bottom: 10px;
}
.searchresult ul li:nth-of-type(2n+3){
	clear: both
}
.searchresult ul li > div{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.29);
    padding: 15px;
}
.searchresult ul li a{
    font-weight: bold;
    font-size: 14px;
}
.searchresult ul li > div > div:last-child{
    position: relative;
    margin-top: 10px;
}
.searchresult ul li > div > div:last-child:after{
    content: '';
    position: absolute;
    border-bottom: 1px #ddd dashed;
    width: 50%;
    left: 0;
}
.searchresult ul li > div > div span:first-child{
    color: #dea331;
}
.searchresult .pagination>li>a{
	 text-decoration: none
}
.searchresult .pagination>li.active a{
background-color: #fdbe43;
    border-color: #fdbe43;
}
.underline {
	position: relative;
	font-size: 20px;
	margin-bottom: 20px
}
.underline:after, .underline:before {
	content: '';
	position: absolute;
	width: 50%;
	top: 10px
}
.underline:after {
	right: -15px;
	border: 1px dashed #666;
	border-bottom: none
}
.underline:before {
	left: -15px;
	border: 1px dashed #666;
	border-bottom: none
}
.underline span {
	display: block;
	border: 1px solid #666;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px auto 0
}
.hidecontent {
	display: none
}
.col1 {
	padding: 15px 0;
	border-bottom: 8px #fdbe43 solid;
	background-color: #eee
}
.col1.home {
	background-color: transparent
}
.col1 h1 {
	margin: 18px 0 10px;
	font-size: 30px;
	color: #000
}
.col1 .listCities {
	position: relative
}
.col1 .loading {
	background-color: rgba(0,0,0,.38);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	text-align: center;
	padding-top: 37px
}
.col1 .loading img {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -32px
}
.col1 ul {
	box-shadow: 0 0 15px rgba(0,0,0,.17);
	padding: 15px;
	height: 190px;
	background-color: #fff
}
.col1 ul li a {
	font-size: 15px;
	color: #333
}
.col1 ul li a span {
	color: #fdbe43
}
.col1 .more {
	margin-top: 20px;
	position: relative;
	color: #c51212;
	cursor: pointer
}
.col1 .more span.after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px
}
.col1 .more span.before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -7px;
	top: -10px;
	display: none
}
.breadcrumb ul, .rightpanel .topcourse li {
	position: relative
}
.destacados {
	padding: 20px 0;
	background-color: #eee
}
.comment h3, .destacados h2, .keyword h2 {
	margin: 0 0 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700
}
.destacados ul {
	padding: 0;
	margin: 0 -15px
}
.destacados ul li {
	list-style: none;
	margin-bottom: 7px
}
.destacados ul li:nth-of-type(2n+3) {
	clear: both
}
.destacados ul li > div{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    padding: 5px 15px;
}
.destacados ul li a {
	font-weight: 700;
	color: #000;
	display: block;
	font-size: 16px
}
.destacados ul li span {
	color: #fdbe43
}
.breadcrumb {
	background: 0 0;
	margin-bottom: 0
}
.breadcrumb ul {
	border-radius: 0;
	height: auto!important;
	overflow: inherit!important;
	margin-bottom: 0;
	background-color: transparent;
	box-shadow: none;
	color: #000
}
.breadcrumb>ul>li {
	display: inline-block;
	border: none!important;
	padding: 2px 8px
}
.breadcrumb>ul>li+li:before {
	color: #000;
	padding: 0 5px;
	content: "/\00a0";
	margin-left: -15px
}
.modal-body h5.secondh5:after, .modal-body h5:nth-of-type(1):after, .rightpanel .topcourse li:after {
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -8px
}
.breadcrumb>ul>li a {
	color: #FDBE43;
	text-decoration: underline
}
.keyword {
	padding: 15px 0 30px;
	border-width: 2px 0;
	border-style: dashed;
	border-color: #ddd
}
.keyword h3 {
	margin: 0 0 10px
}
.comment {
	padding: 25px 0;
	background-color: #eee;
}
.comment ul {
	padding: 0
}
.comment ul li>div {
background-color: #fff;
    padding: 15px;
    color: #777;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.comment ul li>div a {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
	color: #000;
	text-decoration: underline
}
.comment ul li>div div:nth-of-type(3) strong {
	background-color: #fdbe43;
	color: #000;
	padding: 0 8px 2px;
	text-transform: uppercase;
	margin-right: 7px
}
.comment ul li>div div {
	margin-bottom: 3px
}
.comment ul li>div div strong {
	color: #000
}
.col2 {
	padding: 30px 0
}
.col2 h2 {
	text-align: center;
	color: #78da53;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 22px
}
.comments h3, .footer_links h3, .map h3 {
	padding: 5px 15px;
	background-color: #fdbe43;
	color: #000;
	font-size: 18px;
	margin: 0
}
.footer_links {
	margin-bottom: 30px
}
.footer_links>div {
	background-color: #f5f5f5;
	padding: 15px
}
.rightpanel h3 {	
	margin: 0 0 10px;
    color: #fdbe43;
    font-size: 18px;
    background-color: #555;
    padding: 5px 15px;
}
.rightpanel .topcourse {
	padding: 0;
	margin-bottom: 40px
}
.list_learning_center>li, .rightpanel .topcourse li {
	margin-bottom: 15px;
	list-style: none
}
.rightpanel .topcourse li:after {
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.29) 50%, rgba(0,0,0,.3) 51%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.29) 50%, rgba(0,0,0,.3) 51%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,.29) 50%, rgba(0,0,0,.3) 51%, rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
	position: absolute
}
.rightpanel .topcourse li:last-child:after {
	display: none
}
.rightpanel .topcourse a {
	display: block;
	font-weight: 700;
	color: #000
}
.rightpanel .topcourse span {
	color: #d2992c
}
.citilist {
	padding: 30px 0
}
.list_learning_center {
	padding: 0
}
.list_learning_center>li>div {
	box-shadow: 0 0 15px rgba(0,0,0,.16);
	padding: 0 15px 15px
}
.list_learning_center.list_courses>li>div {
	padding: 0 0 5px
}
.list_learning_center>li ul li .row {
	padding-right: 15px
}
.list_learning_center li h3 {
	font-size: 16px;
	position: relative;
	margin: 0 -15px 10px;
	background-color: #fdbe43;
	padding: 5px 15px
}
.list_learning_center.list_courses li h3 {
    padding: 7px 15px 8px;
    font-size: 18px;
    overflow: hidden;
    font-weight: bold;
	background-color: transparent;
	    border-bottom: 4px #666 solid;
margin-right: 5px;
}
.list_learning_center li h3 a {
	color: #000
}
.list_learning_center.list_courses li h3 a {
	color: #222
}
.list_learning_center li ul {
	padding: 0
}
.list_learning_center.list_courses li ul {
	padding: 0 15px
}
.list_learning_center li ul li {
	list-style: none;
	margin-bottom: 5px
}
.list_learning_center li ul li>div {
	border-bottom: 1px #eee solid;
	padding-bottom: 5px
}
.list_learning_center li ul li:nth-last-of-type(2), .list_learning_center li ul li:nth-last-of-type(2)>div {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.list_learning_center li ul li:last-child {
	margin-bottom: 0
}
.list_learning_center.list_courses li .btn {
	background: -moz-linear-gradient(top, rgba(253,190,67,.72) 0, rgba(253,190,67,1) 100%);
	background: -webkit-linear-gradient(top, rgba(253,190,67,.72) 0, rgba(253,190,67,1) 100%);
	background: linear-gradient(to bottom, rgba(253,190,67,.72) 0, rgba(253,190,67,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8fdbe43', endColorstr='#fdbe43', GradientType=0);
	border: none;
	color: #000;
	border-radius: 0;
	font-size: 16px;
}
.lCenter h2{
    text-align: left;
    color: #fdbe43;
    background-color: #555;
    font-size: 20px;
    padding: 5px 15px;
}
.lCenter ul{
	padding: 0
}
.lCenter ul li{
    list-style: none;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
    padding: 5px 15px;
}
.lCenter ul li > div{
    font-weight: bold;
}
.modal-content, .modal-footer .btn-default, .modal-header, .popbutton {
	border-radius: 0
}
.modal-header {
	background-color: #fdbf47;
	padding: 8px 15px;
	color: #000
}
.modal-header h4 {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 17px
}
.modal-body {
	padding: 15px 15px 0
}
.modal-body h5 {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px
}
.modal-body h5:nth-of-type(1):after {
	background: -moz-linear-gradient(left, rgba(0,0,0,.37) 0, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,.37) 0, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,.37) 0, rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e000000', endColorstr='#00000000', GradientType=1);
	position: absolute
}
.modal-body h5.secondh5:after {
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.37) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.37) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,.37) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#5e000000', GradientType=1);
	position: absolute
}
.smallselect>div:nth-last-of-type(3) {
	padding-right: 0
}
.smallselect>div:nth-last-of-type(1) {
	padding-left: 0
}
.modal-body label {
	font-size: 14px;
	padding-right: 0;
	font-weight: 400;
	white-space: nowrap
}
.modal-body label em {
	color: red;
	font-style: normal
}
.modal-body input, .modal-body select, .modal-body textarea {
	height: 26px;
	padding: 3px 12px;
	border-radius: 0
}
.modal-body textarea {
	height: 100px
}
.modal-body input[type=radio] {
	height: auto;
	padding: 0;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle
}
.modal-body .form-group {
	margin-bottom: 8px
}
.footertable {
	background: #383838;
	border-top: 3px #fdbe43 solid
}
#footer a {
	color: #a2a2a2;
	text-decoration: none
}
#footer a:hover {
	color: #fdbe43
}
.footermenu {
	margin: 10px 0 0
}
.footermenu ul {
	margin: 0 auto;
	padding: 10px 0
}
.footermenu ul li {
	list-style: none;
	float: left;
	margin-right: 15px
}
#footer .copyright {
	margin: 10px 0 20px;
	color: #fff
}
.close {
	position: absolute;
	right: 10px;
	top: -4px;
	color: #fff;
	opacity: 1;
	font-size: 44px
}
.popbutton {
	color: #000;
	background: -moz-linear-gradient(top, rgba(253,190,67,.72) 0, rgba(253,190,67,1) 100%);
	background: -webkit-linear-gradient(top, rgba(253,190,67,.72) 0, rgba(253,190,67,1) 100%);
	background: linear-gradient(to bottom, rgba(253,190,67,.72) 0, rgba(253,190,67,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8fdbe43', endColorstr='#fdbe43', GradientType=0);
	padding: 4px 20px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 10px 10px
}
.popbutton:hover {
	background: -moz-linear-gradient(top, rgba(34,39,43,.84) 0, rgba(34,39,43,1) 100%);
	background: -webkit-linear-gradient(top, rgba(34,39,43,.84) 0, rgba(34,39,43,1) 100%);
	background: linear-gradient(to bottom, rgba(34,39,43,.84) 0, rgba(34,39,43,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d622272b', endColorstr='#22272b', GradientType=0);
	color: #FDBE43
}
.popbutton:active {
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2)
}
input.error, select.error, textarea.error {
	border: 1px solid red;
	color: red;
	background: #fff
}
input.error:focus, select.error:focus, textarea.error:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,0,0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,0,0,.6);
	border-color: red
}
#myModal:hover {
	cursor: move
}
#aviosleagl {
	cursor: pointer
}
.aviosleagl .closeaviso {
	background: red;
	position: absolute;
	top: -16px;
	right: -13px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-left: 1px
}
.aviosleagl {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 600px!important;
	background: #fff;
	box-shadow: 0 0 10px #000;
	padding: 20px;
	height: 500px;
	margin: -270px 0 0 -320px;
	border: 1px solid #ccc;
	display: none;
	z-index: 21
}
.aviosleagl .scroll {
	overflow: auto;
	overflow-x: hidden;
	height: 470px;
	border: none!important;
	background: 0 0!important
}
.aviosleagl .scroll img {
	position: static!important;
	max-width: 100%!important;
	height: auto!important;
	margin: 0!important
}
.course {
	position: relative;
	margin-bottom: 10px
}
.course>div {
	padding: 5px 15px
}

.course>div:nth-of-type(even) {
	background-color: #ececec
}
.course>div:nth-of-type(2), .course>div:nth-of-type(3){
width: 70%; 
}
.course .moreinfo{
    position: absolute;
    right: 0;
	background-color: transparent !important;
	    padding: 0;
}
.course .showmobile{
	    text-align: center;
    margin-top: 5px;
}
.course .showmobile a{
	text-decoration: none;
}
.modal-content .showmobile{
text-align: center;
    background-color: #eee;
    padding: 5px 0;
}
.modal-content .showmobile a{
	text-decoration: none
}
.modal-content .showmobile a span{
	display: inline-block;
	    margin-left: 10px;
}
#showmobile, #showmobileForm{
    color: #ce972d;
    cursor: pointer;	
}
#hidemobile, #hidemobileForm{
	display: none
}
.course>div h3 {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 16px
}
.course .btn {
    font-size: 20px;
    padding: 11px 20px;
    margin: 0;
    border-radius: 5px;
    border: 2px #e6a526 solid;
}
.confirm {
	padding: 50px 20px 50px 70px!important;
	font-size: 20px;
	background: url(../images/ok.png) 20px no-repeat;
	color: #159431;
	border: 1px solid #159431;
	border-radius: 5px;
	margin-bottom: 20px
}
.comments ul {
	padding: 15px;
	background-color: #f5f5f5
}
.comments ul li {
	list-style: none;
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
	border-top: 1px #fff solid;
	padding-top: 10px
}
.comments ul li:first-child {
	border-top: none;
	padding-top: 0
}
.comments ul li:last-child {
	border-bottom: none
}
.comments ul li a {
	text-decoration: underline
}
.bottomform input[type=checkbox] {
	padding: 0;
	margin: 0 0 10px;
	height: auto;
	top: 2px;
	position: relative
}
#body, #loading {
	position: fixed;
	display: none
}
.bottomform .datos {
	color: red;
	text-align: right
}
#body {
	background-color: rgba(0,0,0,.43);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
#loading {
	top: 50%;
	z-index: 10;
	left: 50%;
	margin: -35px -39px;
	color: #fff
}
#loading img {
	display: block;
	margin: 0 auto 10px
}

@media only screen and (max-width:1023px) {
.menuicon, .searchmobile {
	cursor: pointer;
	display: inline-block
}
.popbutt {
	float: none!important
}
.hidecontent {
	display: none!important
}
#content, .tableheader {
	display: block
}
#loadleadform {
	width: 100%;
	height: auto;
	margin: 0!important;
	left: 0!important;
	top: 0!important;
	position: absolute;
	border-radius: 0;
	padding-bottom: 15px;
	box-shadow: none;
	border: 0
}
#loadleadform .title, .underbutton {
	border-radius: 0
}
#loadleadform .form form>div.bottomform {
	bottom: -40px;
	border-bottom: 1px #999 solid;
	box-shadow: 0 3px 5px #ccc
}
.aviosleagl {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%!important;
	margin: 0;
	padding: 0
}
.aviosleagl .scroll {
	height: 97%;
	padding: 10px
}
.aviosleagl .closeaviso {
	top: 5px;
	right: 20px
}
#content {
	height: auto
}
#header .header {
	width: auto;
	display: block
}
#header .header .col3 {
	display: none;
	width: 100%;
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 5px #333;
	padding: 10px 0;
	height: 40px;
	top: 80px
}
#header .header .col3 form {
	width: 90%;
	position: relative
}
#header .header .col3 input {
	width: 70%
}
.menuicon {
	width: 8%;
	margin-left: 5px
}
#header .header .col1 {
	display: inline-block;
	width: 77%;
	text-align: center;
	margin-top: 10px
}
.searchmobile {
	width: 10%;
	text-align: right
}
#middle .middle, #middle .middle .td {
	width: auto;
	display: block
}
#middle {
	display: block
}
#middle .middle .blok>div ul.province li {
	width: 129px;
	vertical-align: top
}
#middle .middle .smallblok h2, #middle .middle .smallblok p {
	width: auto;
	height: auto;
	display: block;
	padding: 5px 10px 5px 30px
}
#footer {
	width: auto
}
.footermenu {
	float: none
}
#footer .footer {
	width: auto;
	line-height: normal
}
.footermenu ul li {
	display: inline-block
}
.accordion li a {
	width: auto;
	display: block;
	padding-top: 7px
}
.categorymobile {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%
}
.footertable {
	padding: 0 10px
}
#middle .middle .smallblok ul li, #middle .middle .subblok .smallblok h2, .accordion li a.actives, .accordion li a:hover, .accordion li ul li a.actives1, .accordion li ul li a:hover {
	width: auto
}
.color, .color1 {
	width: auto!important
}
.coursetitle {
	width: auto;
	float: none
}
.mobicomunidades {
	display: none
}
.pcicomunidades {
	display: block;
	margin-bottom: 30px
}
.showmobile {
	bottom: -66px
}
.underbutton {
	background-color: #ccc;
	position: fixed;
	bottom: 0!important;
	top: inherit;
	left: 0;
	display: block;
	box-shadow: 0 0 5px #333;
	width: 100%;
	margin: 0
}
.underbutton>div a>div {
	display: inline-block;
	margin-left: 5px
}
#loadleadform .form form>div.bottomform>div {
	font-size: 11px
}
.col1 ul li:nth-of-type(2n+2) {
	border-right: 0
}
.col1 ul li:nth-of-type(2n+3) {
	clear: both
}
	.course>div:nth-of-type(2), .course>div:nth-of-type(3){
		width: 60%
	}
}

@media (min-width:992px) {
.modal-lg {
	width: 700px
}
	
}

@media only screen and (max-width:768px) {
.navbar-toggle {
	margin: 0;
    right: -30px;
    top: 10px;
}
.course .btn {
	position: relative;
	margin-bottom: 20px;
	right: inherit;
	display: block
}
	.col1 ul{
		height: auto
	}
	.col1 h1{
	    margin: 0;
	}
	.breadcrumb{
	    margin-top: -10px;
    padding: 0;
	}
	.course .moreinfo{
		position: relative
	}
	.course>div:nth-of-type(2), .course>div:nth-of-type(3){
		width: auto
	}
}
.articles{
	padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin: 0 -15px
}
.articles li{
	max-width: 50%;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
	width: 100%;
}
.articles li a{
	text-decoration: none
}
.articles li a:hover{
	text-decoration: underline
}
.articles li img{
	margin-bottom: 10px
}
.artdesc img{
    display: block;
    margin: 20px auto;
}
.morecontent{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}
.morecontent li{
	max-width: 50%;
    box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 20px
}
.morecontent li img{
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
}
.morecontent li a{
	color:#445A00;
	text-decoration: none
}
.morecontent li a:hover{
	text-decoration: underline
}
.leadform{
	text-align: center
}
#middle .middle .articleform{
	color: #000;
    background: -moz-linear-gradient(top, rgba(253,190,67,.72) 0, rgba(253,190,67,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,190,67,.72) 0, rgba(253,190,67,1) 100%);
    background: linear-gradient(to bottom, rgba(253,190,67,.72) 0, rgba(253,190,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8fdbe43', endColorstr='#fdbe43', GradientType=0);
    padding: 15px 20px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px 10px;
    display: table;
	cursor: pointer
}
#middle .middle .articleform.right{
	float: right;
}
#middle .middle .articleform.center{
    margin: 20px auto;
}
#middle .middle .articleform.left{
    margin: 20px 20px 20px 0;
	float: left
}
.art_content h2, .art_content h3{
	margin: 20px 0 10px;
    color: #000;
    text-align: inherit;
}
@media only screen and (max-width:735px) {
.showmobile {
	width: 100%;
	bottom: -22px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
	margin: 0
}
#loadleadform .showmobile>div a, #loadleadform .showmobile>div a>span {
	font-size: 12px
}
#loadleadform .form form>div.bottomform {
	position: relative;
	font-size: 12px;
	padding-bottom: 11px;
	height: auto;
	bottom: 0;
	border-bottom: 0;
	box-shadow: 0 0 0 #ccc
}
#loadleadform .form form>div.bottomform>span {
	display: block;
	text-align: left;
	margin: 0;
	padding-left: 15px
}
#loadleadform .form form>div.bottomform .popbutton {
	margin: 10px auto 0 -90px;
	float: none;
	position: relative;
	left: 50%
}
}

@media only screen and (max-width:667px) {
#loadleadform.simple {
	height: auto;
	padding-bottom: 60px
}
#loadleadform .title {
	border-radius: 0
}
#loadleadform .form form>div {
	width: 100%
}
#loadleadform .form form>div>div {
	height: auto!important;
	float: none!important
}
#loadleadform .form p label {
	width: 100%;
	margin-bottom: 5px
}
#loadleadform .form p label.labelradio {
	width: auto;
	margin-right: 20px
}
#loadleadform .form p input {
	width: 97%;
	border-radius: 5px
}
#loadleadform .form p input.radio {
	width: auto
}
#loadleadform .form p select {
	width: 100%;
	margin-bottom: 2px;
	border-radius: 5px
}
#loadleadform .form p textarea {
	width: 97%;
	border-radius: 5px
}
#loadleadform.simple input.buscar {
	margin: 0!important;
	position: relative!important;
	top: 110px!important
}
}

@media only screen and (max-width:319px) {
.popbutton {
	width: auto;
	white-space: normal
}
#header .header .col1 {
	width: 75%
}
#header .header .col1 a {
	font-size: 15px
}
#header .header .col1 a img {
	max-width: 88%
}
}
