/* CSS Document */

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

#body {
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #89787b;
	list-style-image: none;
	list-style-type: none;
	width:1024px;
	height:768px;
	overflow:hidden;
	line-height: 20px;	
		}
		
a {	line-height:20px;
	text-decoration:none;
	color:#89787b;
	
}
a:hover {
	text-decoration:line-through;	
		}

a:visited {
	text-decoration:line-through;
}

#cabecera {
	margin: 20px;
	height: 111px;
	width:600px;
	
}

#lateral {
	width:200px;
	background-color:#FFFFFF;
	top: 280px;
	left: 35px;
	position:fixed;
	text-align:left;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #89787b;
}

#lateral li{
	display:block;
	list-style-image: none;
	list-style-type: none;
}

#central{
	width:130px;
	background-color:#FFFFFF;
	position: relative;
	float:left;
	margin-left:200px;
	margin-top:50px;
	padding-right:20px;
	text-align:right;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #89787b;
	overflow:hidden;
	
}

#general {
	background-color:#FFFFFF;
	margin-left:380px;
	width:600px;
	height: 900px;
	margin-top:100px;
	padding-left:20px;
	overflow:visible;
	text-align:left;
	line-height: 20px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #89787b;
}