*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #0a0e39;
	width: 100%;
	height: 100%;
	color: #ffff;
}
#emprendimiento{
	border-radius: 25%;
	border: solid;
}
#emprendimiento:hover{
	box-shadow: 5px 10px 25px #ff2343;
}
.container-blue{
	width: 100%;
	height: 100%;
	background-color: #0a0e39;
	background: url(../img/fondo8.png);
	background-size: 100% 170%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.opcion{
	transition: transform .2s;
}
.opcion:hover{
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.1); .
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: none;
}
.votacion{
	padding: 50px;
	border-radius: 80px 50px 0px 0px;
	background: rgba(0, 0, 0, 0.7);
}

@media(max-width: 480px){
	.container-blue{
		background-size: 1200px;
        background-position: center;
	}
	#emprendimiento{
		width: 155px;
	}
	.votacion{
		padding: 20px;
	}
}