
/* Hojas de estilos para la web de 
   adictosalcine.com
   (Mayo de 2013)
*/

/* Fuentes */
@font-face {
    font-family: 'KB';
    src: url('https://www.adictosalcine.com/css/fuentes/kb.woff') format('woff'),
         url('https://www.adictosalcine.com/css/fuentes/kb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KL';
    src: url('https://www.adictosalcine.com/css/fuentes/kl.woff') format('woff'),
         url('https://www.adictosalcine.com/css/fuentes/kl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KM';
    src: url('https://www.adictosalcine.com/css/fuentes/km.woff') format('woff'),
         url('https://www.adictosalcine.com/css/fuentes/km.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	margin:0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;

	color:white;
	background:#222;
}

h3 {
	/*color: #49A0F7;*/
	color:#723fae;
	font-size: 15px;
	margin: 0 0 0.5em;
	padding: 0;
}
h2 {
	/*color: #49A0F7;*/
	color:#723fae;
	font-size: 17.5px;
	margin: 0 0 0.5em;
	padding: 0;
}

hr {
	margin: 0;
	height: 1px;
	border: 0;
	border-top: 1px dotted #666;
}
/* Esta clase se aplica a todos los contenedores
   de la web ya que ajusta el ancho y el margen 
   automáticamente. 
 */
.interior {
	width:1000px;
	margin:auto;
}

/* ID's de la estructura básica */
#barra-superior {
	height:40px;
	border-bottom: solid 1px #333;
	background-color:black;
}

#cabecera {
	height:100px;
	margin-bottom:10px;
	background:#222222;
	background:-moz-linear-gradient(#222222 0%, #111111 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#111111));
	background:-webkit-linear-gradient(#222222 0%,#111111 100%);
	background:-o-linear-gradient(#222222 0%,#111111 100%);
	background:-ms-linear-gradient(#222222 0%,#111111 100%);
	background:linear-gradient(#222222 0%,#111111 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111',GradientType=0; ); */
	border-bottom:solid 1px #333;
}

#buscador {
	height:70px;
	margin-bottom:10px;
}

#slide-show{
	height:300px;
	border:1px dotted black;
	margin-bottom:10px;
}

#slide-trailers{
	height:280px;
	margin-bottom:10px;
	background-color:white;
	border-radius:10px;
	padding:10px;
}

#contenido{

	height:auto;
	overflow:hidden;
	color:black;
	background-color:white;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	box-shadow:0 0 20px black;

}

#pie{
	height:auto;
	border-top: 1px dotted #666;
	background-color:lightgrey;

	overflow:hidden;
}
#pie h3 {
	font-size: 13px;
	color: #666;
	margin: 0 0 0.5em;
	padding: 0
}

#barra-inferior {
	height:30px;
	border:1px dotted black;
	background-color:black;
	font-size:13px;
}
/* ID's del #contenido */
/* Este id ocupa todo el ancho del contenido */
.contenido-completo {
	width:980px;
	
	margin-top:10px;
	
	overflow:hidden;
	height:auto;
}

/* ID de la columna izquierda dentro de #contenido */
#contenido-izquierda{
	float:left;
	width:670px;

	min-height:20px;
	height:auto;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
}

/* ID de la columna derecha */
#contenido-derecha {
	float:right;
	width:300px;
	min-height:20px;
	height:auto;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;

}

/* Para orientarme, esto debe borrarse una vez completada la maquetación */



/* Estilos para la publicidad */
#publicidad-lateral-izquierda {
	position:absolute;
	float:left;
	border:1px solid white;
	min-height:300px;
	max-width:170px;
	display:none;

}
#publicidad-lateral-derecha{
	position:absolute;
	right:0;
	float:right;
	border:1px solid white;
	min-height:300px;
	max-width:170px;
	display:none;
}



#publicidad-horizontal {
	height:auto;
	margin-bottom:10px;
	background-color:white;

	border-radius:20px;
}
#publicidad-lateral {
	position:absolute;
	margin-left:30px;


}
#publicidad-lateral2 {
	position:absolute;
	margin-left:30px;



	overflow:hidden;
}

#publicidad-horizontal-interior {
	text-align:center;
}
/* Secciones comunes */
.tipo-seccion3 {
	height:auto;
	overflow:hidden;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #c6c6c6;
    padding: 5px;

}

.tipo-seccion2 {
	height:auto;
	overflow:hidden;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #2b2b2b;


}
#ejem {
	border-bottom: 1px dotted #ccc;
	/*height:210px;*/
    height:auto;
	overflow:hidden;
}
.tipo-seccion{
	height:auto;
	overflow:hidden;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid inherit;
	margin-bottom: 7px;
	width: auto;
	background-color: #FFFFFF;
/*
	margin-bottom:20px;
*/
}
.tipo-seccion-titulo {
	background-color:#2b2b2b;
	height:30px;
	border-bottom: 1px solid #E8E8E8;


}
.tipo-titular {
	padding-top:6px;
	padding-left:6px;
}
.tipo-titular h2 {
	color:#996ad2;
}

strong {
	color:white;
}
.tipo-seccion-contenido {
	min-height:50px;
	margin-top:5px;
	padding: 5px 5px;

	height:auto;
	overflow:hidden;
}
.tipo-seccion-contenido2 {
	min-height:50px;

	height:auto;
	overflow:hidden;


}
#interior-recientes {
	height:auto;
	overflow:hidden;
	

}
/* Estilos del menu superior */
.mas {
	border-top: 1px dotted #CCCCCC;
}
.menu-superior {

}
.menu-superior ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	margin-top:8px;
}
.menu-superior ul li {
	display:inline;
	margin-left:10px;
	font-family: 'KL', verdana, 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	height:auto;
}

.menu-superior ul li :hover{
	background-color:#996ad2;	
}
.menu-superior a {
	color:white;
	text-decoration: none;
	font-size: 18px;
}
.tipo-boton-superior {
	color:white;
	background-color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	padding: 7px;
	padding-left:20px;
	padding-right:20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
	border:none;
}
#vacio12 a {

}

.menu-superior a:hover {
	/*color:#49A0F7;*/
	/*color:white;*/


}

#formulario-login {
	position:absolute;
	z-index: 300;
	margin-top:40px;
	float:right;
	height:auto;
	max-width:300px;
	opacity:0;
	display:none;
	margin-left:530px;
}

#formulario-recupera {
	position:absolute;
	margin-top:40px;
	float:right;
	height:auto;
	width:auto;
	opacity:0;
	display:none;
	z-index: 300;
	margin-left:530px;
	max-width:300px;
}

#formulario-boletin{
	position:absolute;
	margin-top:40px;
	margin-left:830px;
	max-width:300px;
	height:auto;
	width:auto;
	opacity:0;
	display:none;
	z-index: 300;
}
.subtitulo-recupera {
	font-size:13px;
	max-width:220px;
	margin-top:5px;
	margin-bottom:5px;
}

.tipo-formulario-flotante{
	background-color:white;
	padding:20px;
	overflow:hidden;
	font-size:14px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow:3px 3px 5px rgba(0, 0, 0, 0.5);
	background:white;
	color:#777;
}

.tipo-formulario-flotante2{
	background-color:white;
	padding:20px;
	overflow:hidden;
	font-size:14px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow:3px 3px 5px rgba(0, 0, 0, 0.5);
	background:white;
	color:#777;
}

.azulado{
	background-color: #70B6FB;
	border: solid 1px #55c067;
	color: white;
	padding:5px;
}

.morado {
	background-color: #996ad2;
	border: solid 1px black;
	color: white;
	padding:5px;
	border-radius:5px;
}
.tipo-formulario-flotante input {
	background: #EAECEB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #ccc;
	color: #888;
	font-size: 16px;
	line-height: 100%;
	padding: 6px;
	width: 250px;
	margin-bottom:10px;
}
.input-boletin {
	background: #EAECEB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #ccc;
	color: #888;
	font-size: 16px;
	line-height: 100%;
	padding: 6px;
	width: 250px;
	margin-bottom:10px;
}
.input-boton {
	background: #996ad2;
	color:white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width:100px;
	margin-top:10px;
	float:right;
	border:none;
	cursor:pointer;
	transition: all 0.5s;
}
.input-boton:hover {
	background-color:#b588ec;
}

.titulo-gris {color: #888;}
.titulo-azul {color:#49A0F7;}
.enlace-formulario a{
	color:#996ad2;
	text-decoration:none;
	font-size:13px;
	line-height:normal;
	text-transform:none;
	font-family:sans-serif;
}
.tipo-formulario-flotante input[type="submit"] {
	/*background: #49A0F7;*/
	background:#996ad2;
	color:white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width:100px;
	margin-top:10px;
	float:right;
	cursor:pointer;

}
.tipo-formulario-flotante input[type="submit"]:hover {
	background:#b588ec;
	transition: all 0.5s;
}
.flecha-arriba {
	margin-left:20px;
	top:0;
	margin-top:-10px;
	position:inherit;
	/*background-color:#49A0F7;*/
	background:url('https://www.adictosalcine.com/css/img/flecha-arriba.png');
	width:25px;
	height:12px;
	z-index: 1000;
	overflow:hidden;
}

/*Estilos del menu de cabecera */
#el-menu {
	height:auto;
	overflow:hidden;
}
#el-menu a{
	color:#fff;
	text-decoration:none;
}
#menu-logo a {
	color:transparent;
	text-decoration:none;
}
#menu-logo {
	float:left;
	margin-right:5px;
}

#menu-logo img {
	height:100px;
}

#menu-cabecera{
	margin-top:27px;
	color:transparent;
	overflow:hidden;
	font-family:'KM', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:20px;
	font-weight:bold;
	/*line-height:18px;*/
	text-transform:uppercase;

	font-weight: bold;
	float:right;
}
#menu-cabecera ul {
	padding:0;
	list-style: none;
}
#menu-cabecera ul li{
	display:inline;
	padding-right:5px;
}

#menu-cabecera a {
	text-decoration:none;
	color:white;
	transition:all 0.5s;
}
#menu-cabecera a:hover{
	/*color:#49A0F7;*/
	color:#b588ec;
}

.desplegable-peliculas{
	/*background: url("img/circulo-abajo-azul.png") no-repeat right 0 top 3;*/
	background: url("https://www.adictosalcine.com/css/img/circulo-abajo-azul.png") no-repeat scroll right 0px top 3px transparent;
	margin-right: 0px;
	padding: 0 22px 5px 0;
}

#desplegable{
	position:absolute;
	margin-top:10px;
	float:right;
	height:auto;
	width:auto;
	opacity:0;
	display:none;
	width:700px;
	left:30%;
	z-index: 200;
}
#interior-desplegable {
	height:auto;
	font-family:arial;
	font-size:13px;
	overflow:hidden;
	width:auto;

}
#interior-desplegable ul {
	margin:0;
}
.ul-col-left {
	
    width: auto;
	list-style: none;
	height:auto;
	margin:0;
	padding:0;	
	
}

.ul-col-left li a {
	background: url("https://www.adictosalcine.com/css/img/film20.png") no-repeat 5px;
	border-bottom: 1px solid #D3D3D3;
	color: #777777;
	text-decoration:none;
	display: block;
	padding: 10px 10px 10px 27px;
	text-shadow: 1px 1px 0 white;
    float:left;
    width: 175px;
}
.ul-col-left li a:hover {
	background-color: #e5e5e5;
}

.logo {
	background: url("https://www.adictosalcine.com/images/logo.png") no-repeat center top;
	overflow:hidden;
	position:absolute;

	width: 250px;
	height: 128px;

	text-indent: -5000px;

}

/* Estilos del buscador */
.titulo-left {
	font-family: 'KL', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 26px;
	line-height: 20px;
	margin: 20px 0 0 10px;
	float:left;
    font-weight:bold;
}
.left {float:left;}

#el-buscador {
	background: #F0F0F0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #666;
	font-size: 18px;
	margin: 10px 10px 0 10px;
	padding: 10px;
	width: 400px;
}

#boton-buscar {
	color:white;
	background-color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: 'KB','Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 28px;
	height: 43px;
	padding: 3px;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width: auto;
	transition: all 0.5s;
	border:none;
}
#boton-buscar:hover{
	/*background-color: #49A0F7; */
	background-color:#996ad2;
}

#avanzado {
	color:white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: 'KB','Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 28px;
	height: 36px;
	padding: 3px;
	margin-top:10px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width: 50px;
	transition: all 0.5s;
	border:none;
	margin-left:5px;
	background:url('https://www.adictosalcine.com/css/img/ruleta-buscar.png') no-repeat center #666;

}
#avanzado:hover {
	/*background-color: #49A0F7;*/
	background-color:#996ad2;
}

#selector {
	
	color:white;
	background-color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-family: 'KB','Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 28px;
	height: 43px;
	padding: 3px;
	margin-top:10px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width: auto;
	transition: all 0.5s;
	border:none;
 	/*-webkit-appearance: none;*/
 	margin-right:5px;

}
.titulo-busqueda {
	float:left;
}
.opciones-lateral {
	float:left;
	margin-left:100px;
	font-size:0.8em;
}

#busqueda-avanzada {
	position:absolute;
	height:auto;
	width:800px;
	margin-left:210px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:rgba(0,0,0,0.9);
	z-index:50;
	opacity:0;
	display:none;

}

#busqueda-avanzada-interior {
	margin-top:70px;
	margin-left:10px;

}
#titular-busqueda {
	font-family: 'KL', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 25px;
	line-height: 100%;
	text-transform: uppercase;
	border-bottom: 3px solid #616161;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height:auto;
	overflow:hidden;
}

.ul-col-left2 {
	width:200px;
	list-style: none;
	height:auto;
	float:left;
	margin:0;
	padding:0;	
	color: #888;
	font-size: 0.9rem;
	line-height: 1.231;
}
.ul-col-left2 li a {

	color: grey;
	text-decoration:none;
	display: block;
	padding: 10px 10px 10px 27px;

}
.ul-col-left2 li a:hover {

}

#conjunto-superior {
	/*
	height:70px;
	z-index:100;
	overflow:hidden;*/
	height:auto;
	position:absolute;
	margin-left:150px;
	z-index:100;
}

/* Estilos para las novedades */
#novedades {
	overflow:hidden;
	height:auto;
	box-shadow: 0 0 3px #888;
	background-color: black;
	-moz-box-shadow: inset 0 2px 8px #000;
	-ms-box-shadow: inset 0 2px 8px #000;
	-webkit-box-shadow: inset 0 2px 8px #000;
	box-shadow: inset 0 2px 8px #000;
	margin-bottom:10px;
	border-radius:10px;

	display:none;

}
.novedad {
	float:left;
	margin-left:5px;
	margin-top:5px;
	opacity:0.8;
	transition: all 0.5s;
}
.novedad:hover {
	opacity:1;
}
.novedad a {
	text-decoration:none;

}
#novedad-imagenes {
	overflow:hidden;
	height: auto;


}
#novedad-imagenes img {
	width:214px;
	height:317px;
}
#novedad-imagenes a {
	text-decoration:none;
	color:transparent;
}

#novedad-titulo {
	overflow:hidden;
	color:white;
	height:30px;

	background-color: #333;
	vertical-align: middle;

	margin-top:5px;
}
#novedad-titulo a {
	text-decoration:none;
	color:white;
}

/* Estilos tangencial */ 
.tangencial {

	border: 1px solid #2b2b2b;
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	margin-bottom: 7px;
	padding: 10px 12px;
	position:relative;
	width: auto;
	word-wrap: break-word;

	background: rgb(242,242,241); /* Old browsers */
	background: -moz-linear-gradient(rgba(242,242,241,1) 0%, rgba(242,242,241,1) 50%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,241,1)), color-stop(50%,rgba(242,242,241,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(rgba(242,242,241,1) 0%,rgba(242,242,241,1) 50%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(rgba(242,242,241,1) 0%,rgba(242,242,241,1) 50%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(rgba(242,242,241,1) 0%,rgba(242,242,241,1) 50%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,241,1) 0%,rgba(242,242,241,1) 50%,rgba(232,232,232,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f1', endColorstr='#e8e8e8',GradientType=0 );*/


}
.left-10 { margin-left:10px; }
.left-top-10 {margin-left:10px;margin-top:10px;}
.top-10 {padding-top:10px;}

.tangencial-interior {
	border-bottom: 1px dotted #CCCCCC;
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
}
.tangencial a {
	color: #136CB2;
	text-decoration: none;
}
.tangencial-pelicula {
	float:left;
	width:80px;
    min-height:195px;
	height:auto;
	margin-top:3px;
	margin-right:10px;
	margin-bottom:10px;
	opacity:0.9;
	transition: all 0.2s;
}
.tangencial-pelicula a {
	color:black;
text-decoration:none;
}
.tangencial-pelicula a:hover {
	color:#136CB2;
}
.tangencial-pelicula:hover {
	opacity:2;
}
.tangencial-pelicula-titulo {
	font-weight: bold;
	font-size:13px;
	text-align:center;
}
.tangencial-pelicula img {width:80px;height:110px;border:0;}



/*tangencial de estrenos y preestrenos*/

.tangencial-pelicula2 {
	float:left;
	width:120px;
    min-height: 250px;
    height: auto !important;
    margin-top:3px;
	margin-right:5px;
	margin-bottom:10px;
	opacity:0.9;
	transition: all 0.2s;

}
.tangencial-pelicula2 a {
	color:black;
	text-decoration:none;
}
.tangencial-pelicula2 a:hover {
	color:#136CB2;
}
.tangencial-pelicula2:hover {
	opacity:1;
}
.tangencial-pelicula2-titulo {
	font-weight: bold;
	font-size:13px;
	text-align:center;
}
.tangencial-pelicula2-imagen img {width:120px;height:170px; border: 0px;}

/* Estilo de la noticia de la portada */
.noticia-portada {
	margin-top:10px;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}

.noticia-portada a {
	font-weight:bold;
	text-decoration:none;
}
.noticia-portada h3 {
	color: black;
	font-size: 15px;
	margin: 0 0 0.5em;
	padding: 0;

}

.noticia-portada p {
	color: #2d2d2d;
	display: block;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 1ex 0;
}

.noticia-portada img {
	max-height:90px;
	margin-right:10px;
    border:0px;
}

.col-noticia-portada {
	float:left;
	width:340px;
	border-right:1px dotted #CCCCCC;
	padding-right:10px;
		overflow:hidden;
		height:auto;
}
.col-noticia-portada2 {
	float:left;
	width:270px;
	margin-left:10px;
	overflow:hidden;
		height:auto;
}

#mas-noticias {
	border-bottom:1px dotted #CCCCCC;
	overflow:hidden;
	height:auto;
}
#mas-noticias ul {
	list-style:none;
	margin:0;
	padding:0;
}
#mas-noticias ul li {
	margin-bottom:10px;

}
.mas-noticias-titulo {
	font-size:15px;
	color: #136CB2;
}

.fecha {
	font-size:11px;
	color:grey;
	margin-left:10px;
}
.fecha2 {
	height:auto;
	color: #666;
	font-weight: bold;
}
.vermas {
	color: #136CB2;
	font-size:14px;
	float:right;
	height:auto;
	margin-right:20px;
}
.vermas a{
	color:black;
	text-decoration:none;
    font-weight: bold;
}
.vermas a:hover{
	color:#136CB2;
    
	
}

/* Estilos del slide de Trailers */

#slider-trailers {
	display:block;
}
/*
#slideshow2 img {
	width:120px;
	height:170px;
	border:1px solid black;
}*/

.slide img {
		width:120px;
	height:170px;
}
#slideshow2 {
	float:left;
	margin-top:10px;
	margin-left:30px;
	position:relative;
	/* width:900px;*/
	width:880px;
    height:180px;
	overflow:hidden;			

}
#slideshowimagenes {
	float:left;
	margin-top:10px;
	margin-left:30px;
	position:relative;
	/* width:900px;*/
	width:500px;
    height:120px;
	overflow:hidden;			

}
#slideshow a {
	text-decoration:none;
	color:transparent;
}
#slideContainer {
	overflow:auto;
	
}
.slide {
	float:left;

}

#slidesContainer img:hover {
	box-shadow:0px 0px 10px #b588ec;
	transition: all 0.2s ease-in; 
}

#slidesContainer {
	height:auto;
	overflow:hidden;

}
.control {
	display:block;
	width:15px;
	height:21px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	z-index:999999;
}
#leftControl {
	top:90px;
	left:0px; /*ojo q le he añadido el px */
	background:transparent url('https://www.adictosalcine.com/css/img/izq2.png') no-repeat 0 0;
	height:21px;
	margin-left:5px;

	z-index:999999;
	/*position:absolute;*/
	position:relative;
	float:left;
}
#rightControl {
	top:90px;
	right:0;
	background:transparent url(https://www.adictosalcine.com/css/img/der2.png) no-repeat 0 0;
	margin-right:5px;
	height:21px;
	z-index:999999;
	position:relative;
	float:right;
}

.tipo-aparece-estrellas {
	position:absolute;
	top:0;
	background-color:rgba(0,0,0,0.8);
	color:white;
	width:120px;
	max-height:50px;
	text-align:center;
	opacity:1;
	display:none;
}

.tipo-aparece-estrellas2 {
	position:absolute;
	top:0;
	background-color:rgba(0,0,0,0.8);
	color:white;
	width:120px;
	max-height:50px;
	text-align:center;
	opacity:1;

	overflow:hidden;
}

.tipo-aparece-titulo {
	position:absolute;
	top:0;
	margin-top:131px;
	height:40px;
	background-color:rgba(0,0,0,0.8);
	color:white;
	width:120px;
	max-height:50px;
	text-align:center;
	opacity:1;
	font-size:14px;
	display:none;

	
}


/* Estilos recientes */
#recientes {
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.tipo-reciente {
	float:left;
	margin-right:10px;
	opacity:0.9;
	transition: all 0.2s;
}
.tipo-reciente img {
	width:80px;
	height:110px;
    border: 0;
}
.tipo-reciente:hover {
	opacity:1;
}

#pie-interior ul {
	margin-top:10px;
	font-size:13px;
	list-style:none;
	float:left;
}

#pie-interior ul li {

}


#pie-interior a {
	text-decoration:none;
    color: #808080;
    
}
#pie-interior a:hover {
	text-decoration:none;
    color: #000000;
}

.centrado {
	text-align:center;
}

#tipo-noticia-portada-fecha {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #9e9e9e;
	font-size: .6875em;
	margin-top:-10px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 1ex 0 3px;
}
#tipo-noticia-portada-fecha h3{
	color: #000000;
}
#tipo-noticia-portada-fecha a{
color: #808080;
text-decoration:none;
}

#tipo-noticia-portada-fecha a:hover{
color: #000000;
}

.zona-siguiente {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	height:40px;
	line-height:100%;
	margin-top:10px;
}

.zona-siguiente2 {
	border-bottom: 1px dotted #ccc;
	height:40px;
	line-height:100%;
	margin-top:10px;
}

.top-10 {margin-top:10px;}

.zona-siguiente-texto {
	margin-top:10px;
	font-size:13px;
}

.zona-siguiente-texto a {
	text-decoration:none;
}
.tipo-noticia-titular a {
	text-decoration:none;
	color:#723fae;
}
.tipo-noticia-titular a:hover {
	color:black;
}
.tipo-noticia-titular h1 {
	font-size:18px;
	/*color:#49A0F7;*/
	color:#723fae;
	margin-bottom:5px;
	margin-top:5px;
}
.tipo-noticia-fecha {
	font-size:13px;
	color: #808080;
float: left;
}
.tipo-noticia-contenido img {
	float:left;
	margin-right:10px;
	max-width:80px;
	max-height:110px;
border-radius: 0 .35em 0 .35em;
}

.tipo-noticia-contenido-completo img {
	float:left;
	margin-right:10px;
}
.tipo-noticia-contenido-completo a {
	font-weight: bold;
}

.tipo-noticia-contenido strong,
.tipo-noticia-contenido-completo strong {
	color: #000;
}

.tipo-noticia-leermas {
	float:right;

}

.tipo-noticia {
	border-bottom: 1px dotted #ccc;
	height:auto;
	overflow:hidden;
	padding-bottom:3px;
}
.tipo-noticia p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;

	color: #2d2d2d;
	font-size: 14px;
	line-height: 17px;
	text-align: justify;

}
.contenido-noticias-titular {
	font-size:28px;
	font-weight:bold;
}


.elemento-noticia-titulo a {
	color: #535353;
	text-decoration: none;
	font-size:14px;
    font-weight:bold;
}

.elemento-noticia-titulo a:hover {
	color: black;
}

.elemento-noticia-info {
	font-size: 11px;
	color: #666666;
/*	display: block;*/


}
.tangencial-noticias ul {list-style:none; padding:0;}
.tangencial-noticias ul li{margin-bottom:10px;}

.zona-relacionadas-titular {
	font-weight:bold;
	margin-top:10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom:10px;
}
.zona-relacionadas ul{
	list-style:none;
	padding:0;
}

.minifecha {
	font-size: 9px;
	color: #666666;

}
.zona-megusta {
	margin-top:10px;
}

/* Estilos del slid */ 
#slider-superior {
		width:1000px;
		height:310px;
		margin-bottom:100px;
		margin:auto;
		overflow:hidden;
}

#container {
	overflow:hidden;
	height:auto;
}
div#slideshow {
	width: 1000px; 
	/*overflow: scroll;*/ /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	overflow:hidden;
	position: relative; z-index: 5;
}

div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: absolute; 
	top: 100px; 
	z-index: 999999999;
}
div#slideshow ul#nav li#prev {
	margin-left:-40px;
	position:absolute;

}
div#slideshow ul#nav li#next {
	margin-left:870px;
}
div#slideshow ul#nav li a {
	display: block; 
	width: 91px; 
	height: 93px; 
	text-indent: -9999px;
}
div#slideshow ul#nav li#prev a {
	background: url(https://www.adictosalcine.com/images/prev.png);
}
div#slideshow ul#nav li#next a {
	background: url(https://www.adictosalcine.com/images/next.png);
}

div#slideshow ul#slides {
	list-style: none;
	margin:0;
	padding:0;

}
div#slideshow ul#slides li {

}

.tipo-slide {
	width: 1000px; 
	height:300px;
}
.tipo-slide a {
	text-decoration:none;
	color:transparent;
}

#el-slider {
	height:300px;
	overflow:hidden;
}
.tipo1 img {
	width: 1000px; 
	height:300px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.tipo1 a {
	text-decoration:none;
	color:transparent;
}
#tipo2-izquierda {
	float:left;
	width:500px;
	height:300px;

}
#tipo2-izquierda img {
	width:500px;
	height:300px;
	
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
#tipo2-derecha {
	float:left;
	width:500px;
	height:300px;

}
#tipo2-derecha-superior {
	width:500px;
	height:200px;
}

#tipo2-derecha-superior  img {
	width:500px;
	height:200px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
}
#tipo2-derecha-inferior {
	width:500px;
	height:100px;

}
#tipo2-derecha-inferior-elemento {
	float:left;
	width:166px;
	height:100px;
}
#tipo2-derecha-inferior-elemento img {
	width:166px;
	height:100px;
}
#ultimo-elemento img {
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
}

#contenedor-superior {
	height:auto;
	overflow:hidden;

}

.tipo1-texto {
		position:absolute;
		top:0;
		margin-top:225px;
		height:80px;
		width:1000px;
		background-color:rgba(0,0,0,0.9);
		font-size:20px;
		font-weight:bold;
		color:white;
		transition: all 0.5s;
		-webkit-border-bottom-right-radius: 30px;
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-bottomright: 30px;
		-moz-border-radius-bottomleft: 30px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
		opacity:0;
		/*display:none; */
	}

  .tipo1-texto:hover {
  		/*background-color:rgba(0,0,0,0.8);
  		opacity:1;*/
  }

  .tipo1-texto-titular {

  }
  .tipo1-texto-descripcion {
  	font-size:13px;
  	font-weight:normal;
  	font-family: 'Verdana', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  }

  .tipo1-texto-interior {
  	margin-left:20px;
  	line-height:100%;
  }


/* Contenido peliculas */

#contenidoPeliculas {
	width:1000px;
	margin:auto;
	overflow:hidden;
}
#contenidoPeliculas-izquierda {
	float:left;
	width:232px;
	margin-right:20px;
	height:auto;
	min-height:800px;
	overflow:hidden;
}
#contenidoPeliculas-derecha {
	float:left;
	width:720px;
	height:auto;
}

#panel {
	width:720px;
	height:60px;
	background-color:black;
	border:1px solid rgba(28,157,255,0.5);
	font-size:14px;
}
#panel ul {
	margin-top:20px;
	list-style:none;
}
#panel ul li {
	display:inline;
	margin-left:10px;
}
#panel a {
	text-decoration:none;
	color:white;
}
#panel a:hover {
	color: rgba(28,157,255,1)
}
#gris {
	color:grey;
}

#listado {
	margin-top:20px;
}
#listado-pelicula {
	overflow:hidden;
	margin-bottom:20px;
}
#listado-pelicula-imagen {

	margin-right:20px;
}
#listado-pelicula-imagen img {
	border: 3px solid black;
	width:320px;
	height:190px;
}
#listado-pelicula-imagen a img {
	border: 3px solid black;
}
#listado-pelicula-imagen a img:hover {
	border: 3px solid black;
}

#listado-pelicula-puntuacion {

	width:320px;
	
}
#listado-pelicula-texto {
	
	float:left;
	width:370px;
	height:150px;
}
#listado-pelicula-descripcion {
	margin-top:10px;
}
#listado-pelicula-titular {
	margin-bottom:5px;
	font-weight:bold;
	font-size:1.5em;
}

#post-cabecera {
	width:290px;
	margin-left:10px;

}
#post-cabecera-interior {
	font-family:Kla;
	margin-top:20px;
	color:black;
	font-family: 'Kla', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 30px;
	line-height: 100%;
	text-transform: uppercase;

	
}
#post-cabecera-interior-sub {
	margin-top:10px;
	color: #222222;
	font-family: 'Kla', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 18px;
	line-height: 100%;
	margin-bottom:40px;
	width:220px;

}

#resultados {
	color:black;
	overflow:hidden;
	height:auto;
}
#resultados-titulo {
	margin-top:20px;
	margin-bottom:20px;
}
#Numero-busquedas {
	font-weight:bold;
}
#Titulo-Resultados-1{
	font-size:1.5em;
}
#lista-resultados ul {
	list-style:none;
	margin:0;
	padding:0;
}
#lista-resultados ul li {
	list-style:none;
}

.resultado-lista-pelicula {
	width:auto;
	font-size:13px;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid lightgrey;
}

.resultado-lista-pelicula-izquierda {
	float:left;
	margin-right:5px;
}
.resultado-lista-pelicula-imagen img {
	width:120px;
	height:170px;
	border:1px solid black;
}
.resultado-lista-pelicula-izquierda {
	float:left;

}
.resultado-lista-pelicula-derecha {
	float:left;
	width:310px;

}	
.resultado-lista-pelicula-titulo {
	font-weight:bold;
	
}
.resultado-lista-pelicula-titulo a {
	font-weight:bold;
	text-decoration:none;
}

.resultado-lista-pelicula-puntuacion {
	height:20px;
	width:300px;

}

.resultado-lista-pelicula-director {
	color:#326E9C;
}
.resultado-lista-pelicula-director a{
	color:#326E9C;
}
.resultado-lista-pelicula-actores {
	color:#666666;
}
.resultado-lista-pelicula-actores a{
	color:#666666;
}
.resultado-lista-pelicula-resumen {
	margin-top:5px;
	color:black;
}
#azul2 {
	color:#326E9C;
}

#azul2 a{
	color:#336699;
    text-decoration: none;
    /*font-weight:bold;*/    
    }
#azul2 a:hover{
	color:#669900;
}

#contenido-pelicula-menu2 ul {
			padding: 0;
			margin: 0;
			list-style: none;
			border-bottom: 2px solid #000000;
			font-size: 16px;
		}
	#contenido-pelicula-menu2 ul {padding:0; margin:0; list-style: none; border-bottom: 1px solid #000000; font-size: 15px;}
	#contenido-pelicula-menu2 ul li {display: inline-block; padding:0; margin: 0 2px 0 0; font-size: 15px;}
    #contenido-pelicula-menu2 ul li em{display: inline-block; padding:0; margin: 0 2px 0 0; font-size: 11px;color: #969696; font-style: normal;}
	#contenido-pelicula-menu2 ul li a {display: block; padding: 2px 6px; color: #000000; border-bottom: 3px solid transparent; text-decoration: none; cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
     }
	/*#active ul li  a {border-bottom-color: #4682B4}  <- ojo hay que hacer que esto funcione con clases */
	/*#active {font-weight:bold;border-bottom-color: #000000;border-top-left-radius: 5px;border-top-right-radius: 5px;}*/
    /*#contenido-pelicula-menu2 ul li.active{font-weight:bold;border-bottom-color: #000000;border-top-left-radius: 5px;border-top-right-radius: 5px;background-color: #555555; color: #FFF;}*/
	#contenido-pelicula-menu2 ul li.active a {font-weight:bold;border-bottom-color: #000000;border-top-left-radius: 5px;border-top-right-radius: 5px;background-color: #555555; color: #FFF;}
    #contenido-pelicula-menu2 ul li a:hover {border-bottom-color: #000000; background-color: #333333; color: #FFF;}



#ver-siguiente {
	background-color: #fff;
	border-left: 1px solid #E2E2E2;
	border-radius: 5px;
	border-right: 1px solid #E2E2E2;
	border: 1px solid #E2E2E2;
	display: inline-block;
	padding: 6px;
	font-weight: bold;
	margin-bottom:20px;
}

#ver-lista-completa {

	background-color: #fff;
	border-left: 1px solid #E2E2E2;
	border-radius: 5px;
	border-right: 1px solid #E2E2E2;
	border: 1px solid #E2E2E2;
	display: inline-block;
	padding: 6px;
	font-weight: bold;
	margin-bottom:20px;
	overflow:hidden;
	margin-top:20px;
	margin-left:80px;
	margin-bottom:10px;
	font-size:13px;
}
#ver-lista-completa a {
	font-weight:bold;
}


/* Estilos pelicula */
#grisoscuro {
	color: #888;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin-left: 5px;
}

#contenidoPeliculas-izquierda ul {
	font-size: 13px;
	font-weight: normal;
	line-height: 100%;
	cursor: pointer;
}

#contenido-pelicula {
	width:980px;
	margin-left:10px;
}
#contenido-pelicula-titulo h1 {
display: block;
width:980px;
}
#texto-20 {
    color: #808080;
	margin: -20px 0px 0px 0px;
	padding: 0;
    float: left;
}
#gris {
	color:#808080;
}
#grisbold {
	color:#808080;
	font-weight:bold;
}
#genero {
	margin-left:10px;
}
#infopelicula {
	padding:5px;

	overflow:hidden;
	height:auto;
	color:black;

}
#infopelicula p {
	color: black;
	font-size: 14px;
	line-height: 130%;

}
#infopelicula h2 {
	font-family: 'Kla', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}

#infopelicula-izquierda {
	float:left;
	overflow:hidden;
	height:auto;
	width:640px;
/*background-color: #00FFFF;    */
}

#infopelicula-derecha {
	float:left;
	overflow:hidden;
	height:auto;
	width:310px;
	margin-left:15px;
/*    background-color: #FFFF00;*/
    
}
#infofilmografia-izquierda {
	float:left;
	overflow:hidden;
	height:auto;
	width:640px;
}

#infofilmografia-derecha {
	float:left;
	overflow:hidden;
	height:auto;
	width:310px;
	margin-left:15px;

}

#sinopsis img {
	width:120px;
	height:170px;
	margin-right:10px;
    margin-bottom:10px;
	float:left;
	border:1px solid black;
     border-radius: 0 .35em 0 .35em;

}
#sinopsis strong {
	 color: #000;

}
#sinopsis {
	float:left;
	width: auto;
	height:auto;
	/*margin-right:20px;*/
	text-align: justify;
	word-wrap: break-word;
	font-size: 14px;
    font-family: verdana,arial;
	
}

#sinopsis a,
.tipo-noticia-contenido-completo a {
color: #333399;	
text-decoration: none;
}
#sinopsis a:hover,
.tipo-noticia-contenido-completo a:hover{
color: #557e01;	
text-decoration: none;
}
#biografia img {
	max-width:120px;
	max-height:170px;
	margin-right:10px;
	float:left;
	border:1px solid black;

}
#bigorafia {
	float:left;
	width:500px;
	height:auto;
	margin-right:20px;
	text-align: justify;
	word-wrap: break-word;
}

#otrainfo {
	float:left;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	/*width:355px;*/
    width: 100%;
}
#otrainfo ul {
	list-style:none;
	margin:0;
	padding:0;
}
#otrainfo-elemento{
	margin-top:10px;
}
#left10 {
	margin-left:10px;
}
#titulo-FOTOS {
	margin-left:10px;
	text-align:left;
}
#otrainfo-elemento h2 {
	color:black;
}
#otrainfo-elemento1{
	margin-bottom:5px;
}
#otrainfo-elemento1 h2  a{
	color:black;
}
#otrainfo2 {
	float:left;
	color: #333333;
	font-size: 20px;
	line-height: 40px;
	/*width:355px;*/
    width: 100%;
}
#otrainfo2 img {
    margin: 5px;
}
#info-trailer {
	float:left;
	margin-left:20px;
}
/*
#comentarios {

	background-color:white;
	width:1000px;
	min-height:300px;
	height:auto;
	overflow:hidden;
}

#titular-comentario {

	margin-top:35px;
}
*/
#comentarios2 {
	color:black;
	margin-left:10px;
}

.enviar-comentario {
    height:auto;
    overflow:hidden;
}
.enviar-comentario img {
    border:1px solid #8da9dc;
}

.comentarios {
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
}
.comentarios img {

    margin-right:5px;
}
.comentarios textarea {
    width:460px;
    border:3px solid #eee;
    min-height:70px;
    border-radius:5px;
}
.comentarios-numero {
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #dbdbdb;
}

.resto-comentarios {
    margin-top:10px;
    margin-bottom:20px;
    min-height:30px;
    height:auto;
    overflow:hidden;
}

#otrainfo-elemento-titulo {
	font-family: 'Kla', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight:bold;
}
#otrainfo-elemento1 h2 {
	font-family: 'Kla', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}
#zonafirma {
	margin-top:20px;
	margin-left:10px;
	overflow:hidden;
}
#alertas {
	float:left;
}	
#zona-megusta {
	margin-top:5px;
	float:left;
	margin-bottom:10px;
	width:100px;
}
#alertas img {
	width:32px;
	height:32px;
	margin-right:5px;
}


#facebook-recomendar {
	height:22px;
	width:175px;
	margin-left:225px;
}


#listado-pelicula-izquierda {
	float:left;
}
#listado-pelicula-derecha{
	float:left;
}
#peli-comenta {
	border:1px solid rgba(255,255,255,0.5);
	padding:10px;
	overflow:hidden;
	width:730px;
	background-color:#2e2e2e;
	margin-left:20px;
	margin-bottom:30px;
	margin-top:20px;
}
#peli-comenta-avatar {

	margin-right:10px;
}
#peli-comenta-comentario {
	float:left;
}
#elboton{
	float:right;

}

#peli-botonComenta {
	margin-top:15px;
	padding:10px;
	background-color:rgba(28,157,255,1);
	color:white;
	margin-right:20px; 
}

#peli-botonComenta:hover{

	padding:10px;
	background-color:green;
	color:white;
	transition: all 0.2s ease-in;
}

#tipo-peli-comentario {
	margin-left:20px;
	padding:10px;
	background-color:#2e2e2e;
	border:1px solid rgba(28,157,255,0.2);
	height:auto;
	width:725px;
	overflow:hidden;
	margin-bottom:20px;
}
#tipo-peli-comentario-avatar {
	float:left;
}
#tipo-peli-comentario-avatar img {
	margin-right:10px;
	margin-bottom:10px;
}

#elnick {
	font-size:13px;
	color:rgba(28,157,255,1);
	font-weight:bold;
}
#elnumero {
	font-size:13px;
	color:white;
	font-weight:bold;
}
#lafecha {
	font-size:13px;
}

#contenido-pelicula-superior {
	padding:10px;
	overflow:hidden;
	color:black;
	height:auto;

}
#contenido-pelicula-izquierda {
	float:left;
}
#contenido-pelicula-derecha {
	float:left;
	height:auto;
	overflow:hidden;
	width:auto;
	margin-left:25px;
	margin-top:50px;


}
#contenido-menu-pelicula{
	/*float:left;
	height:auto;
	overflow:hidden;*/
	width:auto;
	margin-left:5px;
	margin-top:10px;
}

#contenido-pelicula-info {
	width:400px;
	font-size:15px;
}

#opciones-pelicula-menu {
	margin-top:15px;
	margin-left:20px;
}

#contenido-pelicula-menu {
	height:50px;
	background-color:black;
	width:450px;
	border:1px solid rgba(28,157,255,0.3);
}
#opciones-pelicula-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#opciones-pelicula-menu ul li {
	display:inline;
	margin-right:20px;
}

#contenido-pelicula-menu a {
	text-decoration:none;
	color: white;
}
#contenido-pelicula-menu a:hover {
	text-decoration:none;
	color: rgba(28,157,255,1);
}
#otrainfo-elemento1 a {
	color:white;
	text-decoration:none;
}

#zona-pelicula-imagenes {
	min-height:300px;

}

#las-fotos img{
	margin-top:10px;
	max-width:200px;
	max-height:150px;
	border:3px solid black;
	margin-left:10px;

}

#zona-el-trailer {
	margin-top:20px;
	margin-left:10px;
	
	overflow:hidden;
}
#puntuar {
	overflow:hidden;
	margin-bottom:20px;
}
#puntuar-titulo {
	float:left;
}
#puntuar-puntuacion{
	margin-top:16px;	
	margin-left:10px;
	float:left;
}

#contenido-pelicula-menu2 ul {
			padding: 0;
			margin: 0;
			list-style: none;
			border-bottom: 1px solid #4682B4;
			font-size: 14px;
		}
	#contenido-pelicula-menu2 ul {padding:0; margin:0; list-style: none; border-bottom: 1px solid #336699; font-size: 16px;}
	#contenido-pelicula-menu2 ul li {display: inline-block; padding:0; margin: 0 4px 0 0;}
	#contenido-pelicula-menu2 ul li a {display: block; padding: 4px 8px; color: #336699; border-bottom: 3px solid transparent; text-decoration: none; cursor: pointer;}
	/*#active ul li  a {border-bottom-color: #4682B4}  <- ojo hay que hacer que esto funcione con clases */
	#active {font-weight:bold;border-bottom-color: #000000; font-size: 16px;border-bottom: 0px solid #000000; background-color: #ddd;}
	#contenido-pelicula-menu2 ul li a:hover {border-bottom-color: #4682B4}


#comentarios2 {
	color:black;
	margin-left:10px;
}

#ver-siguiente {
	background-color: #fff;
	border-left: 1px solid #E2E2E2;
	border-radius: 5px;
	border-right: 1px solid #E2E2E2;
	border: 1px solid #E2E2E2;
	display: inline-block;
	padding: 6px;
	font-weight: bold;
	margin-bottom:20px;
}

#ver-lista-completa {

	background-color: #fff;
	border-left: 1px solid #E2E2E2;
	border-radius: 5px;
	border-right: 1px solid #E2E2E2;
	border: 1px solid #E2E2E2;
	display: inline-block;
	padding: 6px;
	font-weight: bold;
	margin-bottom:20px;
	overflow:hidden;
	margin-top:20px;
	margin-left:80px;
	margin-bottom:10px;
	font-size:13px;
}
#ver-lista-completa a {
	font-weight:bold;
}

#zona-caratula {
	height:auto;
	overflow:hidden;
	margin-left:10px;
}
#tipo-caratula {
	float:left;
	margin-right:20px;
}
#tipo-caratula img {
	width:90px;
	height:133px;
	border:1px solid black;
}
#tipo-caratula-resolucion {
	color:black;
	width:90px;
	text-align:center;
}
#numero-resultados {

	margin-right:10px;
	
	font-weight:bold;
	position:absolute;	
}
#las-estrellas {
	float:right;
	margin-top:0px;
}

#puntuacion2-titulo {
	float:left;
}

#otrainfo-trailer-compartirvideo {
	width:498px;

	height:auto;
	margin-top:10px;
}
#otrainfo-trailer-compartirvideo-titulo {
	color: #333;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
#area-enlaces {
	color: #333;
	border: 1px solid #d5d5d5;
	border-top-color: #b5b5b5;
	font-size: 12px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	width:490px;
	height:60px;
}

#area-comentarios {

	color: #333;
	border: 1px solid #d5d5d5;
	border-top-color: #b5b5b5;
	font-size: 12px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 10px;
	height:70px; 
	width:580px
}

#panel-inferior {
	margin-top:10px;
	color:black;
	/*background-color:rgba(33,33,33,0.1);*/
	background-color:lightgrey;
	border-radius:10px;
	padding:5px;
	width:auto;
	/*box-shadow:0 0 5px rgba(28,157,255,1);*/
	border:1px solid #c6c6c6;
	overflow:hidden;
	height:auto;

/*	
	background: rgb(244,242,235); 
	background: -moz-linear-gradient(top,  rgba(244,242,235,1) 0%, rgba(255,255,255,1) 99%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,242,235,1)), color-stop(99%,rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(top,  rgba(244,242,235,1) 0%,rgba(255,255,255,1) 99%); 
	background: -o-linear-gradient(top,  rgba(244,242,235,1) 0%,rgba(255,255,255,1) 99%); 
	background: -ms-linear-gradient(top,  rgba(244,242,235,1) 0%,rgba(255,255,255,1) 99%); 
	background: linear-gradient(to bottom,  rgba(244,242,235,1) 0%,rgba(255,255,255,1) 99%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f2eb', endColorstr='#ffffff',GradientType=0 ); */
	background:transparent;
}
#panel-inferior a{
	text-decoration:none;
	font-weight:bold;
}
#panel-inferior ul {
	list-style:none;
	font-size:13px;
	padding:0;
}
#panel-inferior ul li {
	display:inline;
	
}

#panel-inferior img {
	max-width:20px;
	margin-right:5px;
	
}
#aviso-rojo {
	 margin-top:10px;
	color:black;
	border-radius:10px;
	padding:5px;
	width:auto;
	border:1px solid #000;
	overflow:hidden;
	height:auto;
	/*background:transparent;*/
	background: #FAD9D9;    
}

#aviso-gris {
	 margin-top:10px;
	color:black;
	border-radius:10px;
	padding:5px;
	width:auto;
	border:1px solid #000;
	overflow:hidden;
	height:auto;
	/*background:transparent;*/
	background: #E9E7E7;    
}
#aviso-verde strong, #aviso-gris strong, #aviso-rojo strong, #aviso-amarillo strong{
	color:black;
}

#aviso-verde {
	 margin-top:10px;
	color:black;
	border-radius:10px;
	padding:5px;
	width:auto;
	border:1px solid #000;
	overflow:hidden;
	height:auto;
	/*background:transparent;*/
	background: #C8F2AC;    
}
#aviso-amarillo {
	 margin-top:10px;
	color:black;
	border-radius:10px;
	padding:5px;
	width:auto;
	border:1px solid #000;
	overflow:hidden;
	height:auto;
	/*background:transparent;*/
	background: #FFFF99;    
}
#panel-compartir {
    margin:10px;
	color:black;
	background-color:lightgrey;
	border-radius:10px;
	padding:5px;
	width:auto;
	border:1px solid #c6c6c6;
	overflow:hidden;
	height:auto;
	/*background:transparent;*/
	background: #eee;    
}
#panel-noticia {
    margin:10px;
    color:black;
	background-color:lightgrey;
	border-radius:10px;
	padding:5px;
	width:auto;
	border:1px solid #c6c6c6;
	overflow:hidden;
	height:auto;
	/*background:transparent;*/
	background: #eee;    
}

#panel-oscuro {
    margin:10px;
    color:#fff;
	border-radius:10px;
	padding:5px;
	width:auto;
	border:1px solid #c6c6c6;
	overflow:hidden;
	height:auto;
	/*background:transparent;*/
	background: #222; 
      
}
#panel-compartir ul {
    list-style:none;
	font-size:12px;
	padding:0;

}
#panel-compartir ul li {
	display:inline;
}
#panel-compartir a {
	color:#000;
    text-decoration: none;
   	font-size:14px;
}
#panel-compartir a:hover {
	color:#0000FF;
}

#tipo-panel {
   	overflow:hidden;
	height:auto;
	width:auto;
	float:left;
}
#tipo-panel2 {
	overflow:hidden;
	height:auto;
	width:auto;
	float:left;
	/*margin-right:20px;*/
}
#tipo-panel-imagen {
	float:left;
}
#tipo-panel-texto {
	float:left;
}
#tipo-panel-texto a{
	text-decoration: none;
}

#panel-relacionadas {
	margin-top:10px;
	color:black;
	/*background-color:rgba(33,33,33,0.1);*/
	background-color:lightgrey;
	border-radius:10px;
	padding:10px;
	width:auto;
	/*box-shadow:0 0 5px rgba(28,157,255,1);*/
	border:1px solid #c6c6c6;
	overflow:hidden;
	height:auto;
	background:transparent;
}
#panel-relacionadas{
	padding:10px;
	width:auto;
}
#panel-relacionadas a{ 
	color:#326E9C;
}
#panel-relacionadas a:hover{ 
	color:#222222;
}
#panel-relacionadas-titulo {
	font-weight:bold;
	font-size:13px;
}
#panel-relacionadas-lista {
	font-size:13px;
}
#panel-relacionadas-lista ul {
	list-style:none;
}	

#panel-relacionadas-lista ul li {
	background: url( 'https://www.adictosalcine.com/images/noticia1.png' ) no-repeat;
	padding-left: 20px; 
	list-style-type: none; 
	margin-bottom:10px;
    margin-left: -45px;
}
#lateral-flotante {
	float:right;

}

#ojo {
	height:auto;
	overflow:hidden;
}
#peli-col-izquierda {
	float:left;
	height:auto;
}
#peli-col-derecha {
	float:right;
	height:auto;
}
#publi-derecha {
	margin-top:62px;
}

.negrilla {
	font-weight:bold;
}

.texto-trailers {
	position:absolute;
	top:0;
	margin-top:130px;
	height:40px;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
	color:white;
	transition:all 0.5s;
}
.texto-trailers:hover {
	opacity:0.8;
}


/* CSS de los comentarios */

.tipo-comentario {

	height:auto;
	overflow:hidden;
}

.tipo-comentario-avatar {
	float:left;
	margin-top:20px;
}
.nick {
    font-weight:bold;
    color:#808080;
font-size: 12px;
}
.nick a {
    color:#000;
    text-decoration: none;
}
.nick a:hover {
    color:#8da9dc;
}

.datos {
    height:auto;
    width:400px;


}
.imagen-comentario {
    position:relative;
    float:left;
    margin-top:5px;
}

.el-comentario {
	float:left;
	margin-left:2px;
	height:auto;
	overflow:hidden;
	width:500px;
	border: 1px solid #e4e4e4;
	padding: 2px 2px;
	margin-bottom:10px;
}
.el-comentario-info {
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
.el-comentario-nick {
	float:left;
	font-family: Arial,"DejaVu Sans",sans-serif;
	color: #094E87;
	font-weight: normal;
}
.el-comentario-fecha {
	float:right;
	color: #909090;
	font-size: 11px;
	font-weight: normal;
	float: right;
}

.el-comentario-texto {
	font-size: 13px;
	color: #505050;
	margin-top: 5px;
}
#comenta {
	margin-bottom:20px;
	width:660px;
	height:auto;
	overflow:hidden;

}
.comenta-titular {
	font-size: 13px;
	background: #efefef;
	padding: 5px 10px;
	margin: 5px 0 10px 0;
	font-family: Arial,"DejaVu Sans",sans-serif;
	width:300px;
}

#comenta textarea {
	font-size: 13px;
	background: #efefef;
	padding: 5px 10px;
	margin: 5px 0 10px 0;
	font-family: Arial,"DejaVu Sans",sans-serif;
	width:660px;
	border: 1px solid #dddddd;
	height:100px;
}
.comenta-boton {

	float:right;


	height: 2.55em;
	padding: 0 .9em;
	border-width: 1px;
	border-style: solid;
	outline: 0;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.5s;

}
.comenta-boton:hover {
	background-color:white;

}

.titulo-registrar {
	font-weight: bold;
	color: #222;
	font-size:13px;

}

#formulario-registro {
	margin-top:20px;
	margin-left:250px;
	border: 1px solid #e4e4e4;
	padding: 10px 15px;
	width:380px;
	margin-bottom:20px;

}
#formulario-registro input[type="text"], input[type="password"], input[type="email"]{
	/*-webkit-appearance: none;*/
	/*appearance: none;*/
	display: inline-block;
	height: 29px;
	margin: 0;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin-bottom:10px;
	margin-top:5px;
	width:260px;
}

.boton-enviar {
	border: 1px solid #3079ed;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #996ad2;
	
	/*background-color: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-color: -webkit-linear-gradient(#4d90fe,#4787ed);
	background-color: -moz-linear-gradient(#4d90fe,#4787ed);
	background-color: -ms-linear-gradient(#4d90fe,#4787ed);
	background-color: -o-linear-gradient(#4d90fe,#4787ed);
	background-color: linear-gradient(#4d90fe,#4787ed); */

	transition: all 0.5s;
}
.boton-enviar:hover {
	border: 1px solid #c6c6c6;
	color: white;
	text-decoration: none;
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	transition: all 0.0s;
	background-color: #b588ec;
	
	/*background-color: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-color: -webkit-linear-gradient(#f8f8f8,#f1f1f1);
	background-color: -moz-linear-gradient(#f8f8f8,#f1f1f1);
	background-color: -ms-linear-gradient(#f8f8f8,#f1f1f1);
	background-color: -o-linear-gradient(#f8f8f8,#f1f1f1);
	background-color: linear-gradient(#f8f8f8,#f1f1f1); */
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

#formularioalta{
	height:auto;
	overflow:hidden;
	margin-left:10px;

}

.elemento-formulario {
	float:left;
	margin-right:10px;
}

/*
input[type="checkbox"]{

	-webkit-appearance: none;
	appearance: none;
	width: 13px;
	height: 13px;
	margin: 0;
	cursor: pointer;
	vertical-align: bottom;
	background: #fff;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;

}

input[type=checkbox]:checked::after {
	content: url(https://www.adictosalcine.com/images/check1.png);
	display: block;
	position: absolute;
	top: -6px;
	left: -5px;
}
input[type=radio] {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  width: 15px;
  height: 15px;
  } */

#checks {
	margin-bottom:10px;
	font-size:13px;
}

.estrellas-portada {
	margin-left:8px;
	text-align:center;
}

.tipo-aparece-estrellas img {
	width:16px;
	height:16px;
}
.tipo-aparece-estrellas2 img {
	width:16px;
	height:16px;
}



/********* Estilos estrellas en el slide del trailer */
.vista {
    width: 120px;
    height: 170px;

    float: left;

    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    /*cursor: default;*/

}
.mascara {

}
.vista .mascara, .vista .contenido {
    width: 120px;
    height: 170px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;

}
.vista img {
    /*display: block;*/
  /*  position: relative;*/

}
.tipo-imagen-especial img {
	width: 120px;
    height: 170px;
    border: 0;
opacity:0.8;
}
.tipo-imagen-pelicula img {
	width: 120px;
    height: 120px;
    border: 0;
opacity:0.8;
}
.tipo-imagen-especial img:hover,
.tipo-imagen-pelicula img:hover {
opacity:1;
}
.vista h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    margin-top:30px;
    background: hsla(0,0%,0%,0.8);
}

.vista p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;

    text-align: center;
}
.vista a.informacion {
    display: inline-block;
    text-decoration: none;

    background: rgba(0,0,0,0.9);
    color: #fff;

    box-shadow: 0 0 1px #000;
    height:40px;
    width:120px;
    margin-top:130px;
    font-size:14px;
}

.vista a.informacion:hover {
    box-shadow: 0 0 5px #000
}


/**************************/
.vista img {
   /* transition: all 0.2s linear;*/
}
.vista .mascara {
    opacity: 0;

    transition: all 0.4s ease-in-out;
}
.vista h2 {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.2s ease-in-out;
}
.vista p {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.2s linear;
}
.vista a.informacion{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

/***************************/
.vista:hover img {
    /*transform: scale(1.1);*/
}
.vista:hover .mascara {
    opacity: 1;
}
.vista:hover h2,
.vista:hover p,
.vista:hover a.informacion {
    opacity: 1;
    transform: translateY(0px);
}
.vista:hover p {
    transition-delay: 0.2s;
}
.vista:hover a.informacion {
   /* transition-delay: 0.2s;*/
}
.left-menos-10 {
	margin-left:-10px;
}

.enlace-todo {
	position:absolute;
	background-color:transparent;
	height:130px;
	width:100%;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color:transparent;
}

.cuadradoverde14 {FONT-SIZE: 14px; COLOR: #000000;FONT-FAMILY: Verdana;text-align: justify;padding-left:6px;padding-right:6px;padding-top:5px;padding-bottom:5px;background-color: #e8ffe8;border-left:1px solid #000000;border-right:1px solid #000000;border-top:1px solid #000000;border-bottom:1px solid #000000;margin-left: 5px;margin-right: 5px;margin-bottom: 5px; width: auto;}
.cuadradoverde14 strong {
	color:#000;
}

.cuadradorojo14 {FONT-SIZE: 14px; COLOR: #000000;FONT-FAMILY: Arial;text-align: justify;    padding-left:6px;padding-right:6px;padding-top:5px;padding-bottom:5px;background-color: #ffcece;border-left:1px solid #000000;border-right:1px solid #000000;border-top:1px solid #000000;border-bottom:1px solid #000000;margin-left: 5px;margin-right: 5px;margin-bottom: 5px; margin: 0px; padding: 5px;overflow: hidden;}
.cuadradorojo14 strong {
	color:#000;
}

.cuadradoamarillo14 {FONT-SIZE: 14px; COLOR: #000000;FONT-FAMILY: Verdana;text-align: justify;    padding-left:3px;padding-right:3px;padding-top:5px;background-color: #ffff99;border-left:1px solid #c0c0c0;border-right:1px solid #c0c0c0;border-top:1px solid #c0c0c0;border-bottom:1px solid #c0c0c0;margin-left: 5px;margin-right: 5px}
.cuadradoamarillo14 strong {
	color:#000;
}

.cuadradoazul14 {FONT-SIZE: 14px; COLOR: #000000;FONT-FAMILY: Verdana;    padding-left:6px;padding-right:6px;padding-top:5px;background-color: #e1ecff;border-left:1px solid #000000;border-right:1px solid #000000;border-top:1px solid #000000;border-bottom:1px solid #000000;margin-left: 5px;margin-right: 5px}
.cuadradoazul14 strong {
	color:#000;
}

.cuadradolila14 {FONT-SIZE: 14px; COLOR: #000000;FONT-FAMILY: Verdana;text-align: justify;    padding-left:6px;padding-right:6px;padding-top:5px;background-color: #e9d2ff;border-left:1px solid #000000;border-right:1px solid #000000;border-top:1px solid #000000;border-bottom:1px solid #000000;margin-left: 5px;margin-right: 5px}
.cuadradolila14 strong {
	color:#000;
}

.tip-recomendar {
            float:left;
		  	margin-left: 9px;
            background: #fff;
			border: 1px solid #ccc;
			padding: 4px;
			border-radius: 4px;
			box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
			position: relative;
			width: auto;
            color: #000;
}

		/* arrows - :before and :after */
.tip-recomendar:before {
			position: absolute;
			display: inline-block;
			border-top: 7px solid transparent;
			border-right: 7px solid #fff;
			border-bottom: 7px solid transparent;
			border-right-color: rgba(0, 0, 0, 0.2);
			left: -8px;
			top: 5px;
			content: '';
}

.tip-recomendar:after {
			position: absolute;
			display: inline-block;
			border-top: 6px solid transparent;
			border-right: 6px solid #fff;
			border-bottom: 6px solid transparent;
			left: -6px;
			top: 6px;
			content: '';
}

.tip-busquedas {
margin-top: 0px;
float:left;
margin-left: 2px;
background: #eee;
border: 1px solid #ccc;
padding: 2px;
border-radius: 4px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
position: relative;
width: auto;
color: #000;
font-size: 10px;
}
.iconos-resultados { float: right; clear: both; margin-top: auto;}

a.linkblanco14 {color:white;text-decoration: none;	font-size: 14px;}
a.linkblanco14:hover {color:white;text-decoration: underline;}
a.linkgris13 {color:#D3D0D0;text-decoration: none;	font-size: 13px;}
a.linkgris13:hover {color:white;}
a.linkgris213 {color:#808080;text-decoration: none;	font-size: 13px;}
a.linkgris213:hover {color:#535388;}


a.negro13a { color: #000000; text-decoration: none;font-size:13px;} 
a.negro13a:hover { color: #000000;text-decoration: underline;font-size:13px;} 


#avisolila {
    margin:10px;
	color:black;
	border-radius:10px;
    border-color: #000;
	padding:5px;
	width:auto;
	border:1px solid #000;
	overflow:hidden;
	height:auto;
	/*background:transparent;*/
	background: #E6B5EC;    
    
}
#avisolila a {text-decoration: none; color: #000;}
#avisolila a:hover{color: #800000;}

/* Botón Ir Arriba y abajo
 ----------------------------------------------- */
 #IrArribadeltodo {
 position: fixed;
bottom: 15px; /* Distancia desde abajo */
right: 15px; /* Distancia desde la derecha */
 }

 #IrArribadeltodo span {
 width: 48px; /* Ancho del botón */
 height: 48px; /* Alto del botón */
 display: block;
 background: url(https://www.adictosalcine.com/images/48x48/Arrow-Up-G.png) no-repeat center center;
 }
 #IrArribadeltodo span:hover {
 background: url(https://www.adictosalcine.com/images/48x48/Arrow-Up-B.png) no-repeat center center;
 
 }
#bajarventana {
position: fixed;
top: 15px; 
right: 15px; /* Distancia desde la derecha */
 }

 #bajarventana span {
 width: 48px; /* Ancho del botón */
 height: 48px; /* Alto del botón */
 display: block;
 background: url(https://www.adictosalcine.com/images/48x48/Arrow-Down-G.png) no-repeat center center;
 }
 #bajarventana span:hover {
 background: url(https://www.adictosalcine.com/images/48x48/Arrow-Down-B.png) no-repeat center center;
 
 }



select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: auto;
vertical-align: top;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  /*vertical-align: middle;*/
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  /*outline: thin dotted \9;*/
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}


select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  /*outline: thin dotted #333;*/
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*botones */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}


.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  /*outline: thin dotted #333;*/
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.avatar-ejem3 img {
        max-width:50px;
        max-height:50px;
        
    }
.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  font-size:14px;
  font-weight: bold;
  text-decoration: none;
color: #0000FF;  
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
  color: #3366FF;
}

.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .centrado,
.pager .centrado> a,
.pager .centrado > span {
color: #555555;
float: left;
font-size: 16px;
padding-left: 45px;
vertical-align: middle;
}

.pager .previous > a,
.pager .previous > span {
   float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}    
.aviso-error {
    color:red;
}

.votar-flecha-up {
    padding-top: 8px;
    width:0px;
    height:0px;
    border-left:18px solid transparent; /* izquierda flecha */
    border-right:18px solid transparent; /* derecha flecha */
    border-bottom:18px solid #808080; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    margin: auto;
 }
 .votar-flecha-up:hover {
    cursor: pointer;
    border-bottom: 18px solid #996ad2;
  }
  .votar-flecha-down:hover {
    cursor: pointer;
    border-top: 18px solid #996ad2;
  }
.votar-flecha-down {
    width:0px;
    height:0px;
    border-left:18px solid transparent; /* izquierda flecha */
    border-right:18px solid transparent; /* derecha flecha */
    border-top:18px solid #808080; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    margin: auto;
}
.votar-valor{
    text-align:center;
    font-size: 16px;
    color: #333;
    margin: auto;
}
.ver-imagen-pelicula{
    text-align: center;
}
.ver-imagen-pelicula img{
max-width:575px;
max-height:575px;
}
.v9g {FONT-SIZE: 9px;COLOR: #9c9c9c;FONT-FAMILY: Verdana;TEXT-DECORATION: none;}
.v8g {FONT-SIZE: 8px;COLOR: #9c9c9c;FONT-FAMILY: Verdana;TEXT-DECORATION: none;}

#contenido-mini-peliculas .img80x110 {width:80px;height:110px;border:0; border-radius: 0 .35em 0 .35em; text-align: left; }
#contenido-mini-peliculas .estrellas {width:16px;height:16px;border:0; margin: 0px;}
#contenido-mini-peliculas .iconos22{width:22px;height:22px;border:0; margin-left: 3px; }
#contenido-mini-peliculas p {
	float:left;
	width:48%;
    min-width: 300px;
    height:165px;
    margin-top:10px;
	margin-right:5px;
	margin-bottom:2px;
	font-size:15px;
 background-color: #ddd;
border-radius: 0 .35em 0 .35em;
padding-top: 10px;
padding-left: 4px;
text-align: left;
}
#contenido-mini-peliculas p.favorita {
	float:left;
	width:48%;
    min-width: 300px;
    height:165px;
    margin-top:10px;
	margin-right:5px;
	margin-bottom:2px;
	font-size:15px;
 background-color: #D9FADB;
border-radius: 0 .35em 0 .35em;
padding-top: 10px;
padding-left: 4px;
text-align: left;
}
#contenido-mini-peliculas p:hover {background-color: #ccc;}
.imgfilmo {
width: 28px; height: 32px; border-radius: 0 .35em 0 .35em; vertical-align: middle;    
}

.paging{
  list-style:none;
  margin:0;
  padding:8px 0 10px;
  overflow:hidden;
  height:30px;
  text-align:center;
}
.paging li{
  display:inline-block;
  margin:0 1px;
  width:26px;
  height:26px;
}
.paging li a{
  float:left;
  width:28px;
  color:#555;
  height:21px;
  text-align:center;
  font:1.2em/1.2em Arial, Helvetica, sans-serif;
  border:1px solid #252525;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  background:#ddd;
  
}
* html .paging li {
  display:inline;
  margin:0 3px;
}
*+html .paging li {
  display:inline;
  margin:0 3px;
}
.paging  a{
text-decoration:none;
    
}
.paging li.active{
  /* margin:3px;*/
  vertical-align: top;
  
    text-align:center;
font-weight: bold;
/*
font-size: 18px;
  overflow:hidden;
*/
}
.paging li a:hover,
.paging li.active a{
  color:#fff;
  border:1px solid #252525;
  text-decoration:none;
  background: #333;
  font-family: Arial, Helvetica, sans-serif;

}
.paging li.active a{
  cursor: default;
}
.paging li a.prev {
  text-indent:-9999px;
  border:1px solid #252525;
  background:#eee url('https://www.adictosalcine.com/images/16x16/arrow-36-16iz.png') no-repeat 50% 50%;
}
.paging li a.prev:hover {
  background:#333 url('https://www.adictosalcine.com/images/16x16/arrow-36-16iz.png') no-repeat 50% 50%;
}

.paging li a.next{
  text-indent:-9999px;
  border:1px solid #252525;
  background:#eee url('https://www.adictosalcine.com/images/16x16/arrow-36-16.png') no-repeat 50% 50%;
}
.paging li a.next:hover {
 background:#333 url('https://www.adictosalcine.com/images/16x16/arrow-36-16.png') no-repeat 50% 50%;   
}

.estrellas {width:16px !important;height:16px !important;border:0 !important; margin: 0px !important;}

.font12gris {font-size: 12px; color: #666;}

.abecedario li{ 
    width: 40px !important;
    height: 45px !important;
    
}

.abecedario li a{
    font-size: 26px !important;
    width: 40px !important;
    height: 35px !important;
    padding-top: 5px !important;
}

.rectangulos li{ 
    width: 50px;
    height: 25px;
    margin-bottom: 10px;;
}

.rectangulos li a{
    font-size: 16px;
    width: 50px;
    height: 25px;
    padding-top: 5px;
}

.rectangulosmes li{ 
    width: 85px;
    height: 20px;
    margin-bottom: 10px;;    
}

.rectangulosmes li a{
    font-size: 14px;
    width: 85px;
    height: 20px;
    padding-top: 2px;
       }
.font14 {font-size: 14px;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}

.separador125{
width: 125px; font-weight: bold; display: inline-block;
}