@charset "utf-8";

.texto_info { font-size:0.8em; }

#lista_sondeos { margin-top:20px; }
#lista_sondeos .sondeo { margin-bottom:5px; padding:10px; }
#lista_sondeos .impar { background:#fcf1d4; }
#lista_sondeos .privado { min-height:93px; background-image:url(../img/noticia_privada.png); background-position:98% center; background-repeat:no-repeat; }
#lista_sondeos .sondeo .icono { float:left; margin-right:6px; width:20px; height:20px; background:url(../img/ico_sondeo.gif) no-repeat; }
#lista_sondeos .sondeo .detalle { float:left; width:450px; }
#lista_sondeos .sondeo .detalle p { text-align:justify; font-size:0.8em; }
#lista_sondeos .sondeo .detalle .fecha { font-weight:bold; font-size:0.8em; color:#91231b; }
#lista_sondeos .sondeo .detalle a { display:block; width:66px; height:20px; margin-top:4px; background:url(../img/btnEntrar.gif) no-repeat; text-align:center; font-size:0.8em; color:black; text-decoration:none; }


#sondeo { margin-top:20px; }
#sondeo .fecha { color:#0065a4; font-size:0.75em; font-weight:normal; border-bottom:dotted 1px #1478b2; }
#sondeo input.btnVotar { width:66px; height:20px; padding-bottom:4px; background:url(../img/btnEntrar.gif) no-repeat; text-align:center; font-size:1em; border:none; cursor:pointer; }


#resultado_sondeo { margin-top:40px; }
