@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#666;
}

a:hover {
	text-decoration:underline;
	color:#666;
}

a.alerta:link, a.alerta:visited, a.alerta:active {
	text-decoration:none;
	color:#F00;
}

a.alerta:hover {
	text-decoration:underline;
	color:#F00;
}


a.copy:link, a.copy:visited, a.copy:active {
	text-decoration:none;
	color:#FFF;
}

a.copy:hover {
	text-decoration:underline;
	color:#FFF;
}

#topo {
	text-align:center;
	margin:0px;
	background-color:#7AC142;
	padding-bottom:10px;
}

#KickoffShow {
	margin:0px;
	background-color:#000;
	padding:10px;
	text-align:center;
}

#alerta {
	font-family:Verdana, Geneva, sans-serif;
	size:12px;
	color:#F00;
}

#myherbalife {
	margin:50px;
}

#conferencias-online {
	margin:50px;
}


#google-groups {
	margin-bottom:30px;
}

#footer {
	text-align:center;
	height:130px;
	margin: 0 auto;
	margin:0px;
	background-color:#7AC142;
	padding-top:25px;
	color:#FFF;
	font-size:10px;
}

#footer .colunas {
	width:980px;
	text-align:center;
	margin:0 auto;
}

#footer .coluna-esquerda {
	width:350px;
	float:left;
}

#footer .coluna-direita {
	width:600px;
	text-align:left;
	float:left;
}

.imgExpande {
list-style: none;
padding: 0;
}
.imgExpande li {
display: inline;
}
.imgExpande li img {
width: 500px; /* tamanho da imagem */
margin-left: 10px; /* Espaço entre as imagem */
}
.imgExpande li img:hover {
-moz-transform: scale(1.02);
-webkit-transform: scale(1.02);
-o-transform: scale(1.1);
}
-webkit-transition: 1s all ease; /* É para pega no Chrome e Safira */
-moz-transition: 1s all ease; /* Firefox */
-o-transition: 1s all ease; /* Opera */
