.votantes-contenedor {
	width: 100%;
	float: left;
}
.votantes-contenedor ul{
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.votantes-contenedor li{
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-color: #f3f3f3;
	margin-bottom: 2px;
	
}
.votantes-contenedor li a{
	display: block;
	height: 53px;
	padding-top: 30px;
	padding-left: 15px;
	color: #333333;
	text-decoration: none;
}
.votantes-contenedor li:hover{
	background-color: #e4bbc2;
	color: #380e18;
}
.votantes-foto{
width:150px;
	float: left;
}
.votantes-foto img{
width:100%;
	float: left;
	height: auto;
}
.votantes-contenedor li >.votantes-foto a{
padding: 0px;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-left: 0px;
}



.votantes-texto{
	width: calc(100% - 150px);
	height: 30px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;


	
}

/* ===== RESOLUCIÓN < 680 ===== */

@media (max-width: 1260px) {

}
/* ===== RESOLUCIÓN < 580 ===== */

@media (max-width: 580px) {

}

/* ===== RESOLUCIÓN < 380 ===== */

@media (max-width: 380px) {

}