@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');
}         
       
.TitulosLectura{
	text-decoration: none;
	font-size: 20px;
	text-align: inherit;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #666;

}

.TextoLectura{
	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;

}

.CajaPelicula {
	border: 1px;
	border-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;

}

.FechaProximos{
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #999999;

}

div#ContenedorFichaPeli {
	margin:auto;
}

div#ContendorImagenPeli {
	margin:auto;
	float:left;
}

div#ContenedorTextoPeli {
	margin:0 0 0 15px;
	float:left;
	width: 170px;
}

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

div#Separadorpeli {
	border: 1px solid #666;
	
}

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

div#GeneroPeli {
	text-decoration: none;
	font-size: 16px;
	text-align: inherit;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 5px 5px 5px 5px;
}

div#SinopsPeli {
	text-decoration: none;
	font-size: 16px;
	text-align: justify;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #666;
	height:155px;
	padding: 5px 5px 5px 5px;
	
}
div#masinfo {
	text-decoration: none;
	font-size: 16px;
	text-align: inherit;
	font-weight: normal;
	font-family: FuenteGolem, Helvetica-Narrow, Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 0 5px;
	background-color:#E0082F;
	width: 80px;
}

a masinfo {
	color: #fff;

}
