@charset "utf-8";
/* CSS Document */
<!--
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.both {
	clear: both;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
#header {
	margin: auto;
	width: 815px;
}
#header .tmenu {
}
#main {
	margin: auto;
	width: 815px;
	background-image: url(images/bakg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main .bloq1 {
	width: 570px;
	float: left;
}
#main .cont {
}
#main .bloq1 .cont {
	padding: 10px;
}
#main .bloq1 .cont h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 20px;
	color: #ECDDBE;
}
a:link, a:visited, a:active {

	color: #FFFFFF;

	text-decoration: none;
}
#main .bloq2 {
	margin-left: 580px;
}
#main .bloq2 .cont {
	padding: 6px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer {
	margin: auto;
	width: 815px;
}
#footer .links {
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#footer .links a{
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	}
-->



