﻿TABLE.encuesta
{
	background-color: #FFFFE1;
	width: 236px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: #A8A8A8 1px solid;
}
TD.encuestaTitulo
{
	color: White;
	height: 24px;
	font-size: 14px;
	background-image: url(imagen/main/_bg24verde.jpg);
	border-right: #31662b 1px solid;
	border-top: #31662b 1px solid;
	border-left: #31662b 1px solid;
	border-bottom: #31662b 1px solid;
	text-align: left;
	padding-left: 9px;
}
TD.encuesta
{
	background-color: #656D01;
	color: White;
	font-weight: bold;
	height: 21px;
}
TD.encuestaPregunta
{
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 7px;
	color: black;
	padding-bottom: 3px;
	border-left: #A8A8A8 1px solid;
	border-right: #A8A8A8 1px solid;
}
INPUT.encuestaTextHidden
{
	visibility: hidden;
}
SPAN.encuestaOtro
{
	display: none;
}
TABLE.encuestaResultado
{
	background-color: #FFFFE1;
	width: 236px;
	border-bottom: #A8A8A8 1px solid;
}
TD.encuestaResultadoTitulo
{
	color: White;
	background-image: url(imagen/main/_bg24verde.jpg);
	background-repeat: repeat-x;
	height: 22px;
	border-right: #2c4182 1px solid;
	border-top: #2c4182 1px solid;
	border-left: #2c4182 1px solid;
	border-bottom: #2c4182 1px solid;
	text-align: left;
	padding-left: 8px;
}
TD.encuestaResultadoPregunta
{
	text-align: left;
	border-right: #A8A8A8 1px solid;
	border-left: #A8A8A8 1px solid;	
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
TD.encuestaResultadoVotos
{
	text-align: left;
	color: Gray;
	border-right: #A8A8A8 1px solid;
	border-left: #A8A8A8 1px solid;	
	padding-left: 5px;
	padding-right: 5px;
}
TD.encuestaResultadoOpcion
{
	text-align: left;
	color: Gray;
	border-left: #A8A8A8 1px solid;	
	width: 20%;	
	padding-left: 20px;
}
TD.encuestaResultadoBarra
{
	width: 80%;
	border-right: #A8A8A8 1px solid;
}
TD.encuestaResultadoPie
{
	height: 6px;
	border-left: #a8a8a8 1px solid;
}