@charset "utf-8";
body{
  font-size:12px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#000;
  background-color:#FFF;
  font-weight:bold;	
}
#container {
  width: 557px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -278px;
}

#leftContent{
	float:left;	
}

#rightContent{
	width:380px;
	height:250px;
	float:left;
	margin-left:12px;
}
.spBack{
	background:url(../img/generico/zone/zone_back_es.gif) no-repeat;
}

.enBack{
	background:url(../img/generico/zone/zone_back_en.gif) no-repeat;
}

.ptBack{
	background:url(../img/generico/zone/zone_back_pt.gif) no-repeat;
}

.spAdvBack{
	background:url(../img/generico/zone/zoneadv_back_es.gif) no-repeat;
}

.enAdvBack{
	background:url(../img/generico/zone/zoneadv_back_en.gif) no-repeat;
}

.ptAdvBack{
	background:url(../img/generico/zone/zoneadv_back_pt.gif) no-repeat;
}

#rightText{
	margin-top:140px;
	margin-left:60px;
}
a{
	color:white;
	text-decoration:underline;
}
p{
	margin:0;
	padding:0;
	line-height:14px;
}

.langLink{
	font-size:14px;
}

.zoneSelection{
	margin-top:12px;	
}

.langSelection{
	font-size:11px;
	margin-top:25px;
	font-weight:normal;
	color:#FFF;
}

.link1{
	color:#000;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
}


