body {
	background:#333 url(./images/detalle.png) no-repeat left top ;
	font: 80% georgia, sans-serif;
	color: #A7A7A7; 
	padding: 0;
	min-height: 800px;
}
	
#logo {
	color: #000;
	height: 80px;
	margin-left: 25px;
}
#container {
	background: url(./images/detalle4.png) no-repeat bottom right;
}
#menu {
	background: none;
	color: #fff;
	height: 35px;
	padding-left: 15px;
	border-top: 1px solid #ccc;
}
#menu ul {
	list-style: none;
	padding: 10px 10px 0 23px;
	font: 75% sans,	georgia;
	margin-left: 540px;
	line-height: 20px;
	margin-top: -27px;	
}
#menu ul li {
	display: inline;
	line-height: 19px;	
}
#menu ul li a {	
	background: url(./images/body.png) repeat-x;
	color: #B3B3B3;
	text-decoration: none;
	font-style: italic;
	text-transform: uppercase;
	display: inline;
	padding: 7px 10px 0px 10px;
	line-height: 20px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #888888;
}
#menu ul li a:hover {
	background: url(./images/footer.png) repeat-x;	
	color: #fff;
	text-decoration: none;
	font-style: italic;
	text-transform: uppercase;
	display: inline;
	padding: 7px 10px 0px 10px;
	line-height: 15px;
	height: 15px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #AFAFAF;
}
#menu ul li a:active {
	background: url(./images/footer.png) repeat-x;	
	color: #fff;
	text-decoration: none;
	font-style: italic;
	text-transform: uppercase;
	display: inline;
	padding: 7px 10px 0px 10px;
	line-height: 15px;
	height: 15px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #AFAFAF;
}
#sidebar {
	background: url(./images/sidebar.png) no-repeat right;
	float: left;
	margin-top: 50px;
	border-right: 0px solid #ccc;
	min-height: 293px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 7pt;
	margin-top: 20px;
}
#sidebar ul li {
	background: none;
}
#sidebar ul li a {
	color: #B3B3B3;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	display: block;
	padding: 10px 10px 10px 20px;
}
#sidebar ul li a:hover {
	background: url(./images/sidebar-a.png) no-repeat bottom right;
	color: #fff;
	margin-right: 5px;
}
#texto {
	margin-left:300px;
	margin-right: 300px;
	margin-top: -350px;
	float: left;
	display: block;
	width: 50%;
	padding: 5px 10px 85px 10px;
}
#footer {
	background: none;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	font: 75% sans,	georgia;
	color: #B3B3B3;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
	margin-top: 25px;
	border-top: 1px solid #ccc;	
}
#footer ul {
	list-style: none;
	text-align: center;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #B3B3B3;
	text-decoration: none;
	font-weight: bold;
}
#footer ul li a:hover {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
img {
	background: #636363;
	border: 4px double #ccc;
	margin: 6px 6px 6px 6px;
	float: left;
}
