.todo-infografia {
	width:100%;
	max-width:709px;
	
	}



.box-voto {
	width:100%;
		display: block;
	float:left;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
    justify-content: center; 
	border-left: 1px solid #e1e1e1;
   border-right: 1px solid #e1e1e1;
   padding-top:15px;
   padding-bottom:35px;
   box-sizing: border-box;
	}


#emolmlt-donde-voto {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-size: 11px;
	clear: both;
	margin: 5px 0px;
	width:95%;

	}

#emolmlt-donde-voto > h3 {
	background-color: #4e4d4e;
	color: #fff;
	margin:0px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 8px;
	font-size:12px;
}

section.contenido_emol #emolmlt-donde-voto {
	margin: 5px 2%;
}

	#emolmlt-donde-voto .emolmlt-dondevoto {
	display: inline-grid;
	width: calc(100% - 45px);
	height: 45px;
	
	}

	#emolmlt-donde-voto input{
	width: 100%;
	height: 45px;
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	font-weight: normal;
	color: #333333;
	text-indent: 15px;
	box-sizing: border-box;
	position: relative;
	vertical-align: top;
	border-radius: 0px;
	border: 1px solid #d8d8d8;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
	}

	#emolmlt-donde-voto .buscar-dondevoto {
	color: #fff;
	vertical-align: top;
	background-color:#f6c4bd;
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	}

#emolmlt-donde-voto ul.resultado-dondevoto {
	list-style-type: none;
	color: #333;
	display: block;
	margin:0px;
	padding:0px;
}

#emolmlt-donde-voto ul.resultado-dondevoto > li {
	display: inline-block;
	width: 50%;
	text-transform: initial;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px;
	background-color: #fff;
	border-top: 0px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	box-sizing: border-box;
	margin-top: 0px;
	color: #dd2636;
}

#emolmlt-donde-voto ul.resultado-dondevoto > li:before {
display: block;
font-size: 11px;
margin-bottom:5px;
color: #c7695b;
}

#emolmlt-donde-voto ul.resultado-dondevoto > li:first-child:before { content: 'Diputados'; }
#emolmlt-donde-voto ul.resultado-dondevoto > li:last-child:before { content: 'Senadores'; }

#emolmlt-donde-voto ul.resultado-dondevoto > li:last-child {
	border-top: 0px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 0px solid #d8d8d8;
}

#emolmlt-donde-voto .ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

#emolmlt-donde-voto .ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	z-index: 10;
}
#emolmlt-donde-voto .ui-menu .ui-menu {
	position: absolute;
}

#emolmlt-donde-voto .ui-menu .ui-menu-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	color: #333;
	text-transform: none;
	padding: 7px 7px 7px 7px;
	cursor: pointer;
	border-bottom: 1px dotted #efefef;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

#emolmlt-donde-voto .ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
#emolmlt-donde-voto .ui-menu .ui-state-hover,
#emolmlt-donde-voto .ui-menu .ui-state-focus,
#emolmlt-donde-voto .ui-menu .ui-state-active {
color: #b71433;
}
  
.ui-helper-hidden,
.ui-helper-hidden-accessible {
	display: none;
}

@media (max-width: 500px) {


#emolmlt-donde-voto > h3 {

	font-size: 9px;
}



.box-voto {

   padding-top:6px;
   padding-bottom:18px;

	}



#emolmlt-donde-voto ul.resultado-dondevoto > li {

	font-size: 13px;
	padding: 0px 0px;
	margin-top: 0px;
	padding-top:0;
	height:auto;

}

#emolmlt-donde-voto ul.resultado-dondevoto > li:before {

margin-bottom:1px;

margin-top:0;
}

}