body 
	{
	color: #6b6c5a; /* color barra navegacion */
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	/*background-color: #e6e6d9;*/
	text-align: left;
	margin: 0
	}


#cabecera 
	{
	background-color: #e6e6d9;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 68px
	}


#navbar 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 16px
	}

a {
    color: white;
	text-decoration: none
	}

a:hover 
	{
	color: #fc0;
	text-decoration: none
	}
	

.leftcol 
	{
	width: 10%;
	float: left
	}
	
.navleft { margin-left: 10px; }

.navleft ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif
}

.navleft li { margin: 0; }

.navleft a
{
display: block;
color: #333;
background-color: transparent;
width: 120px;
padding: 1px 1px;
text-decoration: none;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
font-size: 12px
}

.navleft a:hover
{
background-color: #ddd;
color: #c63;
width: 105px;
padding: 1px 1px 1px 10px;
}

.navleft ul ul
{
margin-left: 10px;
padding: 0;
list-style-type: none;
}

.navleft li li a
{
display: block;
color: #333;
background-color: transparent;
width: 115px;
padding: 1px 5px;
margin: 0;
border-top: none;
border-bottom: none;
border-left: 1px solid #aaa;
text-decoration: none;
font-size: 10px;
}

.midcol 
	{
	padding-left: 30px;
	width: 55%;
	float: left;
	}

.rightcol 
	{
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	padding-left: 3%;
	width: 20%;
	float: left;
	}

#footer 
	{
	color:#333333;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	height: 16px;
	clear: left;
	}
	
body,td,th {
	color: #666666;
}
/* CSS Document */

