/*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:300px;
	height:370px;
	overflow:visible;
	background:url(../../img/encuestas/fondo_cuadro_encuesta.jpg) repeat-y;
}
	#base_cuadro_encuesta #cabecera{
		width:300px;
		height:50px;
		background:url(../../img/encuestas/cabecera_cuadro_encuesta.jpg) no-repeat;	
	}
	#base_tit_ops{
		position:relative;
		clear:both;
		width:280px;
		margin:10px 0px 0px 10px;
		padding:5px 2px 10px 2px;	
		min-height:200px;
		height:200px;
		overflow:visible;
		border:2px solid #FFFFFF;
		background-color:#FF0000;		
	}
	*>#base_tit_ops{
		height:auto;
	}
	#base_titulo{
		position:relative;
		clear:both;
		width:96%;
		height:auto;
		margin:5px 0px 20px 5px;
		padding:0px 0px 2% 0px;	
		/*Estilo de Fuente*/
		font-size:14px;
		font-weight:bold;
		color:#FFF;
		text-decoration:underline;
		text-align:center;	
	}
	#base_opciones{
		position:relative;
		clear:both;
		width:100%;
		height:auto;
		overflow:visible;
		margin:5px 0px 0px 5px;
	}
		#base_opciones ul{
			list-style-type:disc;		
		}
			#base_opciones ul li{
				list-style-type:disc;
				margin-left:15px;
				font-size:12px;
			}
			#base_opciones hr{
				height:3px;
				font-size:1px;
				background-color:#FFFFFF;
				width:80%;
				border:none;
			}
			#base_opciones ul li.total{
				margin-top:3px;
				padding-right:20px;
				list-style-type:none;				
				text-align:right;
				font-size:12px;
			}			
