@charset "utf-8";
/* CSS Document */

	BODY {
		background-color: #c1b992;
		margin: 10px 10px 10px 10px;
	}
	
	
	TABLE {
		background-color: #cccc99;
	}

	IMG {
		border: 0px;
	}
	
	A, A:link, A:hover, A:visited, A:active {
		text-decoration:none;
	}
	
	#tr_menu A {
		color: #c4bc98;
		font-family: Verdana, Arial;
		font-size:  14px;
		font-weight: bold;
	}
	
	#tr_menu td {
		background-color: #8c4941;
		height: 40px;
		padding-left: 8px;
		
		border: #c4bc98 solid;
		border-left-width: 2px; border-right-width: 0px; 
		border-bottom-width: 0px; border-top-width: 1px;
	}
	
	#tr_menu td.primero {
		border-left-width: 0px; 
	}
