	
	ul,ul li {list-style-type:none;}
	.list-compartir { height: 10px;padding: 0 0 5px 0;text-align: center; margin: 0 0 10px 0;}
	.list-compartir li { display: inline-block; border-left:1px solid #ddd; padding:0 8px;}
	.list-compartir li:first-child { border-left:0;}
	.list-compartir li a { font:11px/13px Tahoma, Geneva, sans-serif; color:#666; padding:0 0 0 16px;text-decoration: none;}
	.list-compartir li.comp-facebook iframe { width:145px; height:21px;}
	.list-compartir li.comp-facebook a { background: url("/iconos/v1.x/v1.0/varios/compartir_facebook.png") no-repeat left center;}
	.list-compartir li.comp-twitter a { background: url("/iconos/v1.x/v1.0/varios/compartir_twitter.png") no-repeat left center;}
	.list-compartir li.comp-eskup a { background:url("/iconos/v1.x/v1.0/varios/compartir_eskup.png") no-repeat left center;}
	



#contenedor_debate {

	width: 980px;
	margin: 0 auto;
}


/* PLAYER VIDEO HTML5 ----------------------------------------------------------------------------------------------------------- */



video {
	display: block;
}
.controles {
	font: normal 11px Arial,Helvetica,sans-serif;
	
	background-color: #666;
}

.controles em {
	font-style: normal;
	
}
.controles span {	
	border-right: 0;
	display: inline-block;
	width: 40px;
	height: 36px;
	text-align: center;
	vertical-align: middle;	
}


.controles span.boton_play_pause,
.controles span.play,
.controles span.pause {
	width: 60px;
	
}
.controles span.boton_play_rebobinar {
	width: 20px;
}
.controles span.barra {
	border: 0;
	height: 20px;
	margin: 8px 0 8px 0;
	position: relative;
	background-color: #ccc;
	text-align: left;	
	border-right: 0;

}

.controles span.barra em {
	display: inline-block;
	height: inherit;	
	background-color: #fff;

}

.controles span.barra .tiempo_actual {
	position: absolute;	
	top: -18px;
	display: none;

	background-color: #fff;
	padding: 1px 3px 1px 3px;
	left: 0;
}

.controles span.slider {
	height: auto;	
	width: 43px;	
	visibility: hidden;
	padding-top: 4px;
	margin-left: -4px;
	background: rgba(0,0,0,0.8);	

	
}
.controles span.slider em {
	display: block;
	height: 10px;
	margin: 0 4px 0 4px;
	border-bottom: 1px solid #666;	
	background-color: #666;
	
}

.controles span.slider em:last-child {
	border-bottom: 0;
}
.controles span.slider em:hover {
	background-color: #0097c8 !important;
}
.controles span.slider em.on {
	background-color: #fff;
	border-color: #fff;
	
}


.controles span.slider:hover em {
	border-color: #585858;
}
.controles span.slider:hover em.on {
	border-color: #ccc;
}


.controles span.altavoz {
	border: 0;
}

.controles span em {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}

.controles span em:hover {
	background-color: #0097c8;
}





.controles span.boton_play_pause em,
.controles span.play em {
	background-image: url(/iconos/especiales/2011/elecciones_20n/debate_resumen/video/play.png);
}

.controles span.boton_rebobinar em{
	background-image: url(/iconos/especiales/2011/elecciones_20n/debate_resumen/video/rebobinar.png);
}

.controles span.boton_play_pause > em,
.controles span.play > em,
.controles span.pause > em,
.controles span.boton_rebobinar > em,
.controles span.volumen > em {
	display: block;
	height: 27px;
	margin: 5px 5px 5px 0;

}

.controles span.boton_play_pause > em,
.controles span.play >  em,
.controles span.pause > em {
	margin-left: 5px;
}

.controles span.volumen > em {	
	background-image: url(/iconos/especiales/2011/elecciones_20n/debate_resumen/video/volumen.png);
}
.controles span.silencio > em {
	background-image: url(/iconos/especiales/2011/elecciones_20n/debate_resumen/video/volumen-mute.png);
}

.controles span.pause em {
	background-image: url(/iconos/especiales/2011/elecciones_20n/debate_resumen/video/pause.png);
}

.controles span.posicion,
.controles span.duracion {
	height: 25px;
	padding-top: 11px;
	color: #fff;
	
}
.controles span.posicion em,
.controles span.duracion em {
	background: transparent;
	
}
#mivideo,
#mivideo2,
#mivideo3 {
	position: absolute;
	top: 30px;
	
}

#mivideo2 {
	
	left: 350px;
}

#mivideo3 {
	top: 300px;
	left: 10px;
}

.poster_play {
	width: 100px;
	height: 30px;
	background: transparent url(/iconos/especiales/2011/elecciones_20n/debate_resumen/video/play_poster.png) no-repeat;
	display: none;
	
}


/* FIN PLAYER VIDEO HTML5  ----------------------------------------------------------------------------------------------------------- */

/* DISCURSO ------------------------------------------------------------------------------------*/

.svd {
			position: relative;
			height: 400px;
		}
		.svd_video {
			position: absolute;
			top: 0;
			left: 0;
			width: 490px;
			background-color: #eee;
		}
		.svd_cortes {
			width: 500px;
			height: 359px;
			overflow: auto;
			position: relative;
			margin-left: 480px;
			background-color: #222;
		}
		
		.svd_cortes p {
			font: normal 12px/18px Arial,Helvetica,sans-serif;
			margin: 0 10px 0px 0;
			padding-bottom: 15px;
			color: #555;
			color: #B1B1B1;
			border-bottom: 1px dotted #ccc;
		}
		
		.svd_cortes p.activo {
			background-color: yellow;
		}
		


	.svd_cortes h3.titular {		
		font: bold 14px Arial,Helvetica,sans-serif;
		color: #fff;
        margin: 5px 0 5px 0;
        display: block;
        
    }	
    
    .svd_cortes .corte {
		padding: 10px 10px 0px 20px;
		cursor:pointer;
    }
    
    .svd_cortes .corte:hover {
		background-color: #444;
    }    
    .svd_datos_corte {
		font: normal 11px Tahoma,Arial,Helvetica,sans-serif;
		color: #FF4D00;
    }
    
	.svd_datos_corte .svd_autor {
		padding-left: 5px;
		text-transform: uppercase;
		font-weight: bold;		

    }    

    
    .scroller {
		position: absolute;
		padding-bottom: 260px;
    }
		
	.svd_datos_corte .svd_tiempo {

		border-radius: 5px 0 0 5px;
		padding: 0 3px 0 6px;

		background-color: #666;
			color: #222;
			font-weight: bold;
    }    		
		
		.activo { 
		background-color: #444;
		}
				
		.activo p { 
		color: #fff;
		}

	.discurso {		
		margin: 0 auto 0 360px;
		padding-bottom: 20px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		position: relative;
		clear: both;
		
		border: 10px solid #fff;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-bottomright: 6px;
		border-left: 0;
		padding: 10px 10px 10px 0;
		overflow: auto;
		background-color: #fff;
		height: 316px;		
	}

	.contenedor-video-discurso {
		position: relative;
		padding: 10px 10px 30px 10px;
		
		
	}
	.discurso h3 {
		font: normal 24px Arial,Helvetica,sans-serif;		
		color: #6F6F6F;
		letter-spacing: -1px;
		margin: 10px 0 0 10px;
		text-align: left;
		
	}
	
	.discurso h3 a {
		display: inline-block;
		border: 1px dotted #B88A00;
		padding: 0 5px 0 5px;
		font-size: 18px;
	}
	
	.discurso h3 strong {
		color: #000;
	}	
	
	
	.titulo-debate {
		text-align: center;
		margin-bottom: 8px;
	}
	.discurso p {
		font: normal 12px/17px Arial;
		border-left: 3px solid #fff;
		padding: 2px 5px 2px 20px;
		margin: 0px 10px 20px 0px;
		cursor: pointer;
		color: #666;
	}
	
	.discurso p.activo {	
		cursor: default;
	}

	.discurso p:hover {
	
	}

	.discurso p strong {
		background-color: yellow;
	}

	.discurso div.activo {
		
	}
	
	.discurso p .titulo {
		display: block;
		margin: 0 0 5px 0;
		padding-bottom: 5px;

	}
	
	.discurso p .titulo .hora {
		color: #fff;
		background-color: #28B3E0;
		padding: 0 4px;
		border-radius: 3px;
		display: inline-block;
		font: normal 11px Tahoma,Arial,Helvetica,sans-serif;
	}
	
	.discurso p .titulo .quien {
		color: #333;
		font: bold 11px Tahoma,Arial,Helvetica,sans-serif;
		text-transform: uppercase;
		margin: 0 0 5px 0;
	}	
	


	

	#banterior,
	#bsiguiente {
		display: none;
	}

	#textobusqueda {
		width: 100px;
		float: left;
	}

	.video-debate {
		position: absolute;
		width: 340px;
		border: 10px solid #fff;
		margin: 15px 0 0 5px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		background-color: #fff;
		
	}

	#transcripcion {
		
		
		display: none;
	}
	
	.discurso p {
		font: normal 14px/20px Arial,Helvetica,sans-serif;
	}
	
	.discurso p:last-child {
		margin-bottom: 300px;
	}
	


/* FIN DISCURSO ------------------------------------------------------------------------------------------------ */


/* CUSTOM ENCUESTA  ------------------------------------------------------------------------------------------------ */

	#encuesta {
		height: 450px;
		margin-bottom: 30px;
		
	}
	.encuesta .pestanas {
		visibility: hidden;
	}
	#encuesta .megabarra {
		display: block;
		float: left;
		
		background-color: #EE2424;
		height: 185px;
	}
	#encuesta #opcion2 {
		background-color: #00A8DA;
	}
	#encuesta #custom_encuesta {
		position: relative;
	}
	#encuesta #custom_encuesta .fondo_custom_encuesta {
		width: 980px;
		height: 410px;
		position: absolute;
		top: 0;
		left: 0;
		background: transparent url(/iconos/especiales/2011/elecciones_20n/debate_resumen/rubalcaba_rajoy.png) no-repeat;
		z-index: 7;
	}	
	#encuesta #custom_encuesta .barrazas {
		position: absolute;
		width: 980px;
		top: 225px;
		z-index: 5;
		
	}
	#encuesta #custom_encuesta .botonacos {
		position: absolute;
		width: 980px;
		z-index: 10;

	}
	#encuesta #custom_encuesta .botonacos .botonaco {
		width: 48%;
		float:left;
		cursor: pointer;
		height: 411px;
	}
	#encuesta #custom_encuesta .botonacos #botonaco1 {
		
	}
	
	#encuesta #custom_encuesta .botonacos #botonaco2  {
		float: right;
		
		
	}
	#encuesta #custom_encuesta .hovers {
		top: 0;
		left: 0;
		position: absolute;
		z-index: 9;
	}
	#encuesta #custom_encuesta .hovers  #boton_hover1 {
		position: absolute;
		display: none;
		width: 980px;
		height: 410px;
		background: transparent url(/iconos/especiales/2011/elecciones_20n/debate_resumen/rubalcaba_hover.png) no-repeat;
	}	
	#encuesta #custom_encuesta .hovers #boton_hover2 {
		position: absolute;
		display: none;
		width: 980px;
		height: 410px;
		background: transparent url(/iconos/especiales/2011/elecciones_20n/debate_resumen/rajoy_hover.png) no-repeat;
	}		
	
	#encuesta #custom_encuesta #estas_seguro {
		position: absolute;
		top: 50px;
		left: 200px;
		z-index: 20;
	}

	.encuesta, #encuesta .encuesta .pregunta,#encuesta .encuesta .pestanas a,#encuesta .encuesta .contenedor_botones,#encuesta .encuesta .disclaimer,#encuesta .encuesta h3 {
		position: absolute;
		width: 1px;
		height: 1px;
		left: -1000px;
		overflow: hidden;
		
	}
	#encuesta #custom_encuesta #n_votos_custom {
		position: absolute;
		top: 120px;
		left: 0px;
	}
	
	#encuesta #custom_encuesta .resultado_encuesta {
		position: absolute;
		top: 356px;
		z-index: 30;
		font: bold 38px Arial,Helvetica,sans-serif;
		text-shadow: #222 0 0 5px;
		color: #fff;		
	}
	#encuesta #custom_encuesta #resultado_encuesta1 {


		left: 14px;
	}
	#encuesta #custom_encuesta #resultado_encuesta2 {


		left: 840px;
		width: 100px;
		
		text-align: right;
	}
	#encuesta #custom_encuesta #n_votos_custom {
		position: absolute;
		top: 415px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #222;
		width: 980px;
		text-align: center;
		color: #333;
		font: normal 13px Georgia,"Times New Roman",serif;
		font-style: italic;
		
	}
	
	#encuesta #texto_encuesta {
		position: absolute;
		width: 470px;
		height: 130px;
		top: 74px;
		left: 247px;
		z-index: 9;
		text-align: center;
	}
	#encuesta #texto_encuesta h4 {
		margin: 0; 
		font:  bold 32px/35px Century Gothic, Arial Narrow, Arial, sans-serif;		
		color: #C5C5C5;
		text-transform: uppercase;
		letter-spacing: -1px;
		border-bottom: 1px solid #222;
		padding: 0 0 10px 0;
		margin-bottom: 10px;
		
	}	
	#encuesta #texto_encuesta h4 strong {
		color: #454545;
		font-size: 38px;
		display: block;
		
	}	
	#encuesta #texto_encuesta p {
		margin: 0; 
		font:  bold 14px Arial,Helvetica, sans-serif;		
		color: #9F9F9F;

		
	}
	
	#nubes .nube {
		width: 48%;
	}
	#nubes .nube h3 {
		font: bold 14px Arial,Helvetica,sans-serif;
		color: #222;
		margin: 0 0 20px 0;
		padding: 0 0 5px 0;
		text-align: center;
		text-transform: uppercase;
		border-bottom: 1px dotted #222;
	}	
	
	#nubes .nube1 {
		float: left;
		
	}	
	#nubes .nube2 {
		float: right;
		
	}	
	
	#opiniones {
		padding: 10px 0 10px 10px;
		background-color: #F4F4F4;
		margin-bottom: 30px;
		
	}
	#opiniones h3,
	#audiencia h3 {
		font:  bold 24px Century Gothic, Arial Narrow, Arial, sans-serif;		
		color: #B8B8B8;
		margin: 10px 0 8px 0;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	#opiniones h3 strong,
	#audiencia h3 strong {
		color: #222;
	}
	#opiniones a.opinion {
		display: inline-block;
		padding: 10px;
		background-color: #fff;
		width: 455px;
		margin-right: 8px;
		margin-bottom: 8px;
		min-height: 90px;
		float: left;
		border-top: 1px solid #ccc;
		color: #555;
		text-decoration: none;
	}	
	#opiniones a.opinion:hover {		
		color: #000 !important;
	}		
	#opiniones .opinion h5 {
		font: bold 11px Arial,Helvetica,sans-serif; 
		text-transform: uppercase;
		margin: 0 0 3px 0;
	}	
	#opiniones .opinion h4 {
		font: normal 24px Georgia,'Times New Roman',sans-serif; 
		
		margin: 0 0 10px 0;
		color: #000;
	}		
	#opiniones .opinion p {
		font: normal 12px Arial,Helvetica,sans-serif;
		margin: 0;
	}		
	#audicencia {
	margin-bottom: 30px;
	}
	#audiencia h3 {
		border-bottom: 1px dotted #666;
		padding-bottom: 2px;
	}	
	#audiencia img {
		border-bottom: 1px dotted #666;
		
	}	
	
	#encuesta_mensaje strong {
		display: inline-block;
		border-radius: 10px;
		background-color: #93BE3A;
		color: #fff;
		padding: 4px 10px;
		text-align: center;
	}
 	
 
 
/* FIN CUSTOM ENCUESTA ------------------------------------------------------------------------------------------------ */

/* LINEA TIEMPO ------------------------------------------------------------------------------------------------ */

	.contenedor_linea_tiempo {
		padding: 40px 50px;
		height: 95px;
	}
	.linea_tiempo {
		
		height: 10px;
		border-top: 1px solid #ccc;
	}
	.linea_tiempo_corte {
		
		font: normal 9px Tahoma,Arial,Helvetica,sans-serif;
		background-color: #5C5C5C;
		color: #fff;
		padding: 0 2px;
		border-radius: 2px;
	}
	.linea_tiempo_corte_img {
		
		width: 64px;
		height: 65px;
		padding: 13px 0 0 7px;
		background-image: url(/iconos/especiales/2011/elecciones_20n/debate_resumen/linea_tiempo/fondo_corte.png);
	}
	.linea_tiempo_corte_img:hover {
		background-image: url(/iconos/especiales/2011/elecciones_20n/debate_resumen/linea_tiempo/fondo_corte_hover.png);
	}
	.linea_tiempo_corte_tip {
		background-color: #666;
		color: #fff;
		font: normal 12px Arial,Helvetica,sans-serif;
		padding: 5px 7px;
		border-radius: 3px;
		visibility: hidden;
	}
	.linea_tiempo_corte_img:hover .linea_tiempo_corte_tip {
		visibility: visible;
	}	
	
	.linea_tiempo #linea_tiempo_inicio,
	.linea_tiempo #linea_tiempo_fin {
		font-weight: bold;
		color: #999;
		background-color: #fff;
	}	
	
	.linea_tiempo_division_corte {
		border-color: #aaa !important;
		padding-bottom: 10px;
		margin-top: -5px;
	}
	
	
/* FIN LINEA TIEMPO ------------------------------------------------------------------------------------------------ */



h2 {border-top: 1px solid #DDDDDD;border-bottom: 1px solid #DDDDDD;color: #9A9A9A;font: 35px/42px "Oswald",Arial,Helvetica,Garuda,sans-serif;padding: 5px 0 5px 10px;text-shadow: -1px -1px 0 #5C5C5C;text-transform: uppercase;text-align:center;margin-bottom: 14px;}


#sincrovideo {
	padding-top: 30px;	
	background: #fff url(/iconos/especiales/2011/elecciones_20n/debate_resumen/ayuda_tiempo_total.png) no-repeat right top;
}
