
body{
	background: #e5edf0;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Arial', Helvetica, sans-serif; 
	color:#677a7e;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
h3{
	font-weight: nomal;
	font-size: 11px !important;
	text-transform: uppercase;
}
.container{
	width: 284px;
margin: 0 auto;
padding: 0 10px 0 0;

}
.candidato{
	margin-bottom: 40px;
	clear: both;
}

.barra{
	background: #919293;
	height: 44px;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	
}

.barraCont{
	height: 44px;
	width: 150px;
	position: relative;
	left: 75px;
	top: 13px;
}

.porcentaje{
	color: #5597b2;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	float: right;
	position: relative;
	bottom: 17px;
	margin-right: 20px;
}
/*img candidatos*/

.imgCandidato{
	width: 66px;
	height: 66px;
	background: url("../img/rodas.jpg") no-repeat;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	float: left;
	border: 1px solid #fff;
}
.imgCandidato2{
	width: 66px;
	height: 66px;
	background: url("../img/barrera.jpg") no-repeat;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	float: left;
	border: 1px solid #fff;
}
.imgCandidato3{
	width: 66px;
	height: 66px;
	background: url("../img/benitez.jpg") no-repeat;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	float: left;
	border: 1px solid #fff;
}
.imgCandidato4{
	width: 66px;
	height: 66px;
	background: url("../img/castillo.jpg") no-repeat;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	float: left;
	border: 1px solid #fff;
}
.imgCandidato5{
	width: 66px;
	height: 66px;
	background: url("../img/erazo.jpg") no-repeat;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	border: 1px solid #fff;
	float: left;
}
.imgCandidato6{
	width: 66px;
	height: 66px;
	background: url("../img/perez.jpg") no-repeat;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	float: left;
	border: 1px solid #fff;
}


