#idiomas{
	float:right;
	margin:20px 10px 0 0;
}
#idiomas img{
	border:none;
}
#idiomas a{
	color:#fff;
	margin-left:10px;
	text-decoration:none;
}
.contenedor-tabla{
	width:1400px;
	background-color:#006600;
}
.contenedor-tabla table{
	width:60%;
	margin:0 auto;
}
.contenido{
	margin:0 auto;
	text-align:center;
	height:480px;
	width:1400px;
}
.p1{
	background:#2C533F url(images/our-country.jpg) top center no-repeat;
	height:480px;
	float:left;
	width:700px;
}
.p1 p{
	width:200px;
	color:#fff;
	margin-left:460px;
	margin-top:130px;
	position:absolute;
	text-align:right;
	cursor:pointer;
}
* html .p1 p{
	margin-left:110px;
}
.p2{
	background:#2C533F url(images/our-legacy.jpg) top center no-repeat;
	height:480px;
	float:left;
	width:700px;
}
.p2 p{
	width:220px;
	color:#333;
	margin-left:1px;
	margin-top:130px;
	position:absolute;
	text-align:left;
	cursor:pointer;
}
* html .p2 p{
	margin-left:-350px;
}
.p2 .col2{
	margin-left:230px;
}
* html .p2 .col2{
	margin-left:-120px;
}
.next {
	text-decoration:none;
}