* {
	margin: 0 auto;
	padding: 0;
  }

#autor{
	font-size: 10px;
}

body, html{
	font-family: Century Gothic, verdana, Arial;
	font-size: 80%;
	/*font-size: 78%;*/
	color: #fff;
	background: #000;
}

#main{
	width: 1024px;
	height: auto;
	
	/*border:1px red solid;*/
}
#header{
	width: 1024px;
	height: 222px;
	background: url('images/header.gif');
	border-bottom:1px solid #000;
}
#content{
	width: 1024px;
}

/*....LEFT_COLUMN...*/

#left_column{
	width: 220px;
	float:left;
	margin-bottom:50px;
}
#banners{
	width: 211px;
	text-align:center;
	margin-top:5px;
	margin-bottom:2px;
	border: 5px double #666666;
}
#banners a img{
	border:1px #fff solid;
	margin:10px;
}

/*...menu...*/

#menu ul li{
	display:block;
	background:url('images/menu.jpg');
	margin-top:1px;
	height:25px;
	cursor:pointer;
	padding-top:5px;
}
#menu ul li.cont_menu{
	height:120px;
}
#menu ul li a{
	font-size:130%;
	color:#fff;
	text-decoration:none;
	margin:10px;
}
#menu ul li:hover{
	background:url('images/menu_hover.jpg');
}
#menu ul li ul{
	list-style-type:none;
	margin-top:10px;
}
#menu ul li ul li{
	background:#666666;
	height:25px;
}
#menu ul li ul li:hover{
	background:#999999;
}
/*...fin menu...*/


/*....CENTER_COLUMN...*/

#center_column{
	width: 587px;
	padding-bottom:10px;
	float:left;
	background:#333333;
	margin-left:3px;
	/*border: 1px #fff solid;*/
}
#coment{
	width: 570px;
	padding:10px;
	font-size:130%;
	text-align:justify;
	margin-top:5px;
	margin-bottom:50px;
}
#coment a, #coment h2{
	color:#ffde00;
	text-decoration:none;
}
#titulo{
       border-bottom:1px solid #ffde00;
}
#coment h3 a{
	color:#fff;
	text-decoration:underline;
}
#coment a:hover{
	color:#999999;
}
#coment p {
	margin-top:10px;
	color:#fff;
}
#coment ul{
	padding-left:10px;
}

/*....RIGHT_COLUMN...*/

#right_column{
	width: 212px;
	float:right;

}


/*....FOOTER...*/

#footer{
	background: #444444;
	border-top:5px solid #000;
	width:1024px;
	height:30px;
	bottom:0;
	position:fixed;
}
#footer p{
color:#fff;
text-align:center;
}
#footer p a{
	color:#ffde00;
	text-decoration:none;
}
#footer p  a:hover{
	color:#fef6b1;
}