body, html { margin: 0; padding: 0; }
body * { font-family: Arial, sans-serif; font-size: 20px; }
h1 { font-size: 30px; }
header { background: #0275d8; color: white; top: 0; width: 100%; z-index: 10; position: sticky; padding: 10px 0; text-align: center; }
main { padding: 20px; background: #f9f9f9; }
.container { max-width: 1200px; margin: auto; display: flex; flex-direction: column; align-items: center; }
.services { background: white; padding: 20px; border-radius: 8px; margin-top: 20px; display: flex; flex-direction: column; align-items: center; }
#images { max-width: 700px; width: 100%; display: none; margin-top: 20px; }
.footer { background: #333; color: white; text-align: center; padding: 20px 0; margin-top: 30px; }
.descripcion_adaptada { width: 50%; text-align: center; }
@media (max-width: 1000px) { .descripcion_adaptada { width: 100%; } }

.votos-container { display: flex; justify-content: center; gap: 20px; margin: 20px 0; padding: 15px; background: #F9F9F9; border-radius: 12px; }

.btn-voto { border: none; padding: 12px 25px; border-radius: 8px; cursor: pointer; font-weight: bold; display: flex; align-items: center;
	gap: 10px; transition: transform 0.2s, background 0.2s; color: white; }

.btn-voto:hover { transform: translateY(-2px); }

.btn-voto.arriba { background-color: #2E7D32; }

.btn-voto.abajo { background-color: #C62828; }

.voto-confirmacion { display: none; text-align: center; margin: 20px 0; padding: 15px 25px;
	background: #e8f5e9; border: 1px solid #2E7D32; border-radius: 10px;
	color: #2E7D32; font-weight: bold; font-size: 1em; }
