
/* estructura en el portal */
#portada-menu {
  float: left;
	width: 205px;
}
#portada-contenido {
	float: left;
	width: 700px;
	margin-top: 15px;
}

#portada-contenido .apartado-img {
  margin-left: 16px;	
  margin-bottom: 20px;
}

.noticias-dos {
	width: 700px;
}
.noticias-dos img {
	float:left;
}
.noticias-dos:after {
	content: ".";
	display: block; 
	height: 0;
	clear: both;
	visibility:hidden;
}

.noticia {
	width: 325px;
	float: left;
	margin-left: 15px;
}

.noticia div {
	float: right;
	width: 190px;
}

.noticia div .titular {
	color: #E48649;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
}

.noticia div .fecha {
	color: #0E0E32;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
}

.noticia div .entradilla {
	color: #737373;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 4px;
}

#portada-estrenos .apartado-img {
	margin-top: 20px;
	margin-bottom: 0;
}

.proyectos-registro {
	font-size: 11px;		
	width: 130px;
	margin: 20px;
	float: left;
}

.proyectos-registro-recuadro {
	width: 130px;
	height: 130px;
	background-color: #dfdfdf;
}

.proyectos-registro-recuadro img {
}

.proyectos-registro p {
	margin: 0;
	padding: 0;	
}

.proyectos-registro p {
	margin: 0;
	padding: 0;	
}

.titulo {
	color: #FD7720;	
	font-weight: bold;
}

.genero {
  color: #19236A;
}
		
.empresa {
  color: #19236A;
	font-weight: bold;
}

a.boton-ver-ficha {
	display: block;
	width: 130px;
	height: 18px;
	background: url(../images/gl/bot_ver_ficha.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-bottom: 2px;
}
a.boton-ver-ficha:hover {
	background-position: 0 -18px;
}


