html {
	min-height: 100%; height:auto;
}

body {
	background: #79B1D6 url(fondo.png) left bottom no-repeat;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 5px;
}
a img {border: none;}

#container {
	width: 800px;
	margin: 0 auto;
}


#topbar {
	height: 40px;
	position: relative;
	
}

#topnav {
	width: 370px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(topnav_bg.png) left top no-repeat;
}
#topnav a {
	display: block;
	width: 112px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	float: left;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#container_top {
	height: 84px;
	background: transparent url(container_top_bg.png) top left no-repeat;
	position: relative;
}

h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 15px;
}

#container_bottom {
	height: 15px;
	background: transparent url(container_bottom_bg.png) top left no-repeat;

}

#bottomnav {
	height: 46px;
	background: transparent url(bottomnav_bg.png) top left no-repeat;
	position: relative;
	margin-top: 20px;
}
#bottomnav a {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
}
#bottomnav a:hover {text-decoration: underline;}

#copy {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	}
#copy a{
	padding: 0;
	}

#contents {
	background-color: #fff;
}

#pasos_registro {
	background: transparent url(fondo_pasos.png) left top no-repeat;
	padding-top: 80px;
	margin: 20px 40px 0;
}

#pasos_registro .paso{
	vertical-align: top;
	text-align: center;
}


.bloque_texto {
	padding: 20px 40px;
}

#disclaimer_paises {
	margin: 0 20px;
	padding: 10px 10px 10px 40px;
}