/* 
	Nombre del modulo:			encuesta_codigo
	Fecha ultima version:		09/09/2007
	Numero de version:			4
	Empresa diseņadora:			451
	Nombre creador/modificador:	Ezequiel
*/

body
	{
	*width: 268px;
	*height: 164px;
	margin:0;
	padding:0;
	}

#encuesta {
	background-color: #484848;
	width: 269px;
	margin-top: 2px;
	height: 164px;
	float:left;
	position:relative;
}
#encuesta h1.top_encuesta {
	background: url(img/encuesta_top.gif) no-repeat;
	width: 269px;
	height: 25px;
}
#encuesta h1 span {
	display: none;
}
#encuesta p {
	font: 13px/14px "Trebuchet MS";
	color: #dadada;
	padding: 6px 9px 5px 9px;
}
#encuesta form p {
	font: 11px/11px "Trebuchet MS";
	padding: 2px 0 2px 9px;
	_padding: 1px 0 2px 9px;
}
#encuesta form input.radio {
	width: 13px;
	height: 13px;
	margin: 0 5px 0 0;
	padding: 0;
}

#encuesta .botones
{ padding-top:3px; position:absolute; top:134px; }

#encuesta .botones .votar,
#encuesta .botones .votaractivo 
	{ width: 51px; height: 22px; margin-left: 7px; border:0px; }

#encuesta .botones .votar { background: url(img/bt_votar.gif) no-repeat; }
#encuesta .botones .votaractivo {	background: url(img/bt_votar-activo.gif) no-repeat;}

#encuesta .botones .resultados,
#encuesta .botones .resultadosactivo 
	{ width: 100px; height: 22px; border:0px; }

#encuesta .botones .resultados { background: url(img/bt_resultados.gif) no-repeat;	}

#encuesta .botones .resultadosactivo { background: url(img/bt_resultados-activo.gif) no-repeat; }

#encuesta .botones .anteriores,
#encuesta .botones .anterioresactivo 
	{ background: url(img/bt_anteriores.gif) no-repeat;	}

#encuesta .botones .anteriores {	background: url(img/bt_anteriores.gif) no-repeat; }

#encuesta .botones .anterioresactivo { background: url(img/bt_anteriores-activo.gif) no-repeat; }