body
{
	background-color:#000;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

.oculto
{
	display:none;
}
.clear
{
	clear:both;
}

/* ESTILOS PARA LOS LISTADOS DE ENCUESTAS */
.listaEncuesta
{
	display:block;
	float:left;
	
	margin:16px 11px 0 11px;
	
	list-style:none;	
}
#ulVotacion 
{
	padding:20px 0 20px 0;
}
.liEncuesta .imagen
{
	display:block;
	
	float:left;
	
	width:160px;
	height:80px;
	
	text-align:center;
}
.barra 
{ 
	display: block;
	float:left;
	
	margin:35px 8px 0 15px;

	width:175px;
	height:17px;
	
	border:1px solid #5F95B7;
}
.numero
{ 
	display: block;
	
	float:right;
	
	margin:35px 0 0 0;
}
#capaEncuestaGrafica  /* CAPA EMERGENTE */
{
	width:469px;
	
	padding:8px 7px 30px 10px;
	
	background-color:#fff;
}

#capaEncuestaGrafica #h2encuestaGrafica  /* h2 de encuesta grafica */
{
	display:block;
	
	margin:0 0 0 0;
	
	width:469px;
	height:27px;
	
	background-image:url(../img/encuestaGrafica_h2.jpg);
	background-repeat:no-repeat;
}
#capaEncuestaGrafica  p
{
	margin:0 7px 0 7px;
	
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#333; 
}
/* votar */
#h3encuesta
{
	margin:15px 7px 8px 7px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#116D9D;
}

#capaEncuestaGrafica form
{
	margin:0 auto;
	padding:35px auto 0 auto;
	
	width:400px;
	
	text-align:center;
}
	#capaEncuestaGrafica form #pResultado
	{
		margin:10px 0 0 0;
		width:400px;
		
		text-align:center;
		color:#cc0001;
		
		display:none;
	}
	#capaEncuestaGrafica form label
	{
		display:block;
		width:400px;
		
		text-align:center;
	}
	#capaEncuestaGrafica form .radio
	{

		margin:8px 0 20px 0;
		
		width:13px;
		height:13px;
	}
	#capaEncuestaGrafica form #votar
	{
		width:126px;
		height:28px;
		
		background-image:url(../img/encuestas_votar.jpg);
		background-repeat:no-repeat;
		
		border:0;
	}
/* resultado de voto */
#h3votacion
{
	margin:15px 7px 8px 7px;
	padding:0 0 3px 0;
		
	border-bottom:1px solid #8DB9D1;
		
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DCA408; 
}
#verHistorico:link, #verHistorico:active, #verHistorico:visited
{
	display:block;
	
	margin:0 auto;
	padding:2px 0 3px 28px;
	
	width:179px;
	height:16px;
	
	background-image:url(../img/home_encuestaVer.jpg);
	background-repeat:no-repeat;
	
	font-size:12px;
	font-weight:normal;
	color:#004D6C;
		
	text-decoration:none;
}

