html, body {
	margin: 0;
	height: 100%;
}

body {
	background-color: #f8f6e7;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	height: 100%;
}

#content{
	text-align: left;
	margin: auto;
	background-color: #f8f6e7;
	width: 760px; 
	height: 100%;
	min-height: 100%;
	border-right: 1px solid #dbd9cb;
}

#left_column {
	width:93px;
	height: 100%;
	min-height: 100%;
	background-color: #afd2b4;
	float: left;
}

#menu_left {
	background-image: url(../images/back_menu.jpg);
	background-repeat: no-repeat;
	width: 93px;
	height:89px;
	float: left;
}

#menu_left ul{
	margin-left: 8px;
	padding: 0;
}

#menu_left li{
	list-style-type: none;
	padding-bottom: 10px;
	line-height: 14px;
	margin-top: 0 !important;
	margin-top: 10px;
}

#menu_left li a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #d6e6aa;
}

#menu_left li a:hover{
	color: #c3e661;
}

/*********FORM*********/

#formulario {
	float: left;
	width:596px;
	height: 100%;
	padding-left: 37px;
	padding-top: 20px;
}

#formulario span{
	color: #455e2f;
}

.titulos{
	color: #455e2f;
	font-size: 18px;
}

label {
	font-size: 13px;
	color: #455e2f;
}

.submit input {
	margin-left:500px;
	cursor: pointer;
	background:url(../images/btn_buscar.jpg);
	border: none;
	padding-bottom: 4	px;
	color:#fff;
	width: 55px;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Verdana;
}

/**********TABLE***********/
table {
	width:591px;
	background-color: #dbd9cb;
	border: 1px solid grey;
	border-bottom: 4px solid grey;
}
.th_bg {
	background-color: #8b8a88;
	color: #f8f6e7;
	font-size: 14px;
	text-align: center;
	padding-bottom: 1px;	
}

table img {
	border: none;
}

.icon-arbol img{
	//float: left;
	//margin-left: 20px;
}

.icon-info img{
	//float: center;
	//margin-left: 15px;
}

table th{
	padding-bottom: 0;
	margin-top: 0;
}

td{
	height: 36px;
	border: 3px solid #f8f6e7;
	padding-left: 5px;	
}

/**********Combos***********/
.cbo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #31616C;
	border: 1px solid #cccccc;
}

.mensaje{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455e2f;
}

.minput{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 18px; 		
	color: #31616C;
	text-align: left;
	border: 1px solid #cccccc;
}

