div.encuesta
{
	background: #ffffff;
	float: left;
/*	height: 245px;*/
	width: 310px;	
	padding-bottom: 33px;
}

div.encuesta div.btnAzul
{
	float: left;
	width: 100px;
	cursor: pointer;
}

div.encuesta div.btnAzul div.btnAzulMiddle
{
	width: 92px;
}

div.encuesta div.btnNaranja
{
	float: left;
	margin-right: 10px;
	width: 55px;
	cursor: pointer;
}

div.encuesta div.btnNaranja div.btnNaranjaLeft
{
	float: left;
	width: 4px;
	height: 25px;
	background: url(../images/btnNaranjaEncuestaLeft.png) no-repeat;
}

div.encuesta div.btnNaranja div.btnNaranjaMiddle
{
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	height: 25px;
	width: 47px;
	background: url(../images/btnNaranjaEncuestaBackground.png) repeat-x;
}

div.encuesta div.btnNaranja div.btnNaranjaRight
{
	float: left;
	width: 4px;
	height: 25px;
	background: url(../images/btnNaranjaEncuestaRight.png) no-repeat;
}


div.encuesta div.textoSeccion
{
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	color: #336699;
	width: 292px;
	padding: 10px 0px;
}

div.encuesta div.linksSeccion
{
	color: #ffffff;
}


div.encuesta div.textoSeccion div.row
{
	float:left;
	margin-bottom:5px;
}

div.encuesta div.textoSeccion div.row div.titulo
{
	color:#336699;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	padding: 4px 0px 4px 0px;
}

div.encuesta div.textoSeccion div.row div.info div.resultado
{
	float:left;
	line-height:12px;
	padding:0 0 0 15px;
}

div.encuesta div.textoSeccion div.row div.info div.contentBar
{
	width: 160px;
	float: left;
}

div.encuesta div.textoSeccion div.row div.info div.contentBar div.bar
{
	background-color: #ff6633;
	height:12px;	
}





