/*########## Entrevistas #############*/

.Entrevistas {
	padding: 10px 20px 20px 20px;
	font-size: 12px;
	font-weight: bold;
	background: #666666;
	display: inline-block;
	overflow: auto;
}

	.Entrevistas .Titulo {
		font-size: 16px;
		color: #FFF;
	}
	
	.Entrevistas .Subtitulo {
		font-size: 12px;
		color: #FFF;
		padding-bottom: 10px;
	}

	.Entrevistas .Normal {
		width: 80px;
		height: 80px;	
		float: left;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	.Entrevistas .Primera {
		width: 80px;
		height: 80px;	
		padding-left: 0px;
		padding-bottom: 10px;
		float: left;
	}
/*########## Fotos Personajes #############*/		
		
.FotosEntrevistas {
	width: 580px;
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
}
		
	.FotosEntrevistas .Personaje {
		width: 180px;	
		float: left;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
	
	.FotosEntrevistas .Personaje .FotoPersonaje {
		height: 180px;	
	}
	
	.FotosEntrevistas .Personaje .Datos {
		height: 50px;
		width: 175px;	
		color: #FFF;
		padding-left: 5px;
		padding-top: 5px;
		line-height: 15px;
		display: block;
	}

/*########## Ficha Personaje #############*/		
		
.FichaPersonaje {
	width: 560px;
	margin-top: 20px;
	padding: 10px;
	overflow: hidden;
	
}

	.FichaPersonaje .Curriculum {
		float: right;
		width: 350px;

		padding-right: 10px;
	}
	
		.FichaPersonaje .Curriculum .NombrePersonaje {
			font-weight: bold;
			font-size: 18px;
			color: #FFF;
			padding-bottom: 3px;
		}
		
		.FichaPersonaje .Curriculum .CargoPersonaje {
			color: #FFF;
			font-size: 14px;
			padding-bottom: 10px;
		}
		
		.FichaPersonaje .Curriculum .TextoPersonaje P {
			color: #FFF;
			font-size: 11px;
		}

.PreguntasEntrevista {
	border-bottom: 1px solid #CCC;
	padding-top: 15px;
	padding-bottom: 5px;
}

	.PreguntasEntrevista .Pregunta1 {
		font-weight: bold;
		padding-bottom: 5px;
	}



















