* {
	margin: 0;
	padding: 0;
}

body, html { height: 100%; }

body {
	border-top-width: 30px;
	border-top-style: solid;
	font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
        text-align: center;
}

#formulario {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
  width: 94%;
  height: auto;
}

.button-primary {
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	margin-bottom: 10px;
}
label{
	color: #777;
	font-size: 13px;
}
#nav {
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}
.anuncio {
	position: absolute;
	top: 7px;
	left: 15px;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
}
.anuncio-home {
  float: right;
  width: 95%;
  text-align: right;
}
.anuncio-home a {
  color: white;
}


#texto {
	font-size: 24px;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #808080;
	background: #fbfbfb;
}
input {
	color: #555;
}
.clear {
	clear: both;
}

#lang-nav {
  float: right;
  font-size: 1.1em;
  margin-right: 10px;
}

input.button-primary, button.button-primary, a.button-primary {
	border-color: #298cba;
	font-weight: bold;
	color: #fff;
	background: #21759B url(button-grad.png) repeat-x scroll left top;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

input.button-primary:hover, button.button-primary:hover, a.button-primary:hover, a.button-primary:focus, a.button-primary:active {
	border-color: #13455b;
	color: #eaf2fa;
}

.addthis_toolbox {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.content-right {
  margin-right: 10px;
  text-align: right;
}

.content-right p { padding-right: 10px; }

.content-left {
  margin-left: 10px;
  text-align: left;
}

.content-left, .content-right {
  border: 1px solid #345678;
}

.content-left h1, .content-right h1 {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 15px;
  background: #6789ab;
}

.content-left ul {
  list-style: none;
}

.content-left ul li {
  margin-bottom: 2px;
  margin-left: 10px;
}

.content-center img {
  padding-left: 40px;
}

.content-right {
  width: 100%;
  text-align: right;
}

#content td {
  vertical-align: top;
}

#generators {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #F5FB97;
  border: 1px solid #C5D019;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px;
  width: 510px;
}

#generators ul { margin-top: 5px; list-style: none; }

#generators div {
  text-align: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

