		/*Encuestas*/
		div#encuesta{
			position:relative;
			float:left;
			width:236px;
			float:left;
			height:210px;
			margin:0;
			background:url(../img/fondo.jpg) top left repeat-y;
		}		
		*>div#encuesta{
			min-height:210px;
			height:auto;
		}
		#cabecera_encuesta{
			float:left;
			width:100%;
			margin:0;
			height:27px;
			background:url(../img/cabecera.jpg) top left no-repeat;
		}
		#pie_encuesta{
			float:left;
			width:100%;
			margin:0 0 0 -1px;
			height:26px;
			padding:0;
			background:url(../img/pie.jpg) top left no-repeat;
		}		
		#base_encuesta{
			width:233px;
			height:180px;
			float:left;
			margin:0 0 0 3px;			
			background:url(../img/detalle.jpg) bottom left no-repeat;
		}
		*>#base_encuesta{
			height:auto;
			min-height:180px;
		}

			#base_encuesta p.pregunta{
				display:block;
				font-size:11px;				
				color:#3565bd;
				margin:0;
				width:228px;
				padding:4px 0 4px 0;
				background:#e3e3e3;
				text-align:center;
				border:0;
			}
			#base_encuesta p.separador{
				display:block;
				height:5px;				
				width:90%;
				margin:2px 3px 10px 10px;
				overflow:hidden;
			}			
		#base_encuesta ul{
			width:185px;
			float:left;
			padding:0 0 10px 0;
			margin:10px 0 0 38px;
			font-size:11px;
			list-style-type:none;
		}
			#base_encuesta ul li{
				width:100%;
				float:left;
				margin:2px 0 2px 0;
				padding:0;
				color:#9c9c9c;
			}

			#base_encuesta ul li.botones{
				width:100%;
				float:left;
				margin:0;
				padding:0;
			}

				#base_encuesta  ul a.votar{
					display:block;
					float:left;
					width:45px;											
					color:#3565bd;
					text-align:center;	
					text-decoration:none;
					margin:10px 0 0 5px;
					border:1px solid #c2c2c2; 
					padding:1px 4px 1px 4px;					
				}

				#base_encuesta  ul a.resultados{
					display:block;
					float:left;
					width:65px;	
					color:#FFF;										
					background:#3565bd;
					text-align:center;	
					text-decoration:none;
					margin:10px 0 0 10px;
					border:1px solid #3565bd; 
					padding:1px 4px 1px 4px;	
				}						
