.panel-title{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
#main{
        margin-top: 100px;
}

.u-size-100{
	width: 100px;
	text-align: center;
}

.main-form{
	max-width: 500px;
	margin: 0 auto;
}

.panel-info>.panel-heading{
	color: #ffffff;
    background-color: #e95420;
}
.main-login{
	max-width: 300px;
	margin: 0 auto;
}

.footer{
	margin-top: 100px;
  
}

.titulo-pelicula{
	font-size: 15px;
	margin: 0;
	font-weight: bold;
}

.Arriba {
	background: white;
	position: sticky;
	top: 0;
  }

  .Col_Primera{
	padding: 2px;
	text-align: center;
  }

  .Cabeza_Tabla{
	position: fixed ;	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: sticky;
	background:  #89B916;
	min-width: 350px;
	font-family: 'vistaSansOT-Light';
	padding: 2;
  }
  

  /*************************************************************************************/
@media screen and (max-width: 800px){

	.logo, .logo2{
		display: none;
	}

	.logo1{
		width: 100%;

	}

	.logo_principal {
		width: 100%;
		height: auto;
	}

	.contenedor{
		width:100%;
		padding: 0%;
		margin: 0;
		index:3;
	}
		
	.menu{
		text-align: left;
		width:100%;
		height:100%;
		margin:0;
		position:fixed;
		left:-100%;
	}
	
	.menu li{
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255,.3);
	}
		
	.menu_bar{
		display:block;
		width:80%;
		background:#ccc;
	}
	
	.menu_bar .bot-menu{
		display:block;
		padding:20px;
		background:#1B548B;
		text-decoration:none;
		font-weight: bold;
		font:Calibri;
		font-size:24px;
		color:#FFFFFF;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.menu_bar{
		text-align: left;
		width: 100%;
	}

	.menu_bar span{
		float:right;
		font-size:40;
		
	}
	
	.contenedor .cod_derecha{
		width:100%;
		display: block;
		
	}	

	.contenedor .centro{
		width:100%;
		display: block;
	}
		
	.contenedor  .izq{
		width:100%;
		display: block;
		
	}

	.contenedor .centro {
		width: 90%;
		font-size: 25px;
		font-family: calibri
	}

	.menues{
		font-family: verdana;
		font-size: 11;
	}



/*///////////////////////////////////////////////////////////////////////////*/

	@media screen and (max-width: 600px){
	.contenedor{
		width: 100%;
		text-align: center;
	}

	.contenedor .cod_derecha{
		width: 100%;
		padding: 0;
		margin:0;
		
	}

	.contenedor .centro{
		width: 100%;
		padding: 0;
		margin:0;

	}

	.contenedor .izq{
		width:100%;
		display: block;
		
	}

	.logo_principal{
		width: 100%;
		height:auto;

		/*display: none;*/
	}

	header {
		width: 100%;
	}


	h1 {
		font-size:25;
	}

	h2, h3 {
		font-size:22;
	}

	.contenedor .centro .Logueo .texto_ingreso{
		width: 90%;
		font-size: 25px;
		font-family: calibri
	}

	.contenedor .centro .menues{
		width: 90%;
		font-size: 25px;
		font-family: calibri
	}


	
	.Titulo_Menu{
		
		display: block;
		writing-mode: vertical-rl;
		text-orientation: upright;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		position: sticky;
		left: 0;
		top: 0;
		max-width:100%;
		background: #e95420;
	}

	.Col_Menu{
		border: 1px solid black;
		
		text-align: center;
		text-size-adjust: 15px;
		position: sticky;
		left: 0;
		overflow: hidden;
		color: white;
		background: #89B916;
		min-height: 250px;
		width: 150px;
	}

	.Col_Buscar{
		border: 1px solid black;
		
		text-align: center;
		text-size-adjust: 15px;
		position: sticky;
		left: 150;
		overflow: hidden;
		color: white;
		background:#89B916;
		min-height: 250px;
		width: 100px;
	}

	.Fila_Superior{
		display: block;
		position: sticky;
		top: 0;
	}

	.Col_Primera{
		text-align: center ;
		padding: 8px;
		font-weight: normal;
	 	min-width: 240px;
		max-width: 245px;
		border: 1px solid black;
		
		overflow: hidden;
	}

	
	.tabla_1 {
		border: 0;
		width: 100%;
		padding:10;
		width: 95%;
	}

	.tabla_1 th{
		display: none;
	}
	
	.tabla_1 tr{
		margin-bottom: 10px;
		display: block;
		border-bottom: 10px solid #ddd;
	}

	.tabla_1 td{
		display: block;
		text-align: right;
		font-size:16px;
		border-bottom: 2px dotted #ccc;
	}
	.tabla_1 td:last-child{
		border-bottom: 0;
	}

	.tabla_1 td:before{
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: 400;
	}

	.tabla_1 {
		border: 0;
		width: 100%;
		padding:10;
		width: 95%;
	}

	.tabla_1 th{
		display: none;
	}
	
	.tabla_1 tr{
		margin-bottom: 10px;
		display: block;
		border-bottom: 10px solid #89B916;
	}

	.tabla_1 td{
		display: block;
		text-align: right;
		font-size:16px;
		
		border-bottom: 2px dotted #89B916;
	}

	.tabla_1 td:last-child{
		border-bottom: 0;
	}



	/*.tabla_1 tr:nth-child(even){
		background-color:#946164 ; /*  #1B548B;  */
	}*/

}