@charset "utf-8";
/* CSS Document */

body {
	background-color: #1C3B1F;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.societas {
	font-family: "Nueva Std", Georgia, Times New Roman;
	font-size:25px;
	color: #FFF;
}
.texto {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:15px;
	color: #FC3;
}

.idiomas{
	font-family:"Calibri", Times New Roman, Times, serif;
	font-size:16px;
	color:#900;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: none;
}
a:active {
	color: #FC3;
	text-decoration: none;
}

#flash{
	width:492px;
	height:500px;
}