body{
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
article{
	display: flex;
}
a{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a:hover{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.body{
   background: url(../img/fondo_2.png) center repeat-y;
   background-attachment: fixed;
   height: auto;
   width: 100%;

}
.login{
  background: url(../img/fondo.png) center no-repeat;
  background-attachment: fixed;
	height: 100vh;
	text-align: center;
	color: #fff;
}
.login_datos .btnlogin{
	margin-top: 4%;
	background: none;
	border: 1px solid #fff;
	border-radius: 1px;
	color: #fff;
	padding: 5px 15px;
}

.btnlogin:hover{
    background: #fff;
	border: 1px solid #fff;
    color: #573A96;
}
.imputlogin{
	background: none;
	font-size: 17px;
	color: #fff;
	border: none;
	border-bottom: 2px solid #fff;
	width: 100%;
	vertical-align: bottom;
	text-align: center;
	padding: 10px 0px;
}
.logo{
	padding-top:10%; 
}
.logo img{ 
	max-width: 160px;
	height: auto;
}
.sidenav {
    max-height: 100%;
    outline: none;
    visibility: visible;
    position: fixed; /* Stay in place */
    z-index: -1; /* Stay on top */
    top: 0;
    left: 0;
    background-color:#7550C3;
    box-shadow: 1px 2px 2px #111;
    color: #fff;
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden;
    transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav li{
    list-style: none;
    padding: 5px;
}
.sidenav .row>ul>li>a{
	text-decoration: none;
    font-weight: 700;
    color:#573A96;
    background-color: #fff;
    padding: 5px 115px;
}
.sidenav .row>ul>li>a:hover{
	color: #fff;
	text-decoration: none;
	background: #A08DC7;
}
.btnmenu{
	font-size: 20px;
	float: left;
	color: #fff;
	padding: 5px 20px
}
.logo_nav{
	vertical-align: baseline;
	margin: 0 auto;
	padding: 10px 75px;
}
.logo_nav p{
    font-size: 18px;
    font-weight: 700;
    padding-top:10px;
}
.logo_nav img{
	max-width: 60px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.contenedor_info{
   padding-left:350px!important;
   float: right; 
}
.table{
	background: #fff;
	border: none;
	color: #333;
	margin: 0 auto;
	margin-top: 20px;
	width: 95%!important;
}
.tabla_id{
    width: 20px;
    text-align: center;
}
td>span{
	float: right;
}
.td{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.td:hover{
	background:#A08DC7;
	color:#fff;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.overflow_list{
	margin-top: 20px;
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0!important 
}
.overflow_list2{
	margin-top: 20px;
	height: 250px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0!important 
}

.icono_print{
	margin-top: 20px;
	font-size: 30px;
	float: right;
	color: #fff;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.icono_print1{
	font-size: 30px;

	color: #fff;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.icono_print:hover{
	color: #fff;
    opacity: 0.5!important;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mas_data{
	display: inline-flex;

}

.mas_data a{
	padding-top:12px;
	padding-left: 10px;
	color: #fff;
	font-weight: 500;

}
.mas_user{
	display: inline-flex;
	margin-top: 20px;
}
.mas_user a{
	padding-top:12px;
	padding-left: 10px;
	color: #fff;
	font-weight: 500;

}
.mas_user a:hover{
    color: #A08DC7;
    text-decoration: none;
}
.menos_user{
	margin-top: 20px;
}
.menos_user a{
	padding-top:12px;
	padding-left: 10px;
	color: #EC3257;
	font-weight: 700;

}
.menos_user a:hover{
    color: #F06080;
    text-decoration: none;
}
.holauser{
	border: none;
	border-bottom: 4px solid #412B70;
	width:80%;
	margin: 0 auto!important;
	padding-top: 28px;
}
.navbar-brand>img{
	width: 150px;
	height: auto;
	margin-right: 20px;
	z-index: 1;
}
.navbar-nav{
    margin-top: 20px!important;
}
.navbar-default{
    background-color: #573a96!important;
    box-shadow: 1px 1px 2px #333!important;
    border: 2px solid #333!important;
    border-radius: 0px!important;
    color: #fff !important;
    margin-bottom:0!important;
    height: 80px;

}
.navbar-default .navbar-nav > li > a{
	color: #fff!important;
	font-family:'Roboto', sans-serif;
    font-weight: 500; 
}
.navbar-default .navbar-nav > li > a:hover{
	color: #A08DC7!important;
	font-family:'Roboto', sans-serif;
    font-weight: 500;
    box-sizing:content; 
}
.navbar-default .navbar-nav > li:focus{
	color: #A08DC7!important;
	font-family:'Roboto', sans-serif;
    font-weight: 500;
    box-sizing:content; 
}
.navbar-default .navbar-nav > .open > a {
	color: #A08DC7!important
}
.rotulo{
	color: #fff;
	background-color: #573A96;
	width: 20%;
	float: left;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 30px;
	box-shadow: 3px 4px 4px #3336;
}
.guardar{
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	background-color: transparent;
	width: 20%;
	float: right!important;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.guardar span{
	font-size: 20px
}
.guardar a{
	color: #573a96; 
}
.guardar a:hover{
	color: #573a96;
	text-decoration: none; 
}
.guardar_item{
    float: left;
    margin-right: 25px
}
.rotulo p{
	font-size: 1.7em;
	font-weight: 500;
	text-align: center;
	padding: 0!important;
	margin: 0!important
}

.formulario{
	margin: 0 auto!important;
	width: 70%
}

.formulario2{
	margin: 0 auto!important;
	width: 70%
}
.form-control {
	width: 100%;
    height: 35px!important;
    padding: 6px 12px!important;
    background-color: transparent!important;
    border: 2px solid #573a96!important;
    border-radius: 0px!important;
}

.form-control3 {
	width: 100%;
   
    padding: 6px 12px!important;
    background-color: transparent!important;
    border: 2px solid #573a96!important;
    border-radius: 0px!important;
}
.form-control2{
    width: 100%;
    height: 35px!important;
    padding: 6px 12px!important;
        border: 2px solid #fff!important;
    border-radius: 0px!important;
    color: #573a96!important
}

.col-md-12>.formulario>div>label{
	float: left;
	font-size: 13px;
	color: #555;
}

.btn1{
	width: 20%!important;
	float: left;
}

.col-md-12>.formulario>div>input{
	width: 70%!important;
	float: right;
}

.col-md-12>.formulario>div>select{
	width: 70%!important;
	float: right;
}

.col-md-12>.formulario>div>textarea{
	width: 70%!important;
	float: right;
}

.col-md-12>.formulario>div>img{
	width: 70%!important;
	float: right;
}
.instructorasignado{
	margin-top: 40px;
}
.instructorasignado h3{
	font-size: 20px;
	font-weight: 300;
}
.instructorasignado >table>thead{
	background-color: #573A96;
	color: #fff;
	border: 2px solid #573A96!important;
}
.tableadmin{
    border: 2px solid #573A96;
    width: 80%;
}
.btnsearch{
    line-height: 0px;
    top: -10px;
    background: transparent;
    border: none
}
.btnsearch:hover{
    color: #573a96;
	text-decoration: none;
}
.btnserch2{
	color: #fff;
}
.btnserch2:hover{
	color: #573a96;
}
.hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}
.hover:hover{
    opacity: 0.5!important;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#contenedor {
    margin-top: 40px;
    width: 100%;  /* Ancho del contenedor */
box-sizing: border-box;
-moz-box-sizing: border-box;
}

#contenedor input {
height: 32px;
visibility: hidden;
}

#contenedor label {
float: left;
cursor: pointer;
font-size: 15px;  /* Tamaño del texto de las pestañas */
line-height: 40px;
height: 40px;
padding: 0 20px;
display: block;
color: #888;  /* Color del texto de las pestañas */
text-align: center;
border-radius: 5px 5px 0 0;
background: #eee;  /* Fondo de las pestañas */
margin-right: 5px;
}

#contenedor input:hover + label {
background: #ddd;  /* Fondo de las pestañas al pasar el cursor por encima */
color: #666;  /* Color del texto de las pestañas al pasar el cursor por encima */
}

#contenedor input:checked + label {
background-color: #573a96;  /* Fondo de las pestañas al presionar */
color: #fff; /* Color de las pestañas al presionar */
z-index: 6;
line-height: 45px;
height: 45px;
position: relative;
top: -5px;
-webkit-transition: .1s;
-moz-transition: .1s;
-o-transition: .1s;
-ms-transition: .1s;
}

.content {
background-color: #573a96;  /* Fondo del contenido */
position: relative;
padding: 30px;
color: #fff;
width: 100%;
height: 450px;  /* Alto del contenido */
z-index: 5;
border-radius: 5px 5px 0px 0px;

}

.content .diver {
position: absolute;
z-index: -100;
opacity: 0;
transition: all linear 0.1s;
}

#contenedor input.tab-selector-1:checked ~ .content .content-1,
#contenedor input.tab-selector-2:checked ~ .content .content-2,
#contenedor input.tab-selector-3:checked ~ .content .content-3,
#contenedor input.tab-selector-4:checked ~ .content .content-4,
#contenedor input.tab-selector-5:checked ~ .content .content-5,
#contenedor input.tab-selector-6:checked ~ .content .content-6,
#contenedor input.tab-selector-7:checked ~ .content .content-7,
#contenedor input.tab-selector-8:checked ~ .content .content-8,
#contenedor input.tab-selector-9:checked ~ .content .content-9,
#contenedor input.tab-selector-10:checked ~ .content .content-10,
#contenedor input.tab-selector-11:checked ~ .content .content-11,
#contenedor input.tab-selector-12:checked ~ .content .content-12 {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
-moz-transition: all ease-out 0.2s 0.1s;
-o-transition: all ease-out 0.2s 0.1s;
-ms-transition: all ease-out 0.2s 0.1s;
padding-right: 32px;
padding-left: 0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
.agregarcomentario{
    padding-top: 0px;
    text-align: center;
    color: #fff;
}
.agregarcomentario a{
	padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.agregarcomentario a:hover{
    color: #A08DC7;
    text-decoration: none;
}
.tiempoestimado{
	margin-bottom: 0px;
}
.tiempoestimado p{
    font-size: 5em;
    font-weight: 700;
    margin-top: 20px;
}
.enfonquetitulo{
    background-color: #3D257A;
    padding: 10px 0px;
    width: 95%
}
.content_element{
	background-color:#C7B8E6;
	padding: 5px 10px;
	border: 1px solid #573a96;
	position: relative;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.content_element:hover{
	cursor: pointer;
    background-color:#A08DC7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.text{
	font-size: 12px;
    text-align: left;
	color: #333;
	font-weight: 700;
}
.imgcontent{
position: relative;
width: 100%;
height: 100px;
overflow: hidden;
}
.imgcontent img{
position: absolute;
top: -100%;
bottom: -100%;
left: -100%;
right: -100%;
margin: auto;
height: 100%;
width: 100%;
object-fit: contain;
}
.names{
	text-align: center;
	color: #fff;
	padding: 20px
}
.names p{
	font-size: 18px;
	border-bottom: 2px solid #3D257A;
	margin-bottom: 30px;
	padding-bottom:10px
}
.names b{
	font-size: 12px;
	font-style: none
}
.enfoque{
    text-align: center;
    list-style: none;
    padding: 0;
    font-weight: 700;
}
.ejerciciorutina{
	padding: 20px
}
.imgrutina{
	padding: 0!important;
}
.imgrutina img{
    width: 100%;
    height: auto;	
}
.textrutina{
    background-color: #C1BBCF;
	font-weight: 500;
	font-size: 13px;
	padding-top:5px 
}
.checkrutina{
   background-color: #3D257A;
   text-align: right;
   padding: 10px;
   color: #fff;
}
.checklista{
	font-size: 11px;
	font-weight: 700;
	background-color: #3D257A;
}

.navs_a{
	background-color: transparent!important;
    color: #444!important;
     border: #7550C3!important;
}
.navs_a:hover{
	background-color: #ddd!important;
    color: #444!important;
     border: #7550C3!important;
}
.activenav{
	background-color: #573a96!important;
    color: #fff!important;
     border: #7550C3!important;
}
.nav-tabs {
    border-bottom: 1px solid #573a96!important;
    margin-bottom: 20px!important;
}
.navbar-collapse{
    background-color: #573a96!important;
    border: #573a96!important
}
.linkvideo{
	float: right;
	padding-bottom: 10px;
	text-align: right;
	font-weight: 700;
	color: #7550C3
}
.linkvideo:hover{
	text-decoration: none;
	color: #fff

}
.terminado{
	color: #fff;
	font-size: initial;
	float: right;
	padding-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
}
.navbar-toggle{
	border: none!important;
	padding-top: 18px!important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #A08DC7!important
}
.btnsocio{
    font-size: 16px;
    font-weight: 700!important;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 0 auto!important;
    width:100%;
}
#contenedor>label{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#contenedor>label:hover{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.video-responsive {
position: relative;
padding-bottom: 34.8%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 200px;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
}
.crop {
position: relative;
width: 100%;
height: 250px;
overflow: hidden;
}
.crop img {
position: absolute;
top: -100%;
bottom: -100%;
left: -100%;
right: -100%;
margin: auto;
height: 100%;
width: 105%;
object-fit: contain;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.publicidad{
	margin-top: 30px;
	margin-bottom: 10px;
}
.publicidad img{
	width: 100%;
	height: auto;
}
.content_element2{
	height:180px;
	border: 1px solid #C7B8E6;
	width: 180px;
}
.content_element2 img{
	width: 100%;
}
.ec-stars-wrapper {
	/* Espacio entre los inline-block (los hijos, los `a`) 
	   http://ksesocss.blogspot.com/2012/03/display-inline-block-y-sus-empeno-en.html */
	font-size: 0;
	/* Podríamos quitarlo, 
		pero de esta manera (siempre que no le demos padding), 
		sólo aplicará la regla .ec-stars-wrapper:hover a cuando
		también se esté haciendo hover a alguna estrella */
	display: inline-block;
}

.ec-stars-wrapper-disabled {
	font-size: 2rem;
	text-decoration: none!important;
	display: inline-block;
	color:rgb(228, 212, 39);
}



.ec-stars-wrapper a {
	text-decoration: none!important;
	display: inline-block;
	/* Volver a dar tamaño al texto */
	font-size: 34px;
	font-size: 2rem;
	
	color: #888;
}

.ec-stars-wrapper:hover a {
	text-decoration: none!important;
	color: rgb(228, 212, 39);
}
.ec-stars-wrapper:focus a {
	text-decoration: none!important;
	color: rgb(228, 212, 39);
}
.ec-stars-wrapper:active a {
	text-decoration: none!important;
	color: rgb(228, 212, 39);
}
/*
 * El selector de hijo, es necesario para aumentar la especifidad
 */
.ec-stars-wrapper > a:hover ~ a {
	color: #888;
	text-decoration: none!important
	rgb(228, 212, 39)
}
.titulodeldia{
	font-size: 22px;
font-weight: 700;
line-height: 47px;
color: #fff;
background-color: #7550c3;
border: 3px solid #7550c3;
margin-top: 11px;
}
.titulodeldia p{
margin-bottom: 0px;
}
.titulodeldia2 p{
margin-bottom: 0px;
}
.titulodeldia2{
	font-size: 22px;
font-weight: 700;
line-height: 47px;
color: #7550c3;
background-color: transparent;
border: 3px solid #7550c3;
margin-top: 11px;
}
.item img{
	width: 100%!important;
	height: auto;
}
.owl-prev{
	display: none!important;
}
.owl-next{
	display: none!important;
}

.dragimg{
	position: absolute;
top: 6px;
right: 5px;
}

.btn-masymenos{
color: #555;
background-color: #C1BBCF;
padding: 10px 16px;
line-height: 1px !important;
font-size: 14px !important;
font-weight: bold;
border-radius: 1px;
border:1px solid transparent;
}
.btn-masymenos:hover{
   text-decoration: none;
    color: #fff;
	background-color: #3D257A;;
}
.inputmasymenos{
	width: 100%;
text-align: center;
font-size: 16px;
color: #ffa200;
margin: 4px 0px;
}
/*/Responsive/*/


@media screen and (max-width:800px){

.checklista {
    font-size: 7.5px;
    font-weight: 700;
}
#contenedor label{
	padding: 0px 11px;
}
@media screen and (max-width:640px){
.navbar .navbar-nav {
    float: none;
    display: block;
}
.checklista {
    font-size: 10px;
    font-weight: 700;
        padding: 0!important;
}
.navbar-toggle{
	border: none!important;
	padding: 16px 10px!important;
}
.container > .navbar-collapse{
	margin-top: 10px!important;
	z-index: 1
}
.titulodeldia{
margin-top: 20px;
text-align: center;
font-size: 15px;
line-height: 22px;
padding-top: 5px;
}
.titulodeldia2{
margin-top: 0px;
text-align: center;
font-size: 15px;
line-height: 22px;
padding-top: 2px;
}
.titulodeldia2 p{
margin-bottom: 0px;
}
.rotulo{
	width: 100%;
	float: none;
}
.nav > li > a {
    position: relative;
    display: block;
    padding:10px!important;
    text-align: center;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 42px;
}
.guardar{
	margin-top: 10px;
margin-bottom: 18px;
}
#contenedor label{
	float: none;
}
#contenedor input {
    display: none
}
.navbar {
    z-index: 1;
}
}

/*/Responsive/*/
