body {
	margin:0 0 0 0;
}
#tabla {
	width:100%;
	border: 0;
	border-collapse: collapse;
}
#tabla td {
	padding:0;
}
.logo{
	height:85px;
}
.fondologo {
	background: url(images/fondologo.gif) repeat-x center top;
	border-bottom: 1px solid #000000;
	height:85px;
}
.encabezado {
	background: url(images/bg.gif) repeat-x center top;
	border-bottom: 1px solid #000000;
	height:85px;
}
#header {
        font-size: 93%;
		float: right;
		width: 100%;
		line-height: normal;
		background-color: transparent;
}
#header ul {
        padding-right: 1px;
		padding-left: 0;
		padding-bottom: 0;
		margin: 0;
		padding-top: 65px;
		list-style-type: none;
		background-color: transparent;
}
#header li {
        padding-right: 0;
		padding-left: 4px;
		background: url(images/left.gif) no-repeat left top;
		float: right; 
		padding-bottom: 0; 
		margin: 0; 
		padding-top: 0;
}
#header a {
        padding-right: 15px; 
		display: block; 
		padding-left: 6px; 
		font-weight: bold; 
		background: url(images/right.gif) no-repeat right top; 
		float: left; 
		padding-bottom: 5px; 
		color: #765; 
		padding-top: 5px; 
		text-decoration: none;
}
#header a {
        float: none;
}
#header a:hover {
        color: #333;
}
#header #current {
        background-image: url(images/left_on.gif);
}
#header #current a {
        background-image: url(images/right_on.gif); 
		padding-bottom: 5px; 
		color: #333;
}
