/* CSS Document */
/************************************/
/************************************/
/************************************/
/*********** GENERAL ****************/
/************************************/
/************************************/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #585842;
}
html,body {
	background-color: #EDEDEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
    margin: 0;
    padding: 0; 
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
/************************************/
/************************************/
/************************************/
/* ESTILO CAPAS - GENERALES *********/
/************************************/
/************************************/
/************************************/
#all{
	position: relative;
	padding: 0px;
	margin:	auto;
	top: 0px;
	width: 960px;
	height: 100%;
}
#menubar{
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height:	25px;
	z-index: 2;
	background-color: #4D4D3F;
}
#content{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 960px;
	height: 655px;
	z-index: 1;
	background-color: #EDEDEC;
}
/************************************/
/************************************/
/************************************/
/******* ESTILO TEXTOS **************/
/************************************/
/************************************/
/************************************/
.txt_menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 1;
	color: #D0D0C8;
	text-decoration: none;
}
a.txt_menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 1;
	color: #D0D0C8;
	text-decoration: none;
}
a.txt_menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 1;
	color: #585842;
	text-decoration: none;
}
.txt_menu_select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 1;
	color: #585842;
	text-decoration: none;
}
