/*CUADRO ENCUESTAS*/
body{
	margin:0px;
	background-color:#AAA;
}
div, p, ul, li, a{
	font-family:Trebuchet MS, Arial;
	font-size:11px;
	color:#FFF;
	font-weight:normal;	
	margin:0;
} 
#base_cuadro_encuesta{
	width:350px;
	height:300px;
	overflow:visible;
	background:url(../img/base_cuadro_votaciones.jpg) no-repeat;
}
	#base_cuadro_encuesta select{
		font-size:12px;
		height:19px;
		width:220px;
	}
		#base_cuadro_encuesta select.s3{
			background-color:#D5B819;
			margin:65px 0 0 75px;
		}
		#base_cuadro_encuesta select.s2{
			background-color:#BABABA;
			margin:50px 0 0 75px;
		}	
		#base_cuadro_encuesta select.s1{
			background-color:#E27D41;
			margin:50px 0 0 75px;
		}	
		
		a.votar_trofeo{
			display:block;
			margin:20px 0 0 120px;
			width:115px;
			height:37px;
			background:url(../img/votar_cuadro_ps.jpg) no-repeat;
		}			
