@charset "utf-8";
/* CSS Document */
body{
	background-color: #000;
	/*padding: 15%;*/
	background-image: url("/img/reflejos-fondo-marca.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	color: #fff;
	font-family: arial;
	
}

#contenido{
	display: flex;
  	align-items: center;
  	justify-content: center;
	height: 100vh
}

#votaciones, #inicio, #cargando{

	text-align: center;
	width: 100%;
	
	
}

#votaciones #izquierda{
	float: left;
	display: block;
	padding: 5%;
	width: 40%;
}
#votaciones #derecha{
	float: left;
	display: block;
	padding: 5%;
	width: 40%;
}
#votaciones #izquierda a{
	display: block;
}
#votaciones #derecha a{

	display: block;

}

#votaciones #izquierda a img, #votaciones #derecha  a img{
	width: 200px;
	max-width: 100%;

}
.responsive{
	max-width: 70%;
	
	
}