body {
	text-align: center;
}
#container {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}
#encabezado {
	border-bottom: 1px solid #000;
	background: url(./images/detalle.png) no-repeat top left;
}
#sidebar {
	width: 200px;
	padding: 10px;
	float: left;
}
#sidebar ul {
	list-style-type: none;
	margin-top: 10px;
	padding: 0px;
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#sidebar ul li {
	background-color: #fff;
	text-align: right;
}
#sidebar ul li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 10px 10px 10px;
}
#sidebar ul li a:hover {
	background: #000;
	border-right: 40px solid #333;
	color: #fff;
	text-align: left;
}
#texto {
	margin-left: 200px;
	border-left: 1px solid #000;
	padding-left: 10px;
}
#footer {
	background: none;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	font: 70% sans,	georgia;
	color: #B3B3B3;
	margin-bottom: 0px;
	margin-top: 25px;
	border-top: 1px solid #000;
	text-align: center;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#footer ul li a:hover {
	padding-left: 10px;
	padding-right: 10px;
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
img {
	float: left;
	padding: 5px 5px 5px 5px;
}
