
/* CSS Document */
body {
  background:url(img/bk_blueBackground.png) repeat-x #d7e4f2;
  font-family: "century gothic","lucida grande", "lucida sans", "bitstream vera sans", verdana,sans-serif;
}
a {
	text-decoration: none;
	color: #2277BB;
}
a:hover {
	text-decoration: underline;
	color: #1d8de7;
}

.ww-wrapper {
	width:780px;
	height:460px;
	margin:0 auto;
	background: white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 15px;
	font-size: 0.85em;
	color: #666666;
}
.ww-wrapper-taller {
	height: 100%;
}
.ww-header {
	width:780px;
	height: 40px;
	margin:10px auto;
}
.ww-logo {
  float: left;
}
img {
  border: none;
}
a.ww-signup {
  color: white;
  font-size: 28px;
  font-weight: bold;
  padding-top: 10px;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 10px auto;
  background: url(img/entrar_on.png) no-repeat 0 0;
  width: 223px;
  height: 60px;
  margin-top: 10px;
}
a.ww-signup:hover {
  background: url(img/entrar_off.png) no-repeat 0 0;
}
.ww-block h2 {
  font-size: 1.70em;
  background: #a4cb82;
  color: white;
  padding: 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
.ww-block p {
  margin: 10px;
}
.video-block {
  float:left;
  margin: 10px 10px 10px 60px;
  width: 285px;
  height: 192px;
  cursor: pointer;

}
.login-block {
  float: left;
  width: 400px;
  margin: 40px 10px 10px 10px;
/*  border: 1px solid #a4cb82;*/
}
.ww-blockwide {
  float: none;
  width: ; 
}
.ww-block {
  float: left;
  width: 240px; 
  margin: 10px;
}
.ww-description {
 clear:both;
 text-align: center;
} 
.ww-footer {
	color: #666666;
	font-size: 0.7em;
	width:780px;
	height: 20px;
	margin:5px auto;
	text-align: center;
}
.ww-footer ul {
	padding: 0;
}
.ww-footer li {
	display: inline;
	padding: 0 20px;
}



