﻿@charset "utf-8";


/* Encuestas */

#encuestas { margin:0 auto; padding:25px; }
#titulo-encuestas { margin-bottom:4px; color:#556f8e; font-size:1.5em; border-bottom: dotted 1px #556f8e; }
#listado-encuestas { margin-top:20px; }

.encuesta { padding:15px; height:70px; }
.impar { background-color:#f3f4f5; }
.foto-encuesta { float:left; width:53px; margin-right:10px; }
.contenido-encuesta { float:left; width:640px; }
.contenido-encuesta p { font-size:0.75em; text-align:justify; margin-bottom:6px; }
a.votar { display:block; width:32px; height:15px; padding-left:7px; padding-top:1px; text-decoration:none; background:url(../img/btnPeq.gif) no-repeat; font-size:0.65em; color:Black; }

#paginacion { margin-left:25px; margin-right:25px; padding-top:6px; color:blue; font-size:0.8em; border-top: dotted 1px #556f8e; text-align:center; }
#paginacion a { color:blue; text-decoration:none; }
