@charset "utf-8";
/* CSS Document */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #E7EFF8;
	background-image: url(../recursos/blueprint_20.png);
}
body#login > .desenfoque {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('/recursos/fondo-login.jpg');
	background-attachment: fixed;
	background-size: cover;
	-webkit-filter: blur(6px);
		-moz-filter: blur(6px);
   		-o-filter: blur(6px);
  				-ms-filter: blur(6px);
  					filter: blur(6px);
}
@font-face {
	font-family:logo;
	src:url(../recursos/fingbanger.otf) format('truetype');
}
@font-face {
	font-family:logo_explorer;
	src:url(../recursos/fingbanger.eot);
}
.container-fluid {
	padding-left:15px;padding-right:15px;
}
.navbar-brand {
	text-indent: 150%;
    white-space: nowrap;
    overflow:hidden;
	width: 70px;
}
@media (min-width: 768px) {
	.container-fluid{
		padding-left:35px;padding-right:35px;
	}
	.navbar-brand {
		text-indent:44px;
		white-space: normal;
		width: auto;
	}
}
.ui-autocomplete {
	min-width:50px;
	max-height:180px;
	overflow-y:auto;
	overflow-x:auto;
}
.panel:hover a.e1 {
	display:inline !important;
}
@media (min-width: 768px) {
	.panel a.e1 {
		display:none !important;
	}
	.ui-autocomplete {
		min-width:50px;
		max-height:380px;
	}
}
.paginate2 {
	background:#FFF !important;
}
#administrados {
	clear:right;
	overflow:hidden;
}
#administrados .btn-group {
	float:right;
	display:none;
}
#administrados .contenido-administrados {
	color:#8899a6;
}
#administrados .contenido-administrados label {
	font-weight: normal;
	color: #000;
}
#administrados .list-group {
	overflow-y:auto;
	max-height:300px;
	border-top:1px solid #bce8f1;
	border-bottom:1px solid #bce8f1;
}
#administrados .list-group-item:first-child {
	border-top:0px;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
}
#administrados .list-group-item:last-child {
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}
#administrados .list-group-item {
	border:none;
	border-top:1px solid #bce8f1;
}
#administrados .subtitulo2 {
	text-align:left;
}
#administrados .page-header {
	padding:0;
	margin:0;
	border:0px;
}

/**
 * Contenido
 */
#contenido {
	margin-bottom: 35px;
}
.pagination {
	margin-bottom: 0;
}

.marcar-todos {
	color: #2E2E2E !important;
}

.subtitulo {
	margin-left:15px;
	margin-right:15px;
	padding-left:10px;
	border-left:4px solid #CCC;
	line-height:25px;
	font-weight:bold;
	font-size:16px;
}

.subtitulo2 {
	text-align:center;
	padding:20px 0;
	color:#8899a6;
}

.estado {
	width: 20px;
	margin: 0;
	font-size: 32px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.error {
	color:#b94a48;
	font-size:12px;
}

.form-group p {
	margin-bottom:5px;
}
.form-group label {
	font-weight: normal;
}

#form_number,
#form_suscripcion {
	padding: 0;
}
@media (min-width: 768px) {
	#form_number,
	#form_suscripcion {
		padding: 0 0 0 15px;
	}
}

#contenido {
	overflow:hidden;
}

.container {
	max-width: 440px;
	padding: 0;
}
@media (min-width: 768px) {
	.container {
   	max-width: 900px;
  	}
}

/**
 * Login
 */
.container-login {
	position: relative;
	top: 60px;
	margin: 0 auto;
	padding: 28px;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,.28);
	border-top: 1px solid rgba(255,255,255,.60);
	border-bottom: 1px solid rgba(255,255,255,.60);
	border-radius: 0;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.65);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.65);
			box-shadow: 0 1px 7px 1px rgba(0,0,0,.65);
}
.container-login .logo {
	text-align: center;
	border: 1px solid transparent;
}
.container-login .logo img {
	width: 45px;
	height: 45px;
}
.container-login .body {
	margin-top: 0px;
	border: 1px solid transparent;
}
.container-login .body .form-group {
	margin: 20px 0;
}
.container-login .body .form-group .input-group-addon {
	background-color: transparent;
	border-right: none;
	border-left: 1px solid rgba(255,255,255,.60);
	border-top: 1px solid rgba(255,255,255,.60);
	border-bottom: 1px solid rgba(255,255,255,.60);
}
.container-login .body .form-group .input-group-addon {
	color: #fff;
}
.container-login .body input {
	height: 40px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.70);
	color: #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.container-login .body input:focus {
	border: 2px solid rgba(255,255,255,.99);
}
.container-login .programas {
	margin-top: 0px;
	text-align: center;
}
.container-login .programas > a {
	display: inline-block;
	padding: 0 1px;
	opacity: 0.8;
	-webkit-transition: all ease-in-out .15s;
}
.container-login .programas > a:hover {
	opacity: 10;
	-webkit-transition: opacity ease-in-out .15s;
		transition: opacity ease-in-out .15s;
}
.container-login .programas img {
	margin-top: -40px;
	height: 48px;
}
.container-login .submit {
	margin: 20px 0 0 0;
}
.container-login .submit button {
	background-color: rgba(158,158,159,.10);
	background-image: linear-gradient(rgba(158,158,159,.10), rgba(158,158,159,.60));
	border: 1px solid rgba(255,255,255,.60);
	color: rgba(255,255,255,.89);
	font-size: 16px;
	-webkit-transition: opacity ease-in-out .15s;
		transition: opacity ease-in-out .15s;
}
.container-login .submit button:hover {
	background-color: rgba(158,158,159,.25);
	background-image: linear-gradient(rgba(158,158,159,.35), rgba(158,158,159,.75));
	color: rgba(255,255,255,.99);
	-webkit-transition: all ease-in-out .15s;
		transition: all ease-in-out .15s;
}
.container-login .submit button > span {
	font-size: 14px;
}
.container-login .error {
	color: #fff;
}
@media(min-width: 768px) {
	.container-login {
		top: 110px;
		width: 500px;
		border-radius: 4px;
		border-left: 1px solid rgba(255,255,255,.60);
		border-right: 1px solid rgba(255,255,255,.60);
	}
	.container-login .programas > a {
		display: inline-block;
		padding: 0 3px;
		opacity: 0.8;
		-webkit-transition: all ease-in-out .15s;
	}
}

.btn-group {
	margin-left: -15px;
}
.btn-group2 {
	display: none;
	float: right;
}
.btn-group2 > .btn:first-child {
	margin-left: 4px;
}
@media (min-width:768px) {
	.btn-group {
		margin-left: -6px;
	}
	.btn-group2 > .btn:first-child {
		margin-left: 12px;
	}
}

.barra-botones {
	position:fixed;
	top:50px;
	left:0;
	width:100%;
	height:42px;
	background-color:#F5F8FA;
	border-bottom: 1px solid #3ADF00;
	border-left:none;
	border-right:none;
	z-index:100;
	-webkit-box-shadow:0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 0px rgba(0, 0, 0, 0.1);
}
.barra-botones button {
	width:40px !important;
	height:30px !important;
}
@media (min-width:768px) {
	.barra-botones button {
		width:60px !important;
	}
}
a:hover,
a:active,
a:visited,
a:link {
	text-decoration:none;
}
a,
button:focus{
	outline:none !important;
}

.buscar {
	margin:4px 0;
	padding:0;
	text-align:center;
	float:right;
	width:4%;
	right:0;
}
.buscar .abrir-buscar {
	display:inline;
	float:right;
	padding:10px 0;
}
.buscar input[type=text] {
	width:100%;
	height:34px;
	padding-left:34px;
	background-image:url(../recursos/icono-busqueda.png);
	background-position:2px 2px;
	background-repeat:no-repeat;
	display:none;
	border:1px solid #DCDCDC;
}
.buscar input[type=text]::-webkit-input-placeholder {
   color: #AAA;
}
.buscar input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #AAA;
}
.buscar input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #AAA;
}
.buscar input[type=text]:-ms-input-placeholder {  
   color: #AAA;
}
.contenedor-botones {
	float:left;
	padding:6px 0;
	height:40px;
}
@media (min-width:768px) {
	.buscar {
		width:30% !important;
	}
	.buscar input[type=text] {
		display:inline !important;
		height: 38px;
		background-color: transparent;
		border: 2px solid transparent;
		-webkit-transition: border ease-in-out .25s, background-color ease-in-out .25s;
		transition: border ease-in-out .25s, background-color ease-in-out .25s;
	}
	.buscar input[type=text]:focus {
		background-color: transparent;
		border: 2px solid transparent;
	}
	.buscar .abrir-buscar {
		display:none !important;
	}
	.contenedor-botones {
		display:inline !important;
	}
}

/**
 * Inputs y formularios
 */
::-webkit-input-placeholder {
   color: rgba(255,255,255,.66);
}
:-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,.99);
}
::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,.99);
}
:-ms-input-placeholder {  
   color: rgba(255,255,255,.66);
}
input[type=text],
input[type=password],
input[type=number],
select {
	height:32px;
	width:100%;
	padding-left:5px;
	border:2px solid #DCDCDC;
	border-radius:3px;
	outline:none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea {
	width:100%;
	max-height: 300px;
	padding-left:5px;
	border:2px solid #DCDCDC;
	border-radius:3px;
	outline:none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
	border:2px solid #5bc0de;
}
input[type=text].requerido,
input[type=password].requerido,
input[type=number].requerido,
textarea.requerido,
select.requerido {
	border:2px solid #9A9A9A;
}
.formulario {
	background: #fff;
	border: 1px solid #bce8f1;
	border-radius: 5px;
}
.formulario > .formulario-cbz {
	background: #f5f8fa;
	border-bottom: 1px solid #bfe5f2;
	padding: 15px 15px;
	margin-bottom: 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.formulario > .formulario-cuerpo {
	padding: 5px 20px 15px 20px;
}
.formulario > .formulario-pie {
	background: #f5f8fa;
	text-align: right;
	border-top: 1px solid #bfe5f2;
	padding: 10px 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/**
 * panel > table
 */
.panel .table-responsive {
	border: none;
	border-radius: 0;
}

/**
 * table-usuarios
 */
.table-responsive {
	padding: 0px;
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.table.table-usuarios {
	margin-bottom: 0;
}
.table.table-usuarios .acciones {
	display: inline-block;
}
.table.table-usuarios > thead > tr > th {
	border-bottom: 2px solid #ddd;
}
.table.table-usuarios > tbody > tr > td {
	border-bottom: 1px solid #ddd;
}
.table > tbody td.vacio {
	text-align: center !important;
}
.table.table-usuarios > tbody > tr.check-sel {
	background-color: #FCF8E3;
}
.table.table-usuarios > thead > tr > th:last-child,
.table.table-usuarios > tbody > tr > td:last-child {
	width: 180px;
	padding: 5px;
	text-align: right;
	margin-bottom: 0;
}
.table.table-usuarios > tbody > tr:hover .acciones {
	display: inline-block;
}
.table.table-usuarios > tbody > tr.check-sel:hover {
	background-color: #FCF8E3;
}
.table.table-usuarios > tbody > tr:hover {
	background-color: #CFF7CF;
	-webkit-transition: .3s;
		-o-transition:   .3s;
			transition:   .3s;
}
@media(min-width: 768px) {
	.table-responsive {
		border-left: 2px solid #ddd;
		border-right: 2px solid #ddd;
		border-radius: 4px;
	}
	.table.table-usuarios .acciones {
		display: none;
		margin-left: 1px;
	}
}

/**
 * bootstrap-switch
 */
.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #CCC;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-weight:bold;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-container {
  margin-left: -25%;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
  border: 1px solid #FF4000;
  border-radius:4px;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #5bc0de;
  border:1px solid #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}

/**
 * Menu-canales
 */
.contenedor-menu {
	background: #4b4b4b;
	margin-top: 15px;
	margin-bottom: 7px;
	border-radius: 2px;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.176);
}
.menu-oculto {
	position: fixed;
	right: 50px;
	bottom: 0;
}
.menu-vertical ul {
	list-style:none;
	margin:0;
  	padding:0;
}
.contenedor-menu .contraer-menu {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #a4a4a4 !important;
	border-top: none !important;
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}
.menu-vertical ul > .sub-menu > a,
.contenedor-menu .contraer-menu {
	display: block;
	padding: 10px 6px 10px 8px;
	background: rgba(0,0,0,0.3);
	color: #EBEBEB;
	font-size: 12px;
	font-weight: 600;
   text-decoration: none;
   cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.menu-vertical ul > .sub-menu > ul{
	display:block;
}
.menu-vertical ul > .sub-menu > ul > a {
	display: block;
	position: relative;
	color: #a4a4a4;
	font-size: 14px;
	padding: 10px 10px;
}
.menu-vertical ul > .sub-menu > ul > a > i {
	float: left;
	margin-right: 4px;
}
.menu-vertical ul > .sub-menu > ul > a.active {
	background: rgba(255,255,255,0.1);
}
.menu-vertical ul > .sub-menu > ul > a {
	opacity: 0.6;
}
.menu-vertical ul > .sub-menu > ul > a:hover{
	background: rgba(255,255,255,0.1);
}
.menu-vertical ul > .sub-menu > ul > a:hover {
	opacity: 10;
}
.menu-vertical .sub-menu .toggle-activo,
.contenedor-menu .contraer-menu .toggle-activo {
	background: rgba(0,0,0,0.2);
}
.menu-vertical .sub-menu .toggle-activo:hover,
.contenedor-menu .contraer-menu .toggle-activo:hover {
	background: rgba(0,0,0,0.3);
}

/**
 * Player
 */
.contenedor-player {
	background: rgba(0,0,0,0.8);
	margin-top: 15px;
	border: none;
	overflow: hidden;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.176);
}
.contenedor-player .titulo {
	margin: 0 auto;
	padding: 10px;
	margin: 0;
	width: 95%;
	font-family: logo, logo_explorer, Verdana;
	color: #EBEBEB;
}
.contenedor-player .actualizar-canal {
	background-color: transparent;
	color: #a4a4a4;
	float: right;
	border: none;
	font-size: 11px;
	font-weight: 600;
	border-top-right-radius: 2px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.contenedor-player .actualizar-canal:hover {
	color: #d5d5d5;
}
.contenedor-player .actualizar-canal:focus {
	background-color: transparent;
}
.player {
   display: block;
   width: 100%;
   height: 250px;
}
.video-usuario {
	position: absolute;
	top: 75px;
	right: 15px;
	color: rgba(255,255,255,0.7);
	background: rgba(0,0,0,0.5);
	padding: 3px 5px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	font-family: logo, logo_explorer, Verdana;
}
.video-usuario2 {
	position: absolute;
	display: none;
	top: 75%;
	left: 10%;
	color: rgba(255,255,255,0.7);
	background: rgba(0,0,0,0.5);
	padding: 3px 5px;
	border-radius: 3px;
	font-family: logo, logo_explorer, Verdana;
}
.video-usuario3 {
	position: absolute;
	display: none;
	top: 75%;
	right: 10%;
	color: rgba(255,255,255,0.7);
	background: rgba(0,0,0,0.5);
	padding: 3px 5px;
	border-radius: 3px;
	font-family: logo, logo_explorer, Verdana;
}
.video-nombre-web {
	position: absolute;
	display: none;
	top: 75px;
	left: 10%;
	color: rgba(255,255,255,0.7);
	background: rgba(0,0,0,0.5);
	padding: 3px 5px;
	border-radius: 3px;
	font-family: logo, logo_explorer, Verdana;
}
@media (min-width: 768px) {
	.player {
		height: 440px;
	}
	.video-nombre-web {
		left: 40%;
	}
}

/**
 * Modificaciones dentro del formulario modificar usuario
 */
a.modClave {
	display: block;
	width: 150px;
	padding-bottom: 5px;
}
div.dias .checkbox,
div.permitidos .checkbox,
div.permitidos_responsable .checkbox,
div.mod_suscripcion_dias .checkbox,
div.nuevo_responsable .checkbox {
	font-weight: normal;
}

#modal_suscripcion .mod_suscripcion_dias {
	display: none;
	padding-bottom: 0;
}

fieldset {
	padding: 3px 8px 3px 8px;
	border-radius: 3px;
	border: 2px solid #dcdcdc;
}
legend {
	padding: 0 5px;
	margin: 0;
	width: auto;
	font-size: 14px;
	border: none;
}

/**
 * Spritesheets
 */
.sprite {
    background-image: url(/recursos/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-chrome {
    width: 47px;
    height: 47px;
    background-position: -5px -5px;
}
.sprite-firefox {
    width: 53px;
    height: 53px;
    background-position: -62px -3px;
}
.sprite-flash {
    width: 52px;
    height: 53px;
    background-position: -125px -3px;
}
.sprite-rep {
    width: 21px;
    height: 21px;
    background-position: -5px -68px;
}
.sprite-team {
    width: 48px;
    height: 48px;
    background-position: -36px -67px;
}

/**
 * Diseño de barra horizontal en modals
 */
.modal hr {
	margin: 10px 0 5px 0;
	background-color: #BFE5F2;
}

/**
 * Marquesina
 */
#index marquee, #mix marquee {
	background-color: #A5DF00;
	font-weight: bold;
}

/**
 * Panel Bootstrap
 */
.panel:hover {
	-webkit-box-shadow: none;
   	-webkit-transition: none;
   		box-shadow: none;
}

/**
 * form-reporte
 */
.container-form-reporte {
	padding: 15px;
}
.container-form-reporte .container-fluid {
	padding: 0;
}
.container-form-reporte .form-group button {
	width: 100%;
}
.container-form-reporte .input-group input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.panel.form-tipo-reporte {
	padding: 0;
}
.panel.form-tipo-reporte h5.title {
	margin-top: 0;
	font-weight: bold;
}

/**
 * elipse
 */
.elipse {
	max-width: 700px;
}

/**
 * Pago enviado
 */
.pago_enviado {
	text-align: center;
}