@charset "utf-8";

@import url("normalize.css");
@import url("menu.css");
@import url("typography.css");

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	padding: 0px;
	font-size: 76%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#conteiner #header #title {
	margin-top: 0px;
	margin-left: 180px;
	width: 450px;
	position: absolute;
	top: 245px;
}
#conteiner #header #title h3 {
	font-size: 1.8em;
	color: #3366CC;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#conteiner #header #lang {
	width: 80px;
	float: right;
	position: absolute;
	top: 250px;
	left: 900px;
}
#conteiner    #header    h4, #subMenu  h4 {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
#conteiner #header h5 {
	margin: 0px;
	padding: 0px;
}

h2{
	color:#3366CC;
	font-size:1.5em;
	text-align:left;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0.6em;
	margin-left: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #990000;
	font-size: 1em;
}

#conteiner {
	padding: 0px;
	width: 80em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	text-align: justify;
	position: relative;
}
#conteiner #footer {
	background-color: #333333;
	clear: both;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
#conteiner #footer h5, .footLinks, .footLinks a {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

#content {
	margin: 0px;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
}
#conteiner #content2 {
	position: relative;
	width: 972px;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover, #conteiner  #header  h4:hover, #subMenu h4:hover {
	color: #3366CC;
	text-decoration: none;
}
#conteiner #content h3 {
	font-size: 1.2em;
	color: #990000;
	padding: 0px;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#conteiner #content h4 {
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#conteiner #content h1 {
	color: #3366CC;
}
#conteiner #content #msg {
	color: #000000;
	padding: 5px;
	width: 100%;
	border: thin ridge #3366CC;
	margin: 0px;
}
#conteiner #content #msg h2 {
	color: #990000;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

#conteiner #content #blockChat {
	width: 400px;
	padding: 5px;
	margin: 0px;
	border: thin ridge #3366CC;
}
#conteiner    #content2    #PC {
	width: 80%;
	left: 0px;
	top: 0px;
}
#conteiner    #content2    #SC {
	width: 20%;
	left: 80%;
	top: 0px;
	position: absolute;
	margin-top: 250px;
}

.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
