@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@font-face
{
font-family: FuenteGolem;
	src: url('/fuentes/1361522150.eot')  format('eot'),
	     url('/fuentes/1361522150.ttf')  format('truetype');
}         
       

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

body {
	text-align:center;

}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

a:visited { color: #666; }

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menus {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#m_encartel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#m_noticias {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pietexto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color:#333;
}

.btn_ver{
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
position: relative;
overflow: hidden;
padding: 1rem 2rem;
font-family: 'Roboto Condensed', sans-serif;
font-size: 1.1rem;
color: #ffffff !important;
background-color: #fe0613 !important;
border-color: #fe0613 !important;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s, .3s, .3s, 2s;
  transition-timing-function: ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  
  border-radius: 100px;
  
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  
  background-color: #fe525b !important;
  border-color: #fe525b !important;
  color: #ffffff !important;
  
  padding: 1rem 2rem;
  border-radius: 100px;
  
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}


/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menus {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#m_encartel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#m_proximas {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#m_noticias {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#pietexto {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 950px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#menus {
	clear: both;
	float: center;
	margin-left: 0;
	width: 950px;
	display: block;
	text-align:center;
}
#contenido {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 0px;
	width: 100%;
	display: block;
}

#contenido_slim {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 15px;
	width: 100%;
	display: block;
}

#m_encartel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	left: 10px;
}

#m_noticias {
	clear: none;
	float: left;
	margin-left: 0;
	margin-bottom: 15px;
	width: 100%;
	display: block;
}

#m_lateral {
	clear: none;
	float: left;
	margin-left: 3.0000%;
	margin-bottom: 15px;
	width: 25.5714%;
	display: block;
}
#pietexto {
	clear: both;
	float: center;
	margin: auto;
	width: 950px;
	display: block;
	color:#333;
}

}

ul {  
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	
}
ul li {
	padding:0;
	float:left;
	}

ul li a {
	display:block;
	width: 110px;
	height: 45px;  
	text-decoration:none;
	font-size: 20px;
	text-align:center;
	font-weight:normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #666;
	padding-top: 15px;

}

ul li a:visited {
	/*color: #666;*/
}


ul li a:hover {
	font-weight:bold;
	color: #000;
}

ul li a:active {
	color: #000;
}


ul li a #inicio span {
	display: none;
}

#contacto {
	width:115px;
}

#contacto_on {
	width:115px;
	pointer-events: none;
	cursor: default;
}

#noticias_on {
	pointer-events: none;
	cursor: default;
	color: #666;
}

#contenidoMenu {
	width:950px;
	text-align:center;
	
	}

a.contacto_on{
	pointer-events: none;
	cursor: default;
}

#proximas {
	width:135px;
}

#inicio_sub {
	width:90px;
}

#proximas_on {
	width:135px;
	pointer-events: none;
	cursor: default;
	color: #666;

}

#en_cartel_on {
	pointer-events: none;
	cursor: default;
	color: #666;
}



#inicio {
	width: auto;
	background-image: url(/distribucion/img/inicio.png);
	background-repeat: no-repeat;
}

#rs_facebook {
	width:30px;
	background-image:url(/distribucion/img/rs_facebook.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-size: 25px 25px;
}

#rs_twitter {
	width:30px;
	background-image:url(/distribucion/img/rs_twitter.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-size: 25px 25px;
	
}

#rs_youtube {
	width:30px;
	background-image:url(/distribucion/img/rs_youtube.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-size: 25px 25px;
	
}

#ms_filmin {
	width:80px;
	background-image:url(/distribucion/img/ms_filmin.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-size: 75px 25px;
	
}

#ms_cameo {
	width:80px;
	background-image:url(/distribucion/img/ms_cameo.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-size: 75px 25px;
	
}

#esSup5 {
	padding-top: 5px;
	}
	
#esSup10 {
	padding-top: 15px;
	}

.TitulosLectura{
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #000;

}
.TitulosLecturaGris {
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #666;
}
.TitulosLecturaGrisL {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #666;
}


.TitulosLecturaXL {
	text-decoration: none;
	font-size: 24px;
	text-align: inherit;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #333;
}
.TitulosLecturaXXL {
	text-decoration: none;
	font-size: 28px;
	text-align: inherit;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #333;
}


.MediumLectura {
	text-decoration: none;
	font-size: 18px;
	text-align: inherit;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #000;
}


.TextoLectura{
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #000;

}
.TextoLecturaGris {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #999;
}
.TextoLecturaBlanco {
	text-decoration: none;
	font-size: 16px;
	text-align: inherit;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #FFF;
}

.TextoLecturaMGris {
	text-decoration: none;
	font-size: 16px;
	text-align: inherit;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #666;
}



.CondensadoLectura{
	text-decoration:none;
	font-size: 14px;
	text-align:inherit;
	font-weight:bold;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #000;

}

.LinksDistribucion{
	text-decoration: none;
	font-size: 14px;
	text-align: inherit;
	font-weight: bold;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #006;

}
.LinksDistribucionXL {
	text-decoration: none;
	font-size: 18px;
	text-align: inherit;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #006;
}


#piebase{
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #FFF;
	background-color: #666;
	padding: 10px 0 20px 0;
}
.FechaProximos{
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #999999;

}

#descargas{
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color:#999;

}

#piepagina{
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color:#FFF;

}#linknoticias {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color:#666;
	
}

a.linknoticias{
	color:#666;
}

