/* ENCUESTAS PORTADA
----------------------------------------------*/
#cierre_encuestas span.tit {
	width:970px;
	background:#5fb2d7;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:1px 0px 1px 10px;
	margin-bottom:10px;
	font-size:0.75em;
	float:left;}
	
	
#cierre_encuestas .contenedor { /* Para que el fondo gramado crezca por igual para las dos encuestas*/
	width:980px;
	min-height:10px;
	background:url(../images/cierre_encuestas_bg.gif) repeat-y left top;
	float:left;}	
	
#cierre_encuestas .contenedor ul {
	width:100%;
	float:left;}	
	
#cierre_encuestas .contenedor ul li {
	width:460px;
	float:left;
	padding:10px;}	
	
#cierre_encuestas .contenedor ul li.izqda {
	margin-right:20px;}	
	
#cierre_encuestas .contenedor .foto{
	width:100px;
	min-height:15px;
	overflow:hidden;
	float:left;
	margin-right:10px;}
	
#cierre_encuestas .contenedor .encuesta{
	width:350px;
	min-height:15px;
	overflow:hidden;
	float:left;}
	
#cierre_encuestas .contenedor .encuesta ul{
	width:100%;
	float:left;}
	
#cierre_encuestas .contenedor .encuesta ul li{
	width:100%;
	float:left;
	padding:0;
	margin-bottom:5px;
	clear:both;}

#cierre_encuestas .contenedor .encuesta .pregunta {
	color:#307da0;
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin-bottom:10px;}
	
#cierre_encuestas .contenedor .encuesta p {
	margin:0px 0px 0px 0px;
	font-size:0.8em;}
	
#cierre_encuestas .contenedor .encuesta p.resultado {
	width:100%;
	height:10px;
	overflow:hidden;
	background:#fff;
	float:left;
	margin-top:2px;}
	
#cierre_encuestas .contenedor .encuesta p.resultado span.votacion{
	width:315px;
	overflow:hidden;
	diplay:block;
	float:left;}
	
#cierre_encuestas .contenedor .encuesta p.resultado span.dato{
	width:30px;
	height:10px;
	float:right;
	dosplay:block;
	text-align:right;
	font-size:0.8em;
	line-height:11px;}

#cierre_encuestas .contenedor .encuesta input.boton {
	float:right;
	height:16px;
	padding:0px 5px;
	background:#2a485f;
	border:1px solid #2a485f;
	color:#fff;
	line-height:10px;
	font-size:0.7em;
	margin-top:5px;}		
	
	
	
	
	
	
/* ENCUESTAS FICHA
----------------------------------------------*/

ul.encuestas_listado {
	width:100%;
	float:left;}
	
ul.encuestas_listado li.listado{
	width:640px;
	float:left;
	clear:both;
	padding:10px;
	background:url(../images/bg_comentarios_form.gif);
	margin-bottom:15px;}
	
ul.encuestas_listado li.listado .foto{
	width:160px;
	min-height:15px;
	overflow:hidden;
	float:left;
	margin-right:15px;}
	
ul.encuestas_listado li.listado .encuesta{
	width:465px;
	min-height:15px;
	overflow:hidden;
	float:left;}
	
	
ul.encuestas_listado .encuesta ul{
	width:100%;
	float:left;}
	
ul.encuestas_listado .encuesta ul li{
	width:100%;
	float:left;
	margin-bottom:5px;
	clear:both;}

ul.encuestas_listado .encuesta .pregunta {
	color:#307da0;
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin-bottom:10px;}
	
ul.encuestas_listado .encuesta p {
	margin:0px 0px 0px 0px;
	font-size:0.8em;}
	
	
ul.encuestas_listado .encuesta p.resultado {
	width:100%;
	height:10px;
	overflow:hidden;
	background:#fff;
	float:left;
	margin-top:2px;}
	
ul.encuestas_listado .encuesta p.resultado span.votacion{
	width:435px;
	overflow:hidden;
	diplay:block;
	float:left;}
	
ul.encuestas_listado .encuesta p.resultado span.dato{
	width:30px;
	height:10px;
	float:right;
	dosplay:block;
	text-align:right;
	font-size:0.8em;
	line-height:11px;}

ul.encuestas_listado .encuesta input.boton {
	float:right;
	height:16px;
	padding:0px 5px;
	background:#2a485f;
	border:1px solid #2a485f;
	color:#fff;
	line-height:10px;
	font-size:0.7em;
	margin-top:5px;}	
	

	
