@charset "UTF-8";
/* CSS Document */
/*
	Theme Name: Les veus de la mem&ograve;ria
	Theme URI: vocesdelamemoria.rtve.es
	Description: Plantilla para Les veus de la mem&ograve;ria de Aptitude
	Version: 1.0
	Author: Aptitude Comunicaci&oacute;n Visual
	Author URI: www.aptitudelab.com
*/

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	font-family: 'Muli', Arial, sans-serif;
	background-color: #000;
	color: #FFF;
	text-shadow: #000 1px 1px 0px;
}

#wrapper {
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
}

#precarga {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -102px;
	margin-left: -44px;
	width: 87px;
	height: 44px;
	background: url(img/anima_teclado.gif) no-repeat;
	z-index: 100;
	display: none;
}

.videoFlash	{
	position: relative;
	z-index: 0;
}

.cuadro {
	padding: 7px 10px 6px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	text-transform: uppercase;
	float: left;
}

.prueba {
	position: relative;
}

.indent {
	background-repeat: no-repeat;
	overflow: hidden;
	height: 16px;
	text-indent: 20px;
	background-position: 0px 0px;
	margin-top: 2px;
	text-transform: uppercase;
}

.indent_black {
	background-repeat: no-repeat;
	overflow: hidden;
	height: 16px;
	text-indent: 20px;
	background-position: 0px 0px;
	margin-top: 2px;
	text-transform: uppercase;
}

.indent a {
	color: #FFF;
	text-decoration: none;
}

.indent a.naranja {
	color: #F7BD36;
}

.indent_black a {
	color: #333;
	text-decoration: none;
}

.indent_black a.naranja {
	color: #F7BD36;
}

.sobre {
	color: #F7BD36;
}

.boton_cerrar {
	float: left;
	width: 13px;
	height: 13px;
	margin-left: 2px;
	padding: 3px;
	overflow: hidden;
	background-color: #000;
	background-position: 3px 1px;
	background-repeat: no-repeat;
	background-image: url(img/ico_cierre.png);
	cursor: pointer;
}


/****************************************/
/*										*/
/*				INTRO					*/
/*										*/
/****************************************/

#contenidoIntro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	display: none;
}

#videoIntro {
	position: absolute;
}

#intro {
}

#textoIntro {
	position: absolute;
	padding: 20px;
	text-transform: uppercase;
	color: #f7bd36;
	background-color: rgba(0,0,0,0.7);
	font-size: 3em;
	display: none;
	text-align: center;
}

#cerrarIntro {
	position: absolute;
	padding: 10px;
	font-size: 1.6em;
	bottom: 70px;
	right: 30px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	cursor: pointer;
	z-index: 1000;
	display: none;
}

/****************************************/
/*										*/
/*				HEADER					*/
/*										*/
/****************************************/

header {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 95px;
}

#banda_rtve {
	width: 100%;
	height: 30px;
	color: #FFF;
	background-color: #777;
}
	
#logo_rtve {
	float: left;
	margin-right: 10px;
	margin-left: 30px;
	height: 30px;
}
	
.enlace_rtve {
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #FFF;
	font-size: 1.3em;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
	
.enlace_rtve a {
	color: #FFF;
	text-decoration: none;
}
	
.enlace_rtve a:hover {
	color: #FF9900;
}	
	
.no_linea {
	border: 0;
}

#header_banda {
	position: relative;
	width: 100%;
	height: 60px;
	background: #000;
	display: none;
}

#logo {
	position: relative;
	float: left;
	width: 454px;
	height: 60px;
	background: url(img/logo_lasvoces.jpg);
	margin-left: 30px;
}

#header_derecha {
	float: right;
	margin-right: 30px;
}

.banner {
	float: left;
	height: 60px;
}

#banner_doctv {
	width: 159px;
}

#banner_cancion_recuerdo {
	width: 135px;
}

#banner_caraB {
	width: 135px;
}

.banner_img {
	float: left;
	height: 60px;
	width: 60px;
}

.banner_text {
	float: left;
	text-transform: uppercase;
	color: #FFF;
	height: 28px;
	padding: 16px 0;
	line-height: 1.5em;
}

#banner_doctv .banner_img {
	width: 69px;
}

.banner a {
	color: #FFF;
	text-decoration: none;
}

.linea {
	float: left;
	margin: 15px 10px;
	width: 1px;
	height: 30px;
	background: url(img/linea_30px.jpg) no-repeat;
}


/****************************************/
/*										*/
/*				CONTENIDO				*/
/*										*/
/****************************************/

#contenido {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

#contenidoVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	display: none;
}

#contenidoFlash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

#contenidoProta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	display: none;
}

#contenido p {
	margin: 0;
	padding: 0;
}

#trigger {
	width: 100%;
	height: 100%;
	display: none;
}

/*	VIDEO	*/

#videoFondo {
	position: absolute;
}

#videoFlash {
	position: absolute;
}

#videoPlayer {
	position: absolute;
}

.trama {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(media/trama.png);
	display: none;
}

#subtitulos {
	position: absolute;
	width: 716px;
	color: #FFF;
	font-size: 4em;
	left: 50%;
	margin-left: -358px;
	bottom: 50px;
	text-align: center;
	display: none;
	padding: 10px;
}

/*	CAPÍTULOS	*/

#capitulos {
	position: absolute;
	bottom: 50%;
	left: 30px;
	display: none;
	z-index: 2;
}

#capitulos_cab {
	float: left;
	padding: 10px;
	height: 11px;
	background-color: #000;
	text-indent: 10px;
	background-repeat: no-repeat;
	background-position: 10px 14px;
	background-image: url(img/flecha_texto.jpg);
	text-transform: uppercase;
	color: #FFF;
}

#controlador {
	position: absolute;
	left: 20px;
	top: 100px;
	width: 400px;
	height: 100px;
	background: url(img/cinta_controlador_gira.png) no-repeat -5px -5px;
	z-index: 2000;
	display: none;
}

#controlador_interactivo {
	position: absolute;
	top: 12px;
	left: 88px;
}

#controlador_botonera {
	width: 100%;
	height: 40px;
}

#barraCarga {
	margin-top: 5px;
	height: 5px;
	background-color: #000;
	width: 224px;
}	

#barraProgreso {
	position: absolute;
	background-color: #f7bd36;
	height: 5px;
	width: 0;
}

#controlador_capitulos {
	width: 46px;
	height: 8px;
	margin-top: 4px;
	background-repeat: no-repeat;
	background-image: url(img/b_capitulos.png);
	cursor: pointer;
}

.cont_cap_hover {
	background-position: 0 -21px;
}

#linea_juego {
	position: absolute;
	top: 44px;
	left: 112px;
	width: 1px;
	height: 15px;
	background: url(img/linea_15px.jpg) no-repeat;
}

#juego {
	position: absolute;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	display: none;
	padding: 3px 10px;
	font-size: 1em;
	cursor: pointer;
	color: #FFF;
	top: 60px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.boton_controlador {
	float: left;
	margin-right: 3px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: #000;
}

.boton_activo {
	cursor: pointer;
}

#anterior {
	background-image: url(media/ico_cap_ant.png);
}

#siguiente {
	background-image: url(media/ico_cap_sig.png);
}

#playpause {
	float: left;
	width: 140px;
	height: 40px;
	margin-right: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(img/play_menu_+info.png);
	overflow: hidden;
}

.play_hover {
	background-position: 0 -50px;
}

.pause {
	background-position: -150px 0;
}

.pause_hover {
	background-position: -150px -50px;
}

#titulo {
	float: left;
	height: 20px;
	margin-left: 3px;
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 13px 20px 7px;
	background-color: rgba(0,0,0,0.7);
}

#capitulos_cont {
	position: relative;
	clear: both;
	top: 5px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	padding: 10px 5px 0;
	overflow: auto;
}

.capitulo {
	position: relative;
	float: left;
	margin-left: 3px;
	width: 120px;
	height: 68px;
	cursor: pointer;
	background-color: rgba(0,0,0,1);
	overflow: hidden;
}

.capitulo_cont {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.capitulo_info {
	position: absolute;
	width: 100%;
	height: 100%;
}

.capitulo_tit {
	position: absolute;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
}

.capitulo_dur {
	position: absolute;
	right: 5px;
	bottom: 0;
	font-size: 1em;
}

.capitulo_thumb {
	position: absolute;
	width: 100%;
	height: 100%;
}

.capitulo_thumb img {
	width: 100%;
	height: 100%;
}

.texto {
	clear: both;
	padding-top: 5px;
	font-size: 1.1em;
	text-transform: uppercase;
}

#capitulos_tit {
	background-color: #000;
	padding: 10px 5px 5px;
	overflow: auto;
}

.cap_tit {
	float: left;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 5px;
	border-left: 1px dotted #FFF;
}

.cap_tit_visitado {
	color: #666 !important;
	border-left: 1px dotted #666 !important;
}


/*	PROTAGONISTAS	*/

#protagonistas {
	position: absolute;
	z-index: 3;
	width: 720px;
	height: 259px;
	background: url(media/fondo_protas.png) no-repeat 0px 0px;
}

#protas_tit {
	position: absolute;
	padding: 10px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	text-indent: 10px;
	background-repeat: no-repeat;
	background-position: 10px 14px;
	background-image: url(img/flecha_texto.jpg);
	text-transform: uppercase;
	color: #FFF;
	width: 160px;
	display: none;
}

#capitulosProtagonistas {
	position: absolute;
	bottom: 50px;
	z-index: 7;
	display: none;
}

#thumb_protagonistas {
	float: left;
	background-color: #000;
	padding: 5px;
}

#capitulosProtagonistas .capitulo_tit {
	height: 60px;
	padding-top: 30px;
	font-size: 1em;
}

#capitulosProtagonistas .capitulo_info {
	display: none;
}

.protagonista {
	position: absolute;
	width: 143px;
	height: 245px;
	overflow: hidden;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.protagonista_pause {
	cursor: default;
}

.protagonista img {
	position: absolute;
	top: 0px;
}

#prota_1 {
	left: 10px;
	top: 14px;
	z-index: 1;
	background: url(media/bot_olivo.png) no-repeat;
}

#prota_2 {
	width: 155px;
	left: 147px;
	top: 14px;
	z-index: 2;
	background: url(media/bot_lonches.png) no-repeat;
}

#prota_3 {
	left: 292px;
	top: 14px;
	z-index: 3;
	background: url(media/bot_emilia.png) no-repeat;
}

#prota_4 {
	left:419px;
	top: 14px;
	z-index: 4;
	background: url(media/bot_carmen.png) no-repeat;
}

#prota_5 {
	width: 80px;
	left:505px;
	top: 14px;
	z-index: 6;
	background: url(media/bot_encarna.png) no-repeat;
	background-position: -30px 0;
}

#prota_6 {
	left:542px;
	top: 14px;
	z-index: 2;
	background: url(media/bot_candi.png) no-repeat;
}

#info_protas {
	position: absolute;
	display: none;
	width: 150px;
	z-index: 4;
	cursor: pointer;
}

#info_protas .tit {
	font-size: 1.1em;
}


/*	CARA B	*/

#caraB_info {
	position: absolute;
	top: 80px;
	right: 30px;
	z-index: 5;
	display: none;
}

#caraB_flecha {
	position: absolute;
	right: 50px;
	clear:both;
	width: 5px;
	height: 3px;
	background: url(img/flecha_caraB.jpg) no-repeat;
}

#caraB_tit {
	margin-top: 22px;
	float: left;
	padding: 10px;
	background-color: #000;
	text-indent: 10px;
	background-repeat: no-repeat;
	background-position: 10px 14px;
	background-image: url(img/flecha_texto.jpg);
	text-transform: uppercase;
	color: #FFF;
}

#caraB_cuadro {
	position: relative;
	margin-top: 17px;
	float: right;
	width: 159px;
	height: 89px;
	top: 0;
	cursor: pointer;
	overflow: hidden;
}

#caraB_marco {
	position: relative;
	width: 150px;
	height: 80px;
	border: 5px solid #000;
}

#caraB_boton {
	position: absolute;
	top: 30px;
	left: 65px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(img/play_mini.png);
}

.caraB_hover {
	background-position: 0 -40px;
}

#cuadro_info {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 300px;
	z-index: 5;
	display: none;
}

#cuadro_tit {
	color: #FFF;
	font-size: 1.6em;
	text-transform: uppercase;
}

#cuadro_tex {
	margin-top: 10px;
	#color: #FFF;
	font-size: 1.2em;
	line-height: 1.5em;
}



/****************************************/
/*										*/
/*				PROTAGONISTAS			*/
/*										*/
/****************************************/

#seccionProtagonistas {
	position: absolute;
	display: none;
	z-index: 10;
	width: 980px;
	height: 402px;
	top: 50%;
	left: 50%;
	margin-top: -201px;
	margin-left: -490px;
}

#capitulosProtagonistas {
	float: left;
}

.capituloProtagonistas {
	position: relative;
	float: left;
	margin-right: 2px;
	width: 160px;
	height: 90px;
	cursor: pointer;
	background-position: 0px 0px;
	overflow: hidden;
}

#videoProtagonistas {
	float: right;
}

#Fgonistas video {
	width: 815px;
	height: 458px;
}

#nombreProtagonistas {
	position: absolute;
	left: 165px;
}

#subtitulosProtagonistas {
	position: absolute;
	width: 715px;
	color: #FFF;
	font-size: 2em;
	left: 185px;
	bottom: 0px;
	text-align: center;
	display: none;
	padding: 10px;
}

#infoProtagonistas {
	position: absolute;
	top: 418px;
	left: 165px;
	width: 805px;
	height: 25px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	padding-right: 10px;
}

#play_pause_protas {
	width: 25px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.pause {
	background-image: url(media/personajes_pause.png);
}

.play {
	background-image: url(media/personajes_play.png);
}

.pp_prota_activo {
	background-position: 0 -25px;
}

.texto_protas {
	float: left;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 6px;
	font-size: 1.1em;
}

#bioProtagonistas {
	position: absolute;
	top: 100px;
	left: 315px;
	width: 495px;
	font-size: 1.3em;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	padding: 20px;
	display: none;
}

#bio_protas {
	text-indent: 20px;
	float: right;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-image: url(media/personajes_bio.png);
	cursor: pointer;
	height: 25px;
	padding-top: 8px;
	font-size: 1em;
}

.naranja {
	color: #F7BD36 !important;
}

#barraProtagonistas {
	height: 5px;
	width: 0;
	background-color: #f7bd36;
}

#barraProtasCarga {
	position: absolute;
	top: 443px;
	left: 165px;
	height: 5px;
	width: 815px;
	background-color: rgba(255,255,255,0.3);
	cursor: pointer;
}



/****************************************/
/*										*/
/*				JUEGOS					*/
/*										*/
/****************************************/

#seccionJuegos {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -490px;
	display: none;
	width: 980px;
	height: 551px;
	overflow: hidden;
}

#seccionJuegos iframe {
	width: 1000px;
	height: 651px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}


/****************************************/
/*										*/
/*				FOOTER					*/
/*										*/
/****************************************/

footer {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	background-color: #000;
	z-index: 4;
	display: none;
}

#footer_left {
	float: left;
	margin-left: 30px;
	height: 10px;
	padding: 10px 0;
	font-size: 0.9em;
}

#footer_left a {
	color: #FFF;
	text-decoration: none;
}

#footer_left a:hover {
	color: #F7BD36;
}

#footer_right {
	float: right;
	margin-right: 30px;
	color: #FFF;
	margin-top: 5px;
}

#productores {
	position: absolute;
	width: 132px;
	height: 90px;
	left: 30px;
	bottom: 40px;
	display: none;
}

#productores .texto {
	font-size: 1em;
	margin-top: -5px;
}

.prod_logo {
	float: left;
	margin-top: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#zurdos {
	width: 65px;
	height: 65px;
	background-image: url(img/logo_barret.png);
}

#afav {
	width: 59px;
	height: 67px;
	float: right;
	background-image: url(media/logo_afav.png);
}

#ministerio {
	position: absolute;
	right: 30px;
	bottom: 40px;
	display: none;
}

#ministerio .imagen {
	margin-top: 5px;
}

.farmaindustria {
	margin-bottom: 10px;
}

.texto_footer {
	font-size: 0.9em;
}

.creditos {
	cursor: pointer;
}

#googleplus {
	margin-left: 5px;
	float: left;
	height: 20px;
	width: 33px;
	overflow: hidden;
}

#meGusta {
	float: left;
	height: 21px;
	width: 73px;
	overflow: hidden;
	margin-right: 5px;
}

.participa {
	float: left; 
	text-transform: uppercase;
	height: 21px;
	font-size: 1.2em;
	margin-top: 4px;
	cursor: pointer;
}

.participa_redes {
	float: left;
	margin-left: 3px;
	display: none;
	cursor: pointer;
}

.participa_linea {
	float: left;
	width: 1px;
	height: 21px;
	margin-left: 10px;
	margin-right: 10px;
	border-right: 1px dotted #FFF;
}

.participa_enlace {
	position: relative;
	float: left;
	height: 21px;
	margin-left: 5px;
	margin-top: 2px;
	overflow: hidden;
}

#facebook {
	width: 16px;
}

#twitter {
	width: 19px;
}

#tuenti {
	width: 15px;
}

.participa_enlace img {
	position: absolute;
}