@charset "UTF-8";
/* CSS Document */

.fondo {
	background-image: url(../images/bg-legacy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondoIdioma {
	background-image: url(images/fondo-idioma.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.explain-content {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	letter-spacing:.5px;
	color:#b49e65;
	line-height:1.5em;
	width:960px;
}

.littlecommentarea {
	width:430px;
	float:left;
	margin-left:20px;
}

.littlecommentarea-right {
	width:430px;
	float:right;
}