@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
body {
	font-size:11px;
	color:#333399;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg-footer.jpg) no-repeat bottom center #FFFFFF fixed;
}
.clear {
	clear:both;
}
a {
	color:#357ab4;
	text-decoration:none;
}

#wrap {
	width:820px;
	margin:auto;
}
#bienvenido {
	width:210px;
	float:left;
	padding:0 30px 0 0;
}
#bienvenido a {
	color:#0099cc;
	text-decoration:none;
}
#bienvenido p {
	padding-top:20px;
	line-height: 12px;
}
#bemvindo {
	width:210px;
	float:left;
	padding:0 30px 0 0;
	color:#677898;
}
#bemvindo a {
	color:#0099cc;
	text-decoration:none;
}
#bemvindo p {
	padding-top:20px;
	line-height: 12px;
}
#countryList {
	width:280px;
	float:right;
	padding:0 60px 0 0;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:13px;
	font-weight:bold;
	line-height: 13px;
}
.country {
	width:165px;
	height:25px;
	font-size:14px;
	font-weight:bold;
}
.country img {
	float:left;
	padding-right:10px;
}
#wrap #countryList h2 {
	color: #677898;
}
#header {
	height:196px;
	background:url(../images/bg.png) no-repeat center top;
}
.country p {
	cursor:pointer;
}
