body {
	margin: 5px;
	padding: 0;
}

h1, h2, h3, p {
	margin: 0;
}
a {
	text-decoration: none;
	outline: 0;
}




#main-section {
	background-color: #fff;
    padding: 20px 0px 30px 0px;
    margin: 10px auto;
    width: 100%;
    background-color: #fff;
    padding: 10px 0px 30px 0px;
    float: left;
}

#rigth-column {
	float: left;
	margin-left: 10px;
	width: 360px;
}

#rigth-column > section {
	margin-bottom: 30px;
}

#rigth-column > section:last-child {
	margin-bottom: 0;
}

#news {
	margin: 30px 0 0 0;
    display: inline-block;
    width:  100%;
    text-align: center
}

#news .more-btn {
	background-color:#000000!important;
	border-radius: 50px;
	padding: 15px;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
    font-weight: bold;
	margin-top: 12px;
    color: #fff;
    margin-right: 15px;
    display: inline flow-root list-item;
    text-transform: uppercase
}




.clearfix:after {
	display: table;
	content: "";
	clear: both;
}



.left-chain, .rigth-chain {
	/*display: inline-block;
	width: 340px;*/
    display: inline-block;
    width: 100%;
    max-width: 1147px;
    /*margin-right: 2%;*/
    margin-bottom: 10px;
    margin: auto
}

@media only screen and (max-width: 600px) {
    .nota{width: 48%!important;display: inline-block;max-width: 175px}
    .nota img{height: auto!important}
    .jumbotron{margin-bottom: 1rem!important}
}
.left-chain .nota:last-child, .rigth-chain .nota:last-child {
	margin-left: 1.4%;
}

.nota {
	padding-bottom: 18px;
	/*border-bottom: 1px solid #DDDDDD;*/
    display: inline-block;
    width: 100%;
    max-width: 350px;
    min-height: auto;
    vertical-align: top;
    margin: 0% 0.8%;
    margin-bottom: 17px;
    vertical-align: top
}
.nota img {
    width: 100%;
    object-position: top;
}

.nota h1 {
	color: #000000;
	font-family: "Noto Serif", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 15px;
    text-align: left
}

.nota .author {
	color: #4A4A4A;
	margin-bottom: 18px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}

.nota .author span {
	font-weight: bold;
}

.nota p {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.separator {
	margin-top: 10px;
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
	height: 1px;
}



#info {
	color: #585858;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 16px;
	visibility: hidden;
}

#info b {
	font-weight: 700;
}

    /* Estilos para el toggleDisclosure */
	.toggleDisclosure {
		display: none;
		padding: 20px;
		border: 1px solid #ccc;
		background-color: #ffffff;
		border-radius: 5px;
		text-align: left;
		position: absolute;

	}

	.toggleButton {
		cursor: pointer;
		position: relative;
		display: inline-block;
	}

	.close {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
        background-color: #000000;
	}

/************************ Estilos para movil ************************************/

/*@media screen and (max-width: 1034px) {
	#candidatos, #segunda-ronda { background-image: none; }
	#candidatos .headers, #candidatos .candidatos { float: none; }
	#candidatos .candidatos { margin: 30px auto 0; max-width: 615px; }
}*/
.menu{background-color: #ffffff;height: 70px;width: 100%;margin:0 auto;padding: 6px;position: fixed;z-index: 1500;vertical-align: middle}
.menu li{list-style-image: none;background-color: #ffffff;float: right;list-style-type: none;margin:0 2px;}
.btn {background-color: aqua}

.suscribe  {
  cursor: pointer;
  margin-top: 9px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bolder;
  letter-spacing: .5px;
  color: white;
  background: #00A651;
  border: 1px solid #00A651;
  border-radius: 6px
  right: 15px;

@media screen and (max-width: 729px) {
	#main-section { width: 100%; }
	.left-chain, .rigth-chain { width: auto; margin: auto; border: none; padding: 0 25px; }
	.separator { width: auto; margin: 10px 25px 0; }
	.logonws { margin: auto 25px; }
	.nota { width: 100%; }
	.nota img { width: 100%; }
	#rigth-column { width: 100%; margin-left: 0;  }

	#segmentBarChart { width: 100%;  }
}

@media screen and (max-width: 650px) {
    .nota {width: inherit;max-width: inherit}
}
