*{
	margin:0;
	padding:0;
}

body{
	background: #ADFF2F;
}

header, footer, .main{
	/*background: #fff;*/
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
	background: #e6e6e6;
}

header nav{
	background: #252932;
	overflow: hidden;
	text-align: center;

}

/*header nav ul li{
	list-style: none;
}

header nav ul li{
	float: left;
}

header nav ul li a{
	padding: 10px 20px;
	display: block;
	color: #fff;
	text-decoration: none;
}

header nav ul li a:hover{
	/*background: #75ACEC;
	background: #f56f3a;
	border-radius: 50px;
}*/
header nav a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	-webkit-transition:all 500ms easy;
}
header nav a:hover{
	background: #f56f3a;
	border-radius: 50px;
}

.main .articles{
	width: 68.5%;
	float: left;
	margin-right: 1.5%
}

.main .articles article{
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}

aside{
	width: 30%;
	background: #ff8000;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

aside h5{
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #AFFFFE;
	padding: 5px;
}

footer{
	background: #000;
	color: #fff;
	clear: both;
	padding: 10px 0px;
	text-align: center;
}

footer nav{
		text-align: left;
}

.clear{
	clear: both;
}
img{
	float: left;
}
p{
	text-align: justify;
	padding: 10px 0px;

}
.centrando{
	text-align:center;
	font-size: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #00FA9A;
	padding: 10PX;
}
.centrando2{
	text-align:justify;
	font-size: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #00FA9A;
	padding: 5px;
}
.alinear-1{
	text-align: center;
}
.alinear-2{
	text-align: justify;
}
.alinear-3{
	text-align: left; 
}

.wrapper{
	width: 90%;
	max-width: 1000px;
	margin:auto;
	overflow: hidden;
}
.wrapper2{
	width: 92%;
	max-width: 1000px;
	margin:auto;
	overflow: hidden;
}

header div{
 	padding: 10px;

 }

.logo{
	width: 95%;
	max-width: 95%;
	margin:auto;
	overflow: hidden;
}
 header div table{
 	width: 90%;
 	margin-top: 20px;
 	margin:auto;
	overflow: hidden;
	background: #252932;
	color: #fff;
 }
.tooltip1 { 
	position: relative; 
}

.tooltip1 a span { 
	display: none; 
	color: #FFFFFF; 
}

.tooltip1 a:hover span { 
	display: block; 
	position: absolute; 
	width: 200px; 
	background: #aaa url(images/logo.png); 
	height: 50px; 
	left: 100px; 
	top: -10px; 
	color: #FFFFFF; 
	padding: 0 5px; 

}
*hoverpopups type 1*/

#popup { color: #000; background-color: #c0c0c0; }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	width: 130px;
	line-height: 30px;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #666;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

.popup a span {
	display: none;
}

.popup a:hover { 
	background-color: #e9e9e2; 
}

/* the IE correction rule */
.popup a:hover	{
	color: #f00; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
}
*hoverpopups type 1*/

#popup { color: #000; background-color: #c0c0c0; }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	width: 130px;
	line-height: 30px;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #666;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

.popup a span {
	display: none;
}

.popup a:hover { 
	background-color: #e9e9e2; 
}

/* the IE correction rule */
.popup a:hover	{
	color: #f00; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
}
.popup1 a img {
	display: none;
}

.popup1 a:hover { 
	background-color: #e9e9e2; 
}

/* the IE correction rule */
.popup1 a:hover	{
	color: #f00; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.popu1p a:hover img {
	display: block;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}