
#debatevirtual {
	width:960px;
	margin-top:10px;
	position:relative;
	clear:both;
	float:left;
	position: relative;
}

#debatevirtual #header_candidatos {
	background-color: #c8c8c8;
	width:946px;
	margin-left:8px;
	display: block;
	height:61px;
	border-bottom: 1px dashed #8b8b8b;
}

#debatevirtual #header_candidatos img {
	margin-left:-8px;
	margin-top: 10px;
	float:left;
}

#debatevirtual #header_candidatos span#intro_debate {
	float:left;
	width:600px;
	margin-top:14px;
	margin-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#debatevirtual #nav_candidatos {
	background-color: #e1e1e1;
	margin-left:8px;
	margin-right:6px;
	padding-top:17px;
	padding-left:13px;
	width: 933px;
	height: 492px;
	float:left;
}

#debatevirtual .selector_candidato span.check {
	position:absolute;
	width: 25px;
	height: 25px;
	border: 2px solid #1f698e;
	top:-1px;
	right:-1px;
	background-color:#FFFFFF;
}

#debatevirtual div.seleccionado span.checked {
	background-color: none;
	background-image:url('../img/ticket.png');
	background-position: top left;
}

#debatevirtual .selector_candidato {
	width: 145px;
	height: 206px;
	border: 1px solid #bfbfbf;
	background-color: #FFFFFF;
	margin-right:46px;
	margin-left:39px;
	margin-bottom:38px;
	float:left;
	position:relative;
	cursor:pointer;
	transition: all 0.4s linear;
	  -webkit-transition: all 0.4s linear;
	  -ms-transition: all 0.4s linear;
	  -moz-transition: all 0.4s linear;
	  -o-transition: all 0.4s linear;
}

#debatevirtual .selector_candidato:nth-child(-n+5) {
	margin-right: -12px;
}

#debatevirtual .selector_candidato:after {
	background-image: url('../img/sombra.png');
	width:157px;
	height:15px;
	position: absolute;
	content: " ";
	bottom:-15px;
	left:0px;
}

#debatevirtual .selector_candidato:hover {
	border: 1px solid #1f6990;
	transition: all 0.5s linear;
	  -webkit-transition: all 0.5s linear;
	  -ms-transition: all 0.5s linear;
	  -moz-transition: all 0.5s linear;
	  -o-transition: all 0.5s linear;
}

#debatevirtual .selector_candidato img {
	margin-left:6px;
	margin-top:6px;
}

#debatevirtual div.cont_aceptar_candidatos {
	display: none;
	position: absolute;
	width:946px;
/*	background: rgba(0,0,0,0.8);
	background-color: #000000;*/
	background-image: url(../img/bg_black.png);
	background-repeat: repeat;
	margin-top:62px;
	margin-left:8px;
	left:0px;
	top:0px;
	height:274px;
	padding-top: 235px;
	text-align: center;
	vertical-align: middle;
}

#debatevirtual div.cont_aceptar_candidatos img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor:pointer;
}

#debatevirtual div.cont_aceptar_candidatos a:link, #debatevirtual div.cont_aceptar_candidatos a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

#debatevirtual div.cont_aceptar_candidatos a:hover {
	color: #78a9c4;
}



#debatevirtual #header_candidatos span#numero_seleccionados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top:11px;
	margin-left:38px;
	padding:8px;
	font-weight: bold;
	float:left;
	background-color: #ac0404;
	color: #FFFFFF;
	border-radius: 10px;
}

/*Debate*/

#debatevirtual #cajadebate {
	display: none;
	background-color: #e1e1e1;
	margin-left:8px;
	margin-right:6px;
	padding-top:17px;
	padding-left:13px;
	float:left;
	clear:both;
}

#contenedor_temas {
	font-family: Arial, Helvetica, sans-serif;
	width: 221px;
	float:left;
	border: 1px solid #c1c1c1;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

#contenedor_temas h3 {
	background-color: #0179b8;
	padding:3px;
	margin-left:-1px;
	width:217px;
	color:#FFFFFF;
	font-size:18px;
	font-weight: bold;
	margin-bottom:15px;
}

#contenedor_temas ul#seleccion_temas {
	list-style-type: none;
	margin-bottom:8px;
}

#contenedor_temas ul#seleccion_temas li {
	margin-left:10px;
	width: 201px;
	cursor:pointer;
	font-size:13px;
	font-weight: bold;
	line-height: 27px;
	float:left;
	clear:both;
	border-bottom: 1px dotted #CCC;
	padding-bottom:5px;
	margin-bottom: 5px;
	color: #0079ba;
}

#contenedor_temas ul#seleccion_temas li:hover {
	color: #04547f;
}

#contenedor_temas ul#seleccion_temas li:hover span {
	border: 1px solid #04547f;
}

#contenedor_temas ul#seleccion_temas li span.check {
	width: 25px;
	height: 25px;
	border: 1px solid #1f698e;
	display: block;
	background-color:#FFFFFF;
	float:left;
	margin-right:10px;
}

#contenedor_temas ul#seleccion_temas li span.checked {
	background-color: none;
	background-image:url('../img/ticket.png');
	background-position: top left;
}

#contenedor_temas a.otros_candidatos:link, #contenedor_temas a.otros_candidatos:visited {
	color: #504e4f;
	font-size:13px;
	font-weight: bold;
	cursor:pointer;
	text-decoration: none;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
	border: none;
	text-align: center;
	width:100%;
}

#contenedor_temas a.otros_candidatos:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#caja_citas {
	width:680px;
	float:left;
	margin-left:29px;
}

#caja_citas h3 {
	width:659px;
	background-color: #747474;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	float:left;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
}

#caja_citas .ficha_candidato:after {
	background-image: url('../img/sombra.png');
	width:157px;
	height:15px;
	position: absolute;
	content: " ";
	bottom:-15px;
	left:0px;
}

#caja_citas .cita_candidato {
	width:213px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #CCC;
	height:auto;
	float:left;	
	background-color: #c8c8c8;
}

#fichas_candidatos .caja_candidato {
	width: 205px;
}

#fichas_candidatos div {
	display: none;
}

#caja_citas .ficha_candidato {
	background-color: #FFFFFF;
	width:155px;
	height: 206px;
	margin-left: 29px;
	text-align: center;
	position: relative;
	margin-top:8px;
}

#caja_citas .ficha_candidato img {
	margin-top: 6px;
}
#caja_citas .frases {
	margin-top:15px;
	margin-left: 18px;
	margin-right:18px;
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
	float:left;
}

 #caja_citas .frases:before {
	background-image: url('../img/comillas.png');
	width:82px;
	height:79px;
	position: absolute;
	content: " ";
	top:0px;
	left:0px;
}

 #caja_citas .frases:after {
	background-image: url('../img/comillas_inv.png');
	width:82px;
	height:79px;
	position: absolute;
	content: " ";
	bottom:0px;
	right:0px;
}

.frases span {
	border-top: 1px dotted #747474;
	padding-top: 3px;
	margin-top: 10px;
	float:right;
	font-size: 10px;
	color: #545454;
	width:100%;
	text-align: right;
}

#caja_debate {
	padding-bottom:20px;
}

#publicidad640-center {
margin-top:10px;
}