html {
	height:100%;
}

body {
	margin:0px;
	height:100%;
}

.root {
	float: left;
	list-style: none;
	position: relative;


}

.lastroot {
	float: left;	
	list-style: none;
	position: relative;
}

.node {
	margin: 0;
	padding: 0;
	display: none;
	list-style: none;
	position: absolute;
	border: 1px solid #000000;
	background: #ffffff;
}

.item {
	display: block;
	position: relative;
	width:137px;
	border-bottom: 1px solid #000000;
	text-align: left;
}

.lastitem {
	display: block;
	position: relative;
	width:137px;
	text-align: left;
}

.root a, .lastroot a, .node a, .item a, .lastitem a {
	font-family: Arial, Verdana;
	font-size: 12px;
	display: block;
	text-decoration: none;
	height:1%;
}

.root a, .lastroot a {
	
	color: #000000;
	padding: 0px;

}

.node a, .item a, .lastitem a {
	font-weight: normal;
	color: #848484;
	padding: 3px;
	background: #ffffff;
}

.node a:hover, .item a:hover, .lastitem a:hover, .node a.over, .item a.over, .lastitem a.over {
	background: #f3f3f3;
	color: #ff0000;
}

.root a:hover, .item a:hover, .lastitem a:hover, .node a.over, .item a.over, .lastitem a.over {
	color: #ff0000;
}

.lastroot:hover .node, .lastroot.over .node, .root:hover .node, .root.over .node {
	display: block;
	
}

.piedepagina { color: #000000; font-weight: bolder; font-family: Arial, Verdana; font-size: 12px; padding: 2px; }
.copy { color: #ffffff; font-weight: normal; font-family: Arial, Verdana; font-size: 12px; }
.Titulo1 { Color: #3E3E3E; font-weight:bolder; font-family: Arial, Verdana; font-size: x-large; font-style:italic; }
.Texto { color: #555555; font-weight: normal; font-family: Arial, Verdana; font-size: 12px; }