.title{
	font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.subtitle{
font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    color: #707070;
    margin-top: 1%;
}

.subir-subtitulo{
	margin-top: -10px;
}

.btn-resultados{
	color: #707070;
	border: 1px solid #707070;
	background: none;
	box-shadow:none;
	border-radius: 0px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #707070;
	margin-top: -10px;
}

.texto-resultados{
	font-size: 0.875em;
	font-style: italic;
	color: #707070;
	text-align: center;
	display: inline;
}

.texto-encuestadoras{
	font-size: 0.875em;
	font-style: italic;
	color: #707070;
	text-align: center;
}

.vertical-line{
    width: 2px;
    background-color: black;
    height: 71%;
    left: 50%;
    top: 23%;
    opacity: 0.5;
    position: absolute;
}

.vertical-line-par{
	width: 2px;
	background-color: black;
	height: 41%;
	left: 50%;
	top: 38%;
	opacity: 0.5;
	position: absolute;
}

.square{
	display: inline-block;
	width: 13px;
	height: 13px;
	border: solid 1px rgba(0, 0, 0, .5);
	background: url("../img/Nulos.png");
}
