.tarjeta-votos {
    background: #ffffff;
    width: 80%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tarjeta-votos h2 {
    color: #4CAF50;
    margin-bottom: 20px;
}

.tarjeta-votos input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.tarjeta-votos button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.tarjeta-votos button:hover {
    background-color: #45a049;
}

.frontal-votos {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 30px 90px;
	background-color: #ebeae8;
	box-shadow: 4px 4px 9px 5px #242423;
}

.form-label {
    color: #486d91;
    font-weight: bold;
}

.saltoDeLineaGrande {
	width: 100%;
	height: 60px;
	clear: both;
}