*{
	FONT-FAMILY: Tahoma,Arial;
	FONT-SIZE: 11px;
	COLOR: #595959;
}
body{
	background: #ffffff;
	margin: 0;
	padding: 0;
}

/* encuesta */
.enc{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFFFFF;
}
	.enc td{
		padding: 0;
		margin: 0;
	}
	.enc .preg{
		text-align: center;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.enc .opciones{
	}
		.enc .opciones .op{
			margin-top: 5px;
			margin-bottom: 5px;
		}
			.enc .opciones .op .barSup{
				clear: both;
			}
			.enc .opciones .op .barInfSinVot{
				height: 14px;
				background: #F4F4F4;
			}
			.enc .opciones .op .barInf{
				width: 65%;
				height: 14px;
				float: left;
				background: #F4F4F4;
			}
			.enc .opciones .op .barVot{
				width: 35%;
				height: 14px;
				float: right;
				text-align: center;
				font-size: 11px;
				background: #EAEAEA;
				color: #595959;
			}
			.enc .opciones .op .barPorc{
				margin-top:3px;
			}
		.enc .opciones .tot{
			margin-top: 10px;
			float: right;
			width: 35%;
			text-align: center;
		}
		.enc .opciones .msg{
			text-align: center;
			clear: both;
		}
	.enc .vot{
		clear: both;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
		.enc .vot .verRes{
			font-size:10px;
		}
	.enc .link{
		text-align: center;
	}
	.enc .btns{
		margin-top: 10px;
		float: right;
	}
		.enc .btns a{
			font-size: 9px;
		}

