
.cargo p {text-transform: capitalize;}

 ul {
 list-style-type: none;
 }
 
 li {
  list-style-type: none;
}

.fundoverde1 {
	background-color: #0d47a1;
} 

.fundolaranja1 {
	background-color: #febc2e;
} 
.fundolaranja2 {
	background-color: #CE6E08;
} 




.fundoverde2 {
	background-color: #228B22;
} 

.fundoverde3 {
	background-color: #9ACD32;
} 

.laranja1 {
	background-color: #ffa500;
} 
a:link {
  text-decoration: none;
}

.fundotemas {
	background-color: #fff;
	color: #000;
} 

body {
	color: #fff;
}

 
.contador { 
	color: #000;
} 

.palestrante {border: #fff solid 0px; padding: 10px; }
 
.palestrantefoto  img   {border-radius: 100px;
  background: #fff;
  padding: 5px; 
  width: 150px;
height: 150px;	
}
.palestrantes {text-transform: uppercase;}
.palestrante h5 {padding-top: 45px;}
.palestrantes a {color: #fff;}  




/* cel */
@media only screen and (max-width: 599px) {
 .newspaper {
  column-count: 1;
  column-gap: 50px;
  text-align: justify;
} 
}

/* pc*/
@media only screen and (min-width: 600px){
 .newspaper {
  column-count: 2;
  column-gap: 50px;
  text-align: justify;
}  
}

/* Add a black background color to the top navigation */
 
.navbar a {
 color: #000 !important;	
}
 
 .contaotoicone img {float: left;}
 
 
 .palestrante {border: #fff solid 0px; padding: 10px;}
 
.palestrantefoto  img   {border-radius: 100px;
  background: #fff;
  padding: 5px; 
  width: 150px;
height: 150px;	
}