/* CSS Document */
.no_js { 		display: block }
.has_js {		display: none }
.js .no_js { 	display: none }
.js .has_js { 	display: block }

body, html, h1, h2, h3, h4, h5, h6, form, dl, ul, li, ol, dt, dd, p, address, img, object, fieldset, a {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	background-color: #1c1f2d;
	height:100%;
	width:100%;
    margin:0 auto;
	overflow: hidden;
	padding:0px;
	border:none;
	outline: 0;
}

a {
	text-decoration:none;
	color:#FFF;
}

* {
	border: 0;
}

#principal, #hotsite {
	height:100%;
	width:100%;
    margin:0 auto;
}

