@charset "UTF-8";
body{
	/*background-image:url(img/rept-06.png);*/
	background-color:#333333;
	text-align:center;
	padding:0;
	margin:0;
}
#all {
	text-align: center;
	float: left;
	width: 100%;
}
#fondo{
	width:804px;
	margin-left:auto;
	margin-right:auto;
}
#contenido {
	background-image:url(index/fondo.png);
	background-repeat:repeat-y;
	width:785px;
	padding-left:9px;
	padding-right:9px;
	float:left;
}
#top{
	background-image:url(index/top.png);
	width:785px;
	height:63px;
	float:left;
	text-align:center;
}
#logo{
	background: url(index/soporte.png) no-repeat;
	width:435px;
	height:433px;
	float:left;
	margin-left:180px;
	margin-top:30px;
}	
#menu{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#FF0;
	width:785px;
	height:30px;
	float:left;
	margin:30px 0;
	text-align:center;
}
#menu a{
	display:none,
	
}
/*#menu a {
	color: #FF0;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
	color: #00F;
}*/
#footer{
	background-image:url(index/footer.png);
	width:785px;
	height:52px;
	padding-top:20px;
	float:left;
	color:#FFF;
	text-align:center;
	font-size:12px;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

