
body{
  background: #F5F5F5;
}

.wrap{
	width: 1300px;
	margin: 0 auto;
	background: transparent;

}
/*----------nav header--------------*/

/*--top menu--*/
.as_header{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #364047;
  z-index: 1000;

  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  /*border: 1px solid #ffffff;*/
}

.as_item_nav_logo{
  padding: 0;
  margin: 0;
  position: relative;
}
.as_item_nav_logo img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100px;
}

.as_item_nav_accordion{
  padding: 0;
  margin: 0;
  position: relative;
  opacity: 0;
}
.as_item_nav_accordion span{

  top: 8px;
  float: right;
  color: #FFFFFF;
  font-size: 2em;
  padding: 5px;
  margin: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
}

.as_item_nav_session{
  padding: 0;
  margin: 0;
  float: right;
  width: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.as_item_nav_notify{
  padding: 0;
  margin: 0;
  float: right;
  width: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.as_item_nav_instructor{
  padding: 0;
  margin: 0;
  float: right;
  width: 250px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.as_item_nav_user{
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.as_item_nav_user:hover{
  background: rgba(255, 255, 255, 0.05);
}

.as_item_nav_user .navbar-btn img{
  width: 35px;
}

.as_item_nav_user .navbar-btn{
  padding: 10px;
  margin: 0;
}

.as_item_nav_user .navbar-btn span.badge {
  background: #ff5454;
  border: 1px solid white;
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 8px;
  line-height: 8px;
  padding: 4px 6px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  min-width: 0;
}

.as_item_nav_user ul.dropdown-menu {

  position: absolute;
  top: 60px;
  right: 5px;
  z-index: 9;
  width: 250px;
}

.as_item_nav_user ul.dropdown-menu:before {
  position: absolute;
  top: -10px;
  right: 23px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F3F3F3;
  border-left: 10px solid transparent;
  content: '';
}

.as_item_nav_user li a i {
  border: 1px solid #fff;
  padding: 8px 0;
  width: 32px;
  text-align: center;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  color: #000000;
  height: 32px;
}

.as_item_nav_user li.dropdown-menu-header {
  background: #F3F3F3;
  border-bottom: 2px solid white;
}

.as_item_nav_user li.dropdown-menu-header h1{
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: center;
}

.as_item_nav_user ul.dropdown-menu li a{
  position: relative;
  border-bottom: 1px solid #e1e6ef;
  line-height: 1.5em;
  padding: 0 15px;
  font-size: 1em;
}

.as_item_nav_user ul.dropdown-menu li a span{
  position: absolute;
  right: 10px;
  top: 11px;
}

.as_item_nav_user h4{
  font-family: arial;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 15px 5px;
  margin: 0;
  text-align: center;
}

.as_item_nav_user h4 a{
  text-decoration: none;
  color: #FFFFFF;
}

.dropdown-notify{
  padding: 3px;
  margin: 0;
  border-bottom: 1px solid #E2E2E2;
}

.dropdown-notify:hover{
  background: #F4F4F4;
}

.dropdown-notify-left{
  float: left;
  width: 20%;
  padding: 5px;
  margin: 0;
}

.dropdown-notify-right{
  float: left;
  width: 80%;
  padding: 5px;
  margin: 0;
}

.dropdown-notify-left img{
  padding: 5px 0 0 0;
  width: 100%;
}

.dropdown-notify-right h4{
  font-family: arial;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 3px;
  margin: 0;
  color: #000000;
  text-align: left;
}

.dropdown-notify-right p{
  font-family: arial;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 3px;
  margin: 0;
  color: rgb(92, 91, 92);
  text-align: left;
}

li.dropdown-menu-footer{
  padding: 10px;
  margin: 0;
  background: #F4F4F4;

}

li.dropdown-menu-footer a{
  font-family: arial;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: #000000;
  display: block;
}

li.dropdown-menu-footer a:hover{
  color: #0061AC;
}

/*----------///nav header--------------*/

/*----------inicio--------------*/


/*---*/
.wrapper_container{
  padding: 0;
  margin: 35px 0 0 0;
}

.wrapper_header{
  background: #287311;
  padding: 0;
  margin: 0;
  height: 300px;
}

.inicio_content{
  padding: 10px 10px 10px 10px;
  margin: 0;
  /*border: 1px solid #ffffff;*/
}

.ic_left{
  float: left;
  width: 65%;
  padding: 10px;
  margin: 0;
}

.ic_right{
  float: right;
  width: 35%;
  padding: 10px;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.ic_right img{
  width: 100%;
}

/*--imge-ffeccts--*/

.ic_right_play{
  position: absolute;
  top: 30%;
  left: 37%;
  z-index: 9;
}
.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow:
    inset 0 0 0 16px rgba(21, 28, 34, 0.31), 0 1px 2px rgba(0,0,0,0.1);

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 20px;
  cursor: pointer;
}

.ch-img-1 {
    background: rgba(0, 0, 0, 0.2);
    width: 100px;
    height: 100px;
    display: inline-block;
}

.ch-info {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: inherit;
  height: inherit;
  border-radius: 50%;
  opacity: 0;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  -webkit-backface-visibility: hidden;
}

.ch-item::before{
  content: "";
  position: absolute;
  top: 35%;
  left: 35%;
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid rgba(0, 0, 0, 0.3);
  transform: rotate(90deg);
}

.ch-info::before{
  content: "";
  position: absolute;
  top: 35%;
  left: 35%;
  z-index: 9;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid rgba(255, 255, 255, 1);
  transform: rotate(90deg);
}

.ic_right:hover .ch-info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}






.ic_item{
  padding: 5px;
  margin: 0;
}

.ic_item h1{
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 3px;
  margin: 0;
  font-family: arial;
  color: #FFFFFF;
  text-transform: uppercase;
}

.ic_item h2{
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 3px;
  margin: 0;
  font-family: arial;
  color: #FFFFFF;
}

/*---*/

.wrapper_body{
  padding: 0;
  margin: 0;
}

.body_content{
  background: #FFFFFF;
  padding: 10px 10px 10px 10px;
  margin: 0;
  /*border: 1px solid #ffffff;*/
}

.bc_left{
  float: left;
  width: 280px;
  padding: 0;
  margin: 0;
  position: relative;
  /*border: 1px solid red;*/
}

.bc_center{
  float: left;
  width: 700px;
  padding: 0;
  margin: 0;
  /*border: 1px solid red;*/
}

.bc_right{
  float: right;
  width: 300px;
  padding: 0;
  margin: 0;
  /*border: 1px solid red;*/
}

* {
	margin: 0;
	padding: 0;
}

#accordion ul.accordion,
#accordion ul.accordion ul{
	list-style-type: none;
}

#accordion .accordion a {
	color: #b63b4d;
	text-decoration: none;
}

#accordion .accordion {
	width: 100%;
	margin: 0;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#accordion .accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 25px 10px 30px;
	color: #FFFFFF;
  background: #364047;
	font-size: 1.1em;
	font-weight: 500;
  border-left: 5px solid #364047;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

#accordion .accordion li:last-child .link {
	border-bottom: 0;
}

#accordion .accordion li i {
	position: absolute;
	top: 14px;
	left: 10px;
	font-size: 0.9em;
	color: #FFFFFF;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#accordion .accordion li i.fa-chevron-down {
	right: 10px;
	left: auto;
	font-size: 0.75em;
}

#accordion .accordion li.open .link {
	color: #FFFFFF;
  border-left: 5px solid #A5CC39;
}

#accordion .accordion li.open i {
	color: #FFFFFF;
}
#accordion .accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#accordion .accordion li.default .submenu {
  display: block;
}

/* Submenu -----------------------------*/

#accordion .submenu {
 	display: none;
 	background: #FFFFFF;
 	font-size: 1.1em;
  border: 1px solid #D5D5D5;

}
#accordion .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #000000;
 	padding: 10px;
 	padding-left: 42px;
 	-webkit-transition: all 0.5s ease;
 	-o-transition: all 0.5s ease;
 	transition: all 0.5s ease;
}

#accordion .submenu .active {
  background: #D5D5D5;
 	color: #000000;
}

#accordion .submenu a:hover {
 	background: #D5D5D5;
 	color: #000000;
}

.accordion_view_img{
  padding: 5px;
  margin: 0;
}

.acc_view_img{
  display: inline-block;
  width: 32%;
  padding: 5px;
  margin: 0;
  text-align: center;
}

.acc_view_img img{
  width: 70%;

  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;

}

/*----ID NRO 1---*/

#cm_intro{
  padding: 20px;
  margin: 0;
}

.cmi_header{
  padding: 5px;
  margin: 0;
}

.cmi_header h1{
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.cmi_header h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}

.cmi_content{
  padding: 5px;
  margin: 0;
}
.cmic_item{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgb(247, 247, 247);
}
.cmic_item_left{
  float: left;
  width: 40%;
  padding: 5px;
  margin: 0;
}
.cmic_item_right{
  float: right;
  width: 60%;
  padding: 15px;
  margin: 0;
}
.cmic_item_left img{
  width: 100%;
  padding: 20px;
}

.cmic_item_right h1{
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: left;
  text-transform: uppercase;
}
.cmic_item_right h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}

/*---///ID NRO 1---*/

/*----ID NRO 2---*/

#cm_dp{
  padding: 20px;
  margin: 0;
}

.cmdp_header{
  padding: 5px;
  margin: 0;
}

.cmdp_header h1{
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.cmdp_header h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}
.cmdp_content{
  padding: 5px;
  margin: 0;
}
.cmdpc_block{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgb(247, 247, 247);
}
.cmdpc_item{
  padding: 5px;
  margin: 0 auto;
  width: 400px;
  /*border: 1px solid red;*/
}

.cmdpc_item ul{
  padding: 0;
  margin: 0;
}
.cmdpc_item ul li{
  list-style: none;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
}
.cmdpc_item ul li:nth-child(1){
  width: 100px;
}
.cmdpc_item ul li:nth-child(2){
  width: 250px;
}
.cmdpc_item ul li h4{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}

.cmdpc_item ul li select{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  font-family: arial;
}

.cmdpc_item_view{
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#cmdpc_block_0{
  width: 100%;
  height: 400px;
  padding: 5px;
  background: #F7F7F7;
  position: relative;
}

#cmdpc_block_0 span{
  position: relative;
  top: 20%;
  font-size: 4em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  text-align: center;
}

#cmdpc_block_0 h5{

  position: relative;
  top: 20%;
  text-align: center;
  display: block;
  width: 100%;
  font-family: arial;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 10px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}

.cmdpc_item_text{
  padding: 10px;
  margin: 0;
  border-bottom: 3px solid #364047;
}

.cmdpc_item_text h1{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}

.cmdpc_item_list{
  padding: 5px;
  margin: 0;
}

.cmdpc_item_img{
  padding: 10px;
  margin: 0 auto;
  width: 70%;
}

.cmdpc_item_img a img{
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 20px;
}

/*----///ID NRO 2---*/

/*----ID NRO 3---*/

#cm_pm{
  padding: 20px;
  margin: 0;
}

.cmpm_header{
  padding: 5px;
  margin: 0;
}

.cmpm_header h1{
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.cmpm_header h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}
.cmpm_content{
  padding: 5px;
  margin: 0;
}
.cmpmc_block{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgb(247, 247, 247);
}
.cmpmc_item{
  padding: 5px;
  margin: 0;
  /*border: 1px solid red;*/
}

/*accordion main*/
.accordion_pm{
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  margin: 0 auto;
}

.acpm_set{
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;

}

.acpm_set h1{
  font-size: 1.1em;
  display: block;
  padding: 10px 20px 10px 20px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.5s linear;
  -moz-transition:all 0.5s linear;
  transition:all 0.5s linear;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px 0 #CCCCCC;
  box-shadow: 0 0 2px 0 #CCCCCC;
}
.acpm_set h1 i{
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}
.acpm_set h1 span{
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

.acpm_set h1.active span,
.acpm_set h1:hover span{
  color: #FFFFFF;
}

.acpm_set h1.active i,
.acpm_set h1:hover i{
  color: #FFFFFF;
}

.acpm_set h1.active,
.acpm_set h1:focus,
.acpm_set h1:hover{
  background: #0061AC;
  color: #FFFFFF;
}

.acpm_content{
  top: -5px;
  position:relative;
  width: 100%;
  border-left: 1px solid rgba(0, 97, 172, 0.5);
  border-right: 1px solid rgba(0, 97, 172, 0.5);
  border-bottom: 1px solid rgba(0, 97, 172, 0.5);
  padding: 0;
  margin: 0;
  display: none;
}


#table_pm_1{
  padding: 10px;
  margin: 0;
  background: #FFFFFF;
}

#table_pm_1 table{
  width: 100%;
}

#table_pm_1 thead th {
  font-family: arial;
  font-size: 1em;
  font-weight: 500;
  color: #535C69;
  text-align: center;
  margin: 0px;
  padding: 5px 20px;
  background: rgb(230, 230, 230);

  -webkit-box-shadow: 0 1px 0 0 #BABABA;
  box-shadow: 0 1px 0 0 #BABABA;
  border: 1px solid #EFF0F0;
}
#table_pm_1 tbody tr td {
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 1em;
  padding: 5px 10px;
	text-align: left;
  border: 1px solid #EFF0F0;
}
#table_pm_1 tbody tr:nth-child(2n) {
  background: rgba(54, 64, 71, 0.08);
}

#table_pm_1 tbody td:first-of-type{
	text-align: center;
}
#table_pm_1 .event {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#table_pm_1 .event:hover {
	background:#00B800;
	color:#fff;
}


/**/

#table_pm_2{
  padding: 10px;
  margin: 0;
  background: #FFFFFF;
}

#table_pm_2 table{
  width: 100%;
}

#table_pm_2 thead th {
  font-family: arial;
  font-size: 1em;
  font-weight: 500;
  color: #535C69;
  text-align: center;
  margin: 0px;
  padding: 5px 20px;
  background: rgb(230, 230, 230);

  -webkit-box-shadow: 0 1px 0 0 #BABABA;
  box-shadow: 0 1px 0 0 #BABABA;
  border: 1px solid #EFF0F0;
}
#table_pm_2 tbody td {
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 1em;
  padding: 5px 10px;
	text-align: center;
  border: 1px solid #EFF0F0;
}
#table_pm_2 tbody tr:nth-child(2n) {
  background: rgba(54, 64, 71, 0.08);
}

#table_pm_2 tbody td:first-of-type{
	text-align: left;
}

#table_pm_2 .event {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#table_pm_2 .event:hover {
	background:#00B800;
	color:#fff;
}

/*----///ID NRO 3---*/

/*----ID NRO 4---*/

#cm_mi{
  padding: 20px;
  margin: 0;
}

.cmmi_header{
  padding: 5px;
  margin: 0;
}

.cmmi_header h1{
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.cmmi_header h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}
.cmmi_content{
  padding: 5px;
  margin: 0;
}
.cmmic_block{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgb(247, 247, 247);
}
.cmmic_item{
  padding: 5px;
  margin: 0;
  /*border: 1px solid red;*/
}
.cmmic_item_list{
  padding: 10px;
  margin: 0;
  background: #FFFFFF;
}
.cmmic_item_list h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}

.cmmic_il_block{
  padding: 5px;
  margin: 0;
}

.cmmic_ilb_item{
  padding: 10px 5px;
  margin: 0;
}

.cmmic_ilb_item select{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  font-family: arial;
  width: 300px;
  margin: 0 auto;
}

.cmmic_ilb_item_block,
.cmmic_ilb_item_block1,
.cmmic_ilb_item_block2{

  width: 100%;
  height: 400px;
  padding: 5px;
  background: #F7F7F7;
  position: relative;
  display: none;

}

.cmmic_ilb_item_block span,
.cmmic_ilb_item_block1 span,
.cmmic_ilb_item_block2 span{
  position: relative;
  top: 20%;
  font-size: 4em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  text-align: center;
}

.cmmic_ilb_item_block h5,
.cmmic_ilb_item_block1 h5,
.cmmic_ilb_item_block2 h5{

  position: relative;
  top: 20%;
  text-align: center;
  display: block;
  width: 100%;
  font-family: arial;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 10px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}

.cmmic_ilb_item_block h3,
.cmmic_ilb_item_block1 h3,
.cmmic_ilb_item_block2 h3{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}

.cmmic_i_block{
  padding: 10px;
  margin: 0;
  background: rgba(214, 214, 214, 0.2);
}

.cmmic_ib_left{
  float: left;
  width: 60%;
  padding: 5px;
  margin: 0;
}

.cmmic_ib_right{
  float: right;
  width: 40%;
  padding: 5px;
  margin: 0;
  text-align: center;
}

.cmmic_ib_left h4{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}

.cmmic_ib_right img{
  width: 90%;
  border-radius: 20px;
}
/*----///ID NRO 4---*/

/*----ID NRO 5---*/

#cm_cmap{
  padding: 20px;
  margin: 0;
}

.cmcmap_header{
  padding: 5px;
  margin: 0;
}

.cmcmap_header h1{
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.cmcmap_header h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}
.cmcmap_header h3{
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}

.cmcmap_content{
  padding: 5px;
  margin: 0;
}
.cmcmap_block{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgb(247, 247, 247);
}
.cmcmap_item{
  padding: 5px;
  margin: 0;
  /*border: 1px solid red;*/
}

/**/

#table_cmap_1{
  padding: 10px;
  margin: 0;
  background: #FFFFFF;
}

#table_cmap_1 table{
  width: 100%;
}

#table_cmap_1 thead th {
  font-family: arial;
  font-size: 1em;
  font-weight: 500;
  color: #535C69;
  text-align: center;
  margin: 0px;
  padding: 5px 10px;
  background: #F0F0F0;

  -webkit-box-shadow: 0 1px 0 0 #BABABA;
  box-shadow: 0 1px 0 0 #BABABA;
  border: 1px solid #EFF0F0;
}
#table_cmap_1 tbody td {
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 1em;
  padding: 5px 10px;
	text-align: center;
  border: 1px solid #EFF0F0;
  position: relative;
}
#table_cmap_1 tbody tr:nth-child(2n) {
  background: rgba(54, 64, 71, 0.08);
}

#table_cmap_1 tbody td:first-of-type{
	text-align: left;
}

#table_cmap_1 .event {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#table_cmap_1 .event:hover {
	background:#00B800;
	color:#fff;
}

#table_cmap_1 tbody td span{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 1em;
  padding: 5px 10px 0px 5px;
	text-align: center;
  position: relative;
}
#table_cmap_1 tbody td span b{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.7em;
  padding: 5px;
	text-align: center;
  position: absolute;
  top: -5px;
  right: -3px;
  z-index: 9;
}

#table_cmap_1 tbody td span.expo_micro{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.9em;
  padding: 5px 10px 5px 0px;
	text-align: center;
}

#table_cmap_1 tbody td span.expo_micro i{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.7em;
  padding: 5px 10px;
	text-align: center;
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 9;
}

#table_cmap_1 tbody td span.cursiva_micro{
  font-family: arial;
  font-style: italic;
}


/*----///ID NRO 5---*/

/*----ID NRO 6---*/

#cm_cmai{
  padding: 20px;
  margin: 0;
}

.cmcmai_header{
  padding: 5px;
  margin: 0;
}

.cmcmai_header h1{
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.cmcmai_header h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}
.cmcmai_content{
  padding: 5px;
  margin: 0;
}
.cmcmai_block{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgb(247, 247, 247);
}
.cmcmai_item{
  padding: 5px;
  margin: 0;
  /*border: 1px solid red;*/
}

/*accordion main*/
.accordion_cmai{
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  margin: 0 auto;
}
.accmai_set{
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0;
}
.accmai_set h1{
  font-size: 1.1em;
  display: block;
  padding: 10px 20px 10px 60px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.5s linear;
  -moz-transition:all 0.5s linear;
  transition:all 0.5s linear;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px 0 #CCCCCC;
  box-shadow: 0 0 2px 0 #CCCCCC;
}
.accmai_set h1 i{
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}
.accmai_set h1 span{
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

.accmai_set h1.active span,
.accmai_set h1:hover span{
  color: #FFFFFF;
}

.accmai_set h1.active i,
.accmai_set h1:hover i{
  color: #FFFFFF;
}

.accmai_set h1.active,
.accmai_set h1:focus,
.accmai_set h1:hover{
  background: #0061AC;
  color: #FFFFFF;
}

.accmai_content{
  top: -5px;
  position:relative;
  width: 100%;
  border-left: 1px solid rgba(0, 97, 172, 0.5);
  border-right: 1px solid rgba(0, 97, 172, 0.5);
  border-bottom: 1px solid rgba(0, 97, 172, 0.5);
  padding: 0;
  margin: 0;
  display: none;
}

/* accordion secondary*/

#cmcmai_accor .accordion{
  padding: 5px;
  margin: 5px;
}

#cmcmai_accor .accordion-section-title {
  width:100%;
  padding:10px 25px 10px 70px;
  display:inline-block;
  border-left: 5px solid #E4E4E4;
  background: #E4E4E4;
  transition:all linear 0.15s;
  font-size: 1.1em;

  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;

  color: #000000;
  position: relative;

  -webkit-box-shadow: 0 0 2px 0 #CCCCCC;
  box-shadow: 0 0 2px 0 #CCCCCC;
}

#cmcmai_accor .accordion-section-title i{
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

#cmcmai_accor a.accordion-section-title{
  text-decoration:none;
}

#cmcmai_accor .accordion-section-title span{
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

#cmcmai_accor .accordion-section-title.active,
#cmcmai_accor .accordion-section-title:hover {
  border-left: 5px solid #A5CC39;
}

#cmcmai_accor .accordion-section-content {
  top: -5px;
  position: relative;
  padding: 10px 5px;
  display:none;
  background: #FFFFFF;
  margin: 0;
  border-left: 1px solid #A5CC39;
  border-right: 1px solid #A5CC39;
  border-bottom: 1px solid #A5CC39;
}


/**/

#table_cmai_1{
  padding: 10px;
  margin: 0;
  background: #FFFFFF;
}

#table_cmai_1 table{
  width: 100%;
}

#table_cmai_1 thead th {
  font-family: arial;
  font-size: 1em;
  font-weight: 500;
  color: #535C69;
  text-align: center;
  margin: 0px;
  padding: 5px 10px;
  background: #F0F0F0;

  -webkit-box-shadow: 0 1px 0 0 #BABABA;
  box-shadow: 0 1px 0 0 #BABABA;
  border: 1px solid #EFF0F0;
}
#table_cmai_1 tbody td {
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 1em;
  padding: 5px 10px;
	text-align: center;
  border: 1px solid #EFF0F0;
  position: relative;
}
#table_cmai_1 tbody tr:nth-child(2n) {
  background: rgba(54, 64, 71, 0.08);
}

#table_cmai_1 tbody td:first-of-type{
	text-align: left;
}

#table_cmai_1 .event {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#table_cmai_1 .event:hover {
	background:#00B800;
	color:#fff;
}

#table_cmai_1 tbody td span{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 1em;
  padding: 5px 10px 0px 5px;
	text-align: center;
  position: relative;
}
#table_cmai_1 tbody td span b{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.7em;
  padding: 5px;
	text-align: center;
  position: absolute;
  top: -5px;
  right: -3px;
  z-index: 9;
}

#table_cmai_1 tbody td span.expo_micro{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.9em;
  padding: 5px 10px 5px 0px;
	text-align: center;
}

#table_cmai_1 tbody td span.expo_micro i{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.7em;
  padding: 5px 10px;
	text-align: center;
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 9;
}

#table_cmai_1 tbody td span.cursiva_micro{
  font-family: arial;
  font-style: italic;
}

/*----///ID NRO 6---*/

/*----ID NRO 7---*/

#cm_cmaps{
  padding: 20px;
  margin: 0;
}

.cmcmaps_header{
  padding: 5px;
  margin: 0;
}

.cmcmaps_header h1{
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.cmcmaps_header h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}
.cmcmaps_content{
  padding: 5px;
  margin: 0;
}
.cmcmaps_block{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgb(247, 247, 247);
}
.cmcmaps_item{
  padding: 5px;
  margin: 0;
  /*border: 1px solid red;*/
}

/*accordion main*/
.accordion_cmaps{
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  margin: 0 auto;
}

.accmaps_set{
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;

}

.accmaps_set h1{
  font-size: 1.1em;
  display: block;
  padding: 10px 20px 10px 20px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.5s linear;
  -moz-transition:all 0.5s linear;
  transition:all 0.5s linear;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px 0 #CCCCCC;
  box-shadow: 0 0 2px 0 #CCCCCC;
}
.accmaps_set h1 i{
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}
.accmaps_set h1 span{
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

.accmaps_set h1.active span,
.accmaps_set h1:hover span{
  color: #FFFFFF;
}

.accmaps_set h1.active i,
.accmaps_set h1:hover i{
  color: #FFFFFF;
}

.accmaps_set h1.active,
.accmaps_set h1:focus,
.accmaps_set h1:hover{
  background: #0061AC;
  color: #FFFFFF;
}

.accmaps_content{
  top: -5px;
  position:relative;
  width: 100%;
  border-left: 1px solid rgba(0, 97, 172, 0.5);
  border-right: 1px solid rgba(0, 97, 172, 0.5);
  border-bottom: 1px solid rgba(0, 97, 172, 0.5);
  padding: 0;
  margin: 0;
  display: none;
}

/* accordion secondary*/

#cmcmaps_accor .accordion{
  padding: 5px;
  margin: 5px;
}

#cmcmaps_accor .accordion-section-title {
  width:100%;
  padding:10px 25px 10px 50px;
  display:inline-block;
  border-left: 5px solid #E4E4E4;
  background: #E4E4E4;
  transition:all linear 0.15s;
  font-size: 1.1em;

  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;

  color: #000000;
  position: relative;

  -webkit-box-shadow: 0 0 2px 0 #CCCCCC;
  box-shadow: 0 0 2px 0 #CCCCCC;
}

#cmcmaps_accor .accordion-section-title i{
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

#cmcmaps_accor a.accordion-section-title{
  text-decoration:none;
}

#cmcmaps_accor .accordion-section-title span{
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

#cmcmaps_accor .accordion-section-title.active,
#cmcmaps_accor .accordion-section-title:hover {
  border-left: 5px solid #A5CC39;
}

#cmcmaps_accor .accordion-section-content {
  padding:10px;
  display:none;
  background: #FFFFFF;
  margin: 0;
}


/**/

#table_cmaps_1{
  padding: 10px;
  margin: 0;
  background: #FFFFFF;
}

#table_cmaps_1 table{
  width: 100%;
}

#table_cmaps_1 thead th {
  font-family: arial;
  font-size: 1em;
  font-weight: 500;
  color: #535C69;
  text-align: center;
  margin: 0px;
  padding: 5px 10px;
  background: #F0F0F0;

  -webkit-box-shadow: 0 1px 0 0 #BABABA;
  box-shadow: 0 1px 0 0 #BABABA;
  border: 1px solid #EFF0F0;
}
#table_cmaps_1 tbody td {
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 1em;
  padding: 5px 10px;
	text-align: center;
  border: 1px solid #EFF0F0;
  position: relative;
}
#table_cmaps_1 tbody tr:nth-child(2n) {
  background: rgba(54, 64, 71, 0.08);
}

#table_cmaps_1 tbody td:first-of-type{
	text-align: left;
}

#table_cmaps_1 .event {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#table_cmaps_1 .event:hover {
	background:#00B800;
	color:#fff;
}

#table_cmaps_1 tbody td span{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 1em;
  padding: 5px 10px 0px 5px;
	text-align: center;
  position: relative;
}
#table_cmaps_1 tbody td span b{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.7em;
  padding: 5px;
	text-align: center;
  position: absolute;
  top: -5px;
  right: -3px;
  z-index: 9;
}

#table_cmaps_1 tbody td span.expo_micro{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.9em;
  padding: 5px 10px 5px 0px;
	text-align: center;
}

#table_cmaps_1 tbody td span.expo_micro i{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.7em;
  padding: 5px 10px;
	text-align: center;
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 9;
}

#table_cmaps_1 tbody td span.cursiva_micro{
  font-family: arial;
  font-style: italic;
}

/**/

.accordion_ind{
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  margin: 0 auto;
}

.acind_set{
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;

}

.acind_set h1{
  font-size: 1.1em;
  display: block;
  padding: 10px 20px 10px 20px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.5s linear;
  -moz-transition:all 0.5s linear;
  transition:all 0.5s linear;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px 0 #CCCCCC;
  box-shadow: 0 0 2px 0 #CCCCCC;
}
.acind_set h1 i{
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}
.acind_set h1 span{
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

.acind_set h1.active span,
.acind_set h1:hover span{
  color: #FFFFFF;
}

.acind_set h1.active i,
.acind_set h1:hover i{
  color: #FFFFFF;
}

.acind_set h1.active,
.acind_set h1:focus,
.acind_set h1:hover{
  background: #0061AC;
  color: #FFFFFF;
}

.acind_content{
  top: -5px;
  position:relative;
  width: 100%;
  border-left: 1px solid rgba(0, 97, 172, 0.5);
  border-right: 1px solid rgba(0, 97, 172, 0.5);
  border-bottom: 1px solid rgba(0, 97, 172, 0.5);
  padding: 0;
  margin: 0;
  display: none;
}




/*----///ID NRO 7---*/

/*----ID NRO 8---*/

#cm_zd{
  padding: 20px;
  margin: 0;
}

.cmzd_header{
  padding: 5px;
  margin: 0;
}

.cmzd_header h1{
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.cmzd_header h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}
.cmzd_content{
  padding: 5px;
  margin: 0;
}
.cmzd_block{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgb(247, 247, 247);
}
.cmzd_item{
  padding: 5px;
  margin: 0;
  /*border: 1px solid red;*/
}
.cmzd_item ul{
  padding: 0;
  margin: 0;
}
.cmzd_item ul li{
  list-style: none;
  padding: 10px;
  margin: 0;
}

.cmzd_item ul li a{
  padding: 10px;
  margin: 0;
  font-family: arial;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  color: #0000FF;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  border-left: 5px solid #F7F7F7;
}

.cmzd_item ul li a:hover{
  background: #ECECEC;
  border-left: 5px solid #8400FF;
}

/*----///ID NRO 8---*/

/*----ID NRO 9---*/

#cm_fback{
  padding: 20px;
  margin: 0;
}

.cmfback_header{
  padding: 5px;
  margin: 0;
}

.cmfback_header h1{
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.cmfback_header h2{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  padding: 5px;
  margin: 0;
  font-family: arial;
  color: #000000;
}
.cmfback_content{
  padding: 5px;
  margin: 0;
}
.cmfback_block{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgb(247, 247, 247);
}
.cmfback_item{
  padding: 5px;
  margin: 0;
  /*border: 1px solid red;*/
}

.cmfback_item h2{
  font-family: arial;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 5px 5px 10px 5px;
	font-weight: 500;
  margin: 0;
}

.cmfback_item textarea{
	padding: 8px 5px;
	margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
	outline:none;
	box-sizing:border-box;
	width:100%;
	height: 150px;
	font-family: arial;
	font-size: 1em;
	color:#090000;
	resize: none;
	overflow-y: scroll;
}

.cmfback_item .mm_bi_btn{
	padding: 10px 0px;
	margin: 0;
}

.cmfback_item .mm_bi_btn input[type="submit"]{

	font-family: arial;
	font-size: 1.2em;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	padding: 8px 25px;
  margin: 0;
	display: block;
	width: 200px;
	border: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	background: #17AA1C;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  text-transform: uppercase;
}

.cmfback_item .mm_bi_btn input[type="submit"]:hover{

	background:#077D0B;

}

.chat_item_u{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgba(255, 255, 255, 0.3);
}

.chat_item_u .chat_item_left_u{
  float: left;
  width: 20%;
  padding: 5px;
  margin: 0;
  text-align: center;
}

.chat_item_u .chat_item_right_u{
  float: right;
  width: 80%;
  padding: 0;
  margin: 0;
  background: #F2FCF2;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;

  -webkit-box-shadow: 0 0 2px 2px #E0E0E0;
 box-shadow: 0 0 2px 2px #E0E0E0;

  border-right: 2px solid #17AA1C;

}

.chat_item_u .chat_item_right_u::after{
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: 1;
  width: 0;
  height: 0;
  border-right: 20px solid #F2FCF2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.chat_item_u .chat_item_left_u img{
  width: 70px;
}

/**/

.chat_item_u .chat_item_d{
  padding: 5px;
  margin: 0 0 10px 0;
  background: rgba(255, 255, 255, 0.3);
}

.chat_item_u .chat_item_left_d{
  float: left;
  width: 80%;
  padding: 5px;
  margin: 0;
  background: #ECECEC;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;

  -webkit-box-shadow: 0 0 2px 2px #E0E0E0;
  box-shadow: 0 0 2px 2px #E0E0E0;

  border-left: 2px solid #585A5C;
}

.chat_item_u .chat_item_right_d{
  float: right;
  width: 20%;
  padding: 0;
  margin: 0;
  text-align: center;

}

.chat_item_u .chat_item_left_d::after{
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 20px solid #ECECEC;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.chat_item_u .chat_item_right_d img{
  width: 70%;
}

.chat_item_u .chat_item__header{
  padding: 5px;
  margin: 0;
}

.chat_item_u .chat_item__header .cih_left{
  float: left;
  width: 60%;
  padding: 0;
  margin: 0;
}

.chat_item_u .chat_item__header .cih_right{
  float: right;
  width: 40%;
  padding: 0;
  margin: 0;
}

.chat_item_u .chat_item__header h1{
  font-family: arial;
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
	padding: 3px;
	font-weight: 600;
  margin: 0;
}

.chat_item_u .chat_item__header h1 span{
  margin-right: 10px;
}


.chat_item_u .chat_item_text{
  padding: 0 15px;
  margin: 0;
}

.chat_item_u .chat_item_text p{
  font-family: arial;
  color: #000000;
  line-height: 1.5em;
  font-size: 0.9em;
  padding: 5px 0px;
  font-weight: 500;
  margin: 0;

}






/*----///ID NRO 9---*/

#cpm{
  padding: 0;
  margin: 0;
}

.cmi_view{
  padding: 10px 0px;
  margin: 20px;
  position: relative;
  border: 1px solid rgb(200, 200, 200);
}

.cmi_view img{
  width: 100%;
  opacity: 0.5;
}

.cmi_view h2{
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 9;
  font-family: arial;
  color: #364047;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
  font-size: 2em;
  padding: 10px 0;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}


/*---lista de cursos, evento, venta ----*/

.c_cont_item{

  position: relative;
  width: 280px;
  height: 250px;
  margin: 10px;
  padding: 0px;
  border: 1px solid rgba(194, 194, 194, 0.5);
  background: #ffffff;

}

.c_cont_item img{
  width: 100%;
}

.c_cont_item:hover{
  -webkit-box-shadow: 0 0 4px 4px #D6D6D6;
  box-shadow: 0 0 4px 4px #D6D6D6;
}

.c_ci_dscto{
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 9;
	transform: rotate(45deg);
}

.c_ci_text{
	padding: 0;
	margin: 0;
	position: relative;
}

.c_ci_text h4{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	font-family: arial;
	color: #ffffff;
	font-size: 1em;
	padding: 5px 6px;
	line-height: 1.3em;
  font-weight: 600;
  text-align: center;
	margin: 0;
	background: #ff0000;
	text-transform: uppercase;
}

.c_ci_text:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 0;
	height: 0;
	border-right: 14px solid transparent;
	border-top: 14px solid transparent;
	border-left: 14px solid #ff0000;
	border-bottom: 14px solid #ff0000;
}

.c_ci_text h4:before{
	content: "";
	position: absolute;
	top: 0;
	left: -28px;
	z-index: 9;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-top: 14px solid transparent;
	border-right: 14px solid #ff0000;
	border-bottom: 14px solid #ff0000;
}

.c_ciw_block{

	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100px;
	padding: 5px;
	margin: 0;
	background: #ffffff;
}

.c_ciw_b_left{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}

.c_ciw_b_right{
	float: right;
	width: 70px;
	padding: 0;
	margin: 0;
}

.c_ciw_top{
  padding: 5px;
  margin: 0;
	background: #ffffff;
}

.c_ciw_top h3{
  font-family: arial;
	color: #000000;
	font-size: 0.98em;
	padding: 0;
	line-height: 1.3em;
  font-weight: 600;
  text-align: left;
	margin: 0;

}

.c_ciw_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 30px;
	padding: 5px 5px 5px 10px;
	margin: 0;
	background: #ffffff;
}

.c_ciw_bottom h4{
  font-family: arial;
	color: #000000;
	font-size: 1em;
	padding: 0;
	line-height: 1.5em;
  font-weight: 550;
  text-align: left;
	margin: 0;

}

.c_ciw_bottom h4 span{
  font-family: arial;
	color: rgb(82, 83, 83);
	font-size: 0.9em;
	padding: 0 0 0 10px;
	line-height: 1.5em;
  font-weight: 550;
  text-align: left;
	margin: 0;
	text-decoration: line-through;

}


.c_ciw_date{
  padding: 5px;
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
	background: #ffffff;
}

.c_ciw_date h3{
  font-family: arial;
	color: #000000;
	font-size: 0.65em;
	padding: 0;
	line-height: 1.3em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
	margin: 0;
}

.c_ciw_date h4{
  font-family: arial;
	color: #000000;
	font-size: 2.5em;
	padding: 0;
	line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
	margin: 0;
}

.c_ciw_date h5{
  font-family: arial;
	color: #000000;
	font-size: 0.65em;
	padding: 0;
	line-height: 1.3em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
	margin: 0 auto;

}

/*----*/


/*accordion main*/
.accordion_cp{
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  margin: 0 auto;
}
.acc_cp_set{
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0;
}
.acc_cp_set h1{
  font-size: 1.1em;
  display: block;
  padding: 10px 20px 10px 60px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.5s linear;
  -moz-transition:all 0.5s linear;
  transition:all 0.5s linear;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px 0 #CCCCCC;
  box-shadow: 0 0 2px 0 #CCCCCC;
}
.acc_cp_set h1 i{
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}
.acc_cp_set h1 span{
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

.acc_cp_set h1.active span,
.acc_cp_set h1:hover span{
  color: #FFFFFF;
}

.acc_cp_set h1.active i,
.acc_cp_set h1:hover i{
  color: #FFFFFF;
}

.acc_cp_set h1.active,
.acc_cp_set h1:focus,
.acc_cp_set h1:hover{
  background: #0061AC;
  color: #FFFFFF;
}

.acc_cp_content{
  top: -5px;
  position:relative;
  width: 100%;
  border-left: 1px solid rgba(0, 97, 172, 0.5);
  border-right: 1px solid rgba(0, 97, 172, 0.5);
  border-bottom: 1px solid rgba(0, 97, 172, 0.5);
  padding: 0;
  margin: 0;
  display: none;
}


#cp_accor .accordion{
  padding: 5px;
  margin: 5px;
}

#cp_accor .accordion-section-title {
  width:100%;
  padding:10px 25px 10px 10px;
  display:inline-block;
  border-left: 5px solid #E4E4E4;
  background: #E4E4E4;
  transition:all linear 0.15s;
  font-size: 1.1em;

  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;

  color: #000000;
  position: relative;

  -webkit-box-shadow: 0 0 2px 0 #CCCCCC;
  box-shadow: 0 0 2px 0 #CCCCCC;
}

#cp_accor .accordion-section-title i{
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

#cp_accor a.accordion-section-title{
  text-decoration:none;
}

#cp_accor .accordion-section-title span{
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 1;
  color: #000000;
  font-size: 1em;
  padding: 5px;
  margin: 0;
}

#cp_accor .accordion-section-title.active,
#cp_accor .accordion-section-title:hover {
  border-left: 5px solid #A5CC39;
}

#cp_accor .accordion-section-content {
  top: -5px;
  position: relative;
  padding: 20px 20px 0px 20px;
  display:none;
  background: #FFFFFF;
  margin: 0;
  border-left: 1px solid #A5CC39;
  border-right: 1px solid #A5CC39;
  border-bottom: 1px solid #A5CC39;
}


#table_cp{
  padding: 10px;
  margin: 0;
  background: #FFFFFF;
}

#table_cp table{
  width: 100%;
}

#table_cp thead th {
  font-family: arial;
  font-size: 1em;
  font-weight: 500;
  color: #535C69;
  text-align: center;
  margin: 0px;
  padding: 5px 10px;
  background: #F0F0F0;

  -webkit-box-shadow: 0 1px 0 0 #BABABA;
  box-shadow: 0 1px 0 0 #BABABA;
  border: 1px solid #EFF0F0;
}
#table_cp tbody td {
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 1em;
  padding: 5px 10px;
	text-align: center;
  border: 1px solid #EFF0F0;
  position: relative;
}
#table_cp tbody tr:nth-child(2n) {
  background: rgba(54, 64, 71, 0.08);
}

#table_cp tbody td:first-of-type{
	text-align: left;
}

#table_cp .event {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#table_cp .event:hover {
	background:#00B800;
	color:#fff;
}

#table_cp tbody td span{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 1em;
  padding: 5px 10px 0px 5px;
	text-align: center;
  position: relative;
}
#table_cp tbody td span b{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.7em;
  padding: 5px;
	text-align: center;
  position: absolute;
  top: -5px;
  right: -3px;
  z-index: 9;
}

#table_cp tbody td span.expo_micro{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.9em;
  padding: 5px 10px 5px 0px;
	text-align: center;
}

#table_cp tbody td span.expo_micro i{
  font-family: arial;
  font-weight: 400;
  color: #535C69;
  font-size: 0.7em;
  padding: 5px 10px;
	text-align: center;
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 9;
}

#cp_accor .panel-heading{
  padding: 0px;
  margin: 0px;
}


#cp_accor .panel-body{
  padding: 0px;
  margin: 0px;
}

#cp_accor .tab-content{
  width: 100%;
  height: 250px;
  overflow-y: auto;
}



#cp_accor .title-games{

	padding: 0px;
	margin: 10px;
  /*border-left: 1px solid rgba(98, 164, 42, 0.3);
	border-right: 1px solid rgba(98, 164, 42, 0.3);
	border-bottom: 1px solid rgba(98, 164, 42, 0.3);*/

	border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-o-border-bottom-left-radius: 15px;
	-ms-border-bottom-left-radius: 15px;


	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-o-border-bottom-right-radius: 15px;
	-ms-border-bottom-right-radius: 15px;

}

#cp_accor .title-games button{

	width: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	background-color: #ffffff;
	border: none;
	font-family: arial;
	line-height: 1.5em;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: 500;
	color: #000000;
	border: 1px solid rgba(98, 164, 42, 0.5);
	border-left: 5px solid #62A42A;
  text-align: left;
}

#cp_accor .title-games button:hover{
   background-color: #A3CD33;
	 color: #ffffff;
}

.chart_cp{
  padding: 10px;
  text-align: center;
}

.cpm_link{
  padding: 15px;
  margin: 0px;
  text-align: center;
}

.cpm_link ul{
  padding: 0;
  margin: 0;
}

.cpm_link ul li{
  list-style: none;
  padding: 5px;
  margin: 0;
  display: inline-block;
  /*border: 1px solid red;*/
}

#alcohol,
#humedad,
#temperatura{
  width: 200px;
  height: 200px;
  margin: 0 auto;
  /*border: 1px solid red;*/
}

#act_alcohol,
#act_humedad,
#act_temperatura,
#act_entalpia{

  background: #FFFFFF;
  border: 1px solid #3BB800;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;

  text-align: center;
  position: relative;

  padding: 2px 10px;
  margin: 0;

  cursor: pointer;
}

#act_alcohol h5,
#act_alcohol h5,
#act_humedad h5,
#act_temperatura h5,
#act_entalpia h5{
  font-family: arial;
	color: #000000;
	font-size: 1.1em;
	padding: 5px 40px 5px 5px;
	line-height: 1.5em;
  font-weight: 500;
  text-align: center;
	margin: 0;
}

#act_alcohol img,
#act_alcohol img,
#act_humedad img,
#act_temperatura img,
#act_entalpia img{
  width: 30px;
  position: absolute;
  top: 3px;
  right: 5px;
  z-index: 9;
}

.cpm_link ul li input[type="submit"]{

	font-family: arial;
	font-size: 1.1em;
	font-weight: 500;
	color: #000000;
	cursor: pointer;
	outline: none;
	padding: 7px 50px 7px 30px;

  background: #FFFFFF;
  border: 1px solid #3BB800;

  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;


}

li.btn_descargar{
  position: relative;
  cursor: pointer;
}

li.btn_descargar img{
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}

#hd_view{
  display: block;
}

/*---///lista de cursos, evento, venta ----*/



/*----------///inicio--------------*/

/*----------footer--------------*/
.wrapper_footer{
  padding: 0;
  margin: 0;
  background: #333333;
  position: relative;
}

.wf_content{
  padding: 0 0 10px 0;
  margin: 0;
  text-align: center;
}
.wf_block{
  padding: 0;
  margin: 0;
}

.wf_block_item{
  padding: 5px;
  margin: 0;
}

.wf_block_item h1 a{
  line-height: 1.5em;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
  font-family: arial;
  font-size: 1.5em;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px 10px;
}




.wf_block ul{
  padding: 0;
  margin: 0;
}
.wf_block ul li{
  list-style: none;
  display: inline-block;
  padding: 10px 15px 0px 15px;
  margin: 0;
}
.wf_block ul li a{
  padding: 0;
  margin: 0;
  font-family: arial;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.wf_block ul li a:hover{
  color: #999999;
}

/*----------///footer--------------*/
