* {
	margin: 0px;
	padding: 0px;
}
html{
	height: 100%;
	width: 100%;
}
body {
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #000 url(img/bg.jpg) 0px 50% no-repeat;
	background-attachment:fixed;
	height: 100%;
	font-size: 0.8em;
	width: 100%;
}
#popupcontainer {
	position:absolute;
	left:50%;
	top:50%;
	width:1px;
	height:1px;
	z-index:1000;
	background-color:orange;
	display:none;
}
#popup {
	width:600px;
	height:450px;
	position:absolute;
	left:-300px;
	top:-225px;
	z-index:1010;
}
#flashcontent {
	z-index:900;
}		


/* 	html paginas */

#main {
	display: none;
	width: 850px;
	background-color: #fff;
	margin: 0 auto;
	height: 100%;
}
#maincms {
	width: 850px;
	background-color: #fff;
	margin: 0 auto;
	height: 100%;
}
#header{
	height: 20px;
	padding: 20px;
	background-color:#000;
}
#content{
	padding: 20px 40px 20px 40px;
	width: 770px;
	background-color:#FFFFFF;
}
#footer{
	height: 80px;
	background-color: #fff;
	padding: 40px;
	width: 770px;
	float:left;
}
ul#menu{
	height: 30px;
}
ul#menu li{
	float: left;
	list-style: none;
	text-align: center;
	padding-left: 26px;
	padding-right: 36px;
}
ul#menu li a {
	color: #fff;
	text-decoration: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #CCC;
}
h1{
	font-size: 1.4em;
	padding-bottom: 10px;
}
h2{
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content p img{
	margin-right: 20px;
	float:left; 
	border: 0px;
}
