/* CSS Document */
#Titulo td {
	background-color:#FFFFFF;
	height: 26px;
	width: 180px;
}
#escrito td {
	background-image:url(../Images/norte-escrito.jpg);
	background-repeat:inherit;
	font-family: "Microsoft Sans Serif";
	font-size:14px;
	width:386px;
	height:296px;
	color:#333333;
	line-height: 19px;
	text-align: left;
	font-stretch: wider;
	font-weight: normal;
	vertical-align: text-top;
	
}
#precarga td {
position:absolute; 
width:100%; 
height:100%; 
top:0; 
left:0;
}
#menu td {
	background-image: url(../Images/menu.jpg);
	background-repeat:no-repeat;
	height:136px;
	width:150px;
	font-family: Calibri;
	font-size: 14px;
	color: #333333;
	vertical-align: text-top;
	
}
#bar td {
background-image: url(../Images/line.jpg);
background-repeat:repeat;
}
#floter td {
background-image: url(../Images/fondo.jpg);
background-repeat:no-repeat;
height:30px;
	width:800px;

}
#navi li {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	margin-left: 3px;
	
}

	
	#navi {	list-style-type:circle;}
	
