.nota-el {
	max-width: 709px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.nombre-tab-div {
	float: left;
	padding-left: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	height: auto;
	background-color: #28425d;
	color: #FFFFFF;
	margin: 0px;
	line-height: 18px;
	width: 100%;
	max-width: 709px;
	padding-top: 10px;
	padding-bottom: 8px;
	box-sizing: border-box;
}

.fila_header {

	background-color: #DADADA;
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
		font-size: 14px;
}
.fila_blanca {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
	font-size: 14px;
	    line-height: 18px;	
}

.table-comuna {
	width: 20%;
}
.table-alcalde {
	width: 45%;
}
.table-concejales {
	width: 35%;
}
.img-candidato {
	text-align:center;

}
.img-candidato img{
	width: 100%;
	max-width: 76px;
	border-radius: 50px;
	min-width: 45px;
}
.electoalcalde {

}
.nombre-comuna {
	
}
.concejales-ele {
	
}

#texto_noticia

#texto_noticia a.mas-detalle:link, #texto_noticia a.mas-detalle:visited,
a.mas-detalle:link, a.mas-detalle:visited {
	background-color: #c82749;
	width: 100%;
	max-width: 100px;
	color: #fff!important;
	text-decoration: none!important;
	font-size: 12px;
	padding: 3px 0px;
	display: block;
	text-align: center;
	margin-top: 8px;
	border-radius: 8px;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}
#texto_noticia a.mas-detalle:hover,
a.mas-detalle:hover {
	text-decoration: none;
	background-color: #AA213E;
}
.rep {
	font-size: 18px;
	color: #fff;
}
.repe {
	font-size: 18px;
		color: #fff;
	float: left;
    margin-left: 12px;
	margin-right: 8px;

}
.reelecto {
	display: block;
	background-color: #6bab48;
	width: 100%;
	max-width: 90PX;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding: 4px 0px 3px;
	display: block;
	text-align: left;
	margin-top: 2px;
	border-radius: 10px;
	line-height: 18px;
}

/* BUSCADOR */

div.box-search-resultados input[type="text"] {
    display: inline-block;
    height: 40px;
    padding: 4px 6px;
    width: 88%;
    font-size: 22px;
    line-height: 140%;
    color: #1f1f1f;
    vertical-align: middle;
}
.box-search-resultados {
	max-width: 709px;
	width: 72%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 14%;
	margin-bottom: 10px;
	background-color: #DADADA;
}
.input-append {
    font-size: 0;
    white-space: nowrap;
}
.search-input {
    width: 75%;
	box-sizing:border-box;
	font-size: 18px;
    border: none;
}
.btn {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    background: #c82749;
    border: none;

    box-shadow: none;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.btn:hover {
	background:#AA213E;
}
.search-submit {
	float:right;
    height: 40px;
    width: 10%;
	font-size: 20px;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-autocomplete.ui-menu .ui-menu-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	cursor: pointer;
	padding: 5px 1em 5px .4em;
	border-bottom: 1px dotted #efefef;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 5px 1em 5px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-hover,
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
color: #b71433;
}
  
.ui-helper-hidden,
.ui-helper-hidden-accessible {
	display: none;
}


@media (max-width: 600px) {

.nota-el td {
	text-align:center;

	margin: 0;	
}
th.fila_header {
	display:none;
	background-color:#1DB716;
}
.fila_blanca {
	border-bottom-style: none;
	display: inline-block;
	text-align:center;
	padding: 5px 0 2px 0; 
    margin: 5px 0 0 0;
	

	
}
.img-candidato img {
    width: 100%;
    max-width: 100px;
    margin-top: 0;
    text-align: center;
	
		border-radius: 80px;

}

/* style */
td.img-candidato {
	width: 20%;
	margin: 5px 0 0 0;
}
td.electoalcalde {
	width: 38%;
	margin: 5px 0 0 0;
}
td.concejales-ele {
	width: 42%;
	margin: 5px 0 20px 0;
}
.reelecto {
	display: block;
	max-width: 90px;
	margin: 0 auto;
	margin-top:5px;

}
/* style */

table tr td:nth-last-of-type(4) {
	background-color: #DADADA;
	
    width: 100%;
	margin-top: 5px;

}
.electoalcalde::before {
	content: "» Alcalde";
	color: #c82749;
	font-weight: bold;
	display:block;
	margin-bottom: 5px;
}
.concejales-ele::before {
	content: "» Concejales";
	color: #c82749;
	font-weight: bold;
	display:block;
		margin-bottom: 5px;
}
a.mas-detalle:link, a.mas-detalle:visited {
float: right;
margin: 1px 5px 5px 5px;
line-height: normal;

}
input[type="text"] {
    width: 85%;
    font-size: 14px;
}
.search-submit {
	float:right;
    height: 40px;
    width: 15%;
	font-size: 18px;
}
.box-search-resultados {
	width: 90%;
	padding: 20px 5%;

}
.nombre-comuna{
    line-height: 22px;	
}
}
@media (max-width: 400px) {
/* style */
td.img-candidato {
	width: 40%;
	margin: 5px 0 0 0;
	text-align:center;
}
td.electoalcalde {
	width: 60%;
	margin: 5px 0 0 0;
	vertical-align:middle;
}
td.concejales-ele {
	width: 100%;
	margin: 5px 0 20px 0;
}
.reelecto {
	margin-top:2px;
/* style */
}
.fila_blanca{
    line-height: 20px;	
}
.nombre-comuna {
    line-height: 24px;		
}
.concejales-ele::before {
	color: #c82749;
	font-weight: bold;
	display: block;
	border-top: 1px dotted #DADADA;
	padding-top: 5px;
}
}
@media (max-width: 320px) {

.nota-el td {
	margin: 0;	
}
th.fila_header {
	display:none;
}
.fila_blanca {
	border-bottom-style: none;
}
.img-candidato img{
	width: 100%;
	max-width: 100px;
	margin-top: 5px;
}
table tr td:nth-last-of-type(4) {
    display: inline-table;
    width: 100%;

}
.electoalcalde::before {
	color: #c82749;
	font-weight: bold;
	display:block;	
}

a.mas-detalle:link, a.mas-detalle:visited {
float: right;
margin: 1px 5px 5px 5px;
}
input[type="text"] {
    width: 85%;
    font-size: 14px;
}
.search-submit {
	float:right;
    height: 40px;
    width: 15%;
	font-size: 18px;
}
.box-search-resultados {
	width: 90%;
	padding: 20px 5%;

}
/* style */
td.img-candidato {
	width: 100%;
	margin: 5px 0 0 0;
}
td.electoalcalde {
	width: 100%;
	margin: 5px 0 0 0;
}
td.concejales-ele {
	width: 100%;
	margin: 5px 0 20px 0;
}
.reelecto {
	margin-top:2px;
/* style */
}