HTML
{
	margin:0px;
	width:100%;
	height:100%;
}

BODY
{
	margin:0px;
	width:100%;
	height:100%;
}

/*Estilos Menu*/

table.menu_n1
{
	z-index:1;
	position:fixed;
	padding-left:20px;
	padding-right:20px;
	height:100%;
	margin:0px;
	width:200px;
	background-color:#FFFFFF;
}

table.menu_n2
{
	background-color:#FFFFFF;
}

font.menu_titulo
{
	font: italic medium "Times New Roman";
	color:#999999;
	word-spacing:1px;
	letter-spacing:1px;
	text-transform:capitalize;
}

font.menu_link
{
	font: normal small "Times New Roman";
	color:#999999;
	word-spacing:1px;
	letter-spacing:1px;
	text-transform:capitalize;
	text-align:left;
}

font.menu_link_selected
{
	font: normal small "Times New Roman";
	color:#B0565C;
	word-spacing:1px;
	letter-spacing:1px;
	text-transform:capitalize;
	text-align:left;
}

font.menu_link_upper
{
	font: normal xx-small "Times New Roman";
	color:#999999;
	word-spacing:1px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:left;
}

font.menu_link_upper_selected
{
	font: normal xx-small "Times New Roman";
	color:#B0565C;
	word-spacing:1px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:left;
}

font.menu_link_small
{
	font: normal xx-small "Times New Roman";
	color: #999999;
	text-align:center;
}

font.menu_link_small_selected
{
	font: normal xx-small "Times New Roman";
	color: #B0565C;
	text-align:center;
}

/*Estilos Cuerpo*/

table.cuerpo_n1
{
	width:100%;
	height:100%;
}

table.cuerpo_n2
{
	width:800px;
}

tr.cuerpo_img
{
	height:550px;
	text-align:center;
	vertical-align:middle
}

tr.cuerpo_tex
{
	height:25px;
}

tr.cuerpo_tex_large
{
	height:50px;
}

font.cuerpo_normal
{
	font: normal small "Times New Roman";
	color: #999999;
	word-spacing:1px;
	letter-spacing:1px;
	text-transform:lowercase;
	text-align:left;
}

font.cuerpo
{
	font: normal small "Times New Roman";
	color: #999999;
	word-spacing:1px;
	letter-spacing:1px;
	text-transform:lowercase;
	text-align:left;
}

font.cuerpo_italic
{
	font: italic small "Times New Roman";
	color: #aaaaaa;
	word-spacing:1px;
	letter-spacing:1px;
	text-transform:lowercase;
	text-align:left;
}

div.cuerpo_tex
{
/*	z-index:1;
	position:fixed;*/
}

font.cuerpo_capi
{
	font: normal small "Times New Roman";
	color: #999999;
	word-spacing:1px;
	letter-spacing:1px;
	text-transform:capitalize;
	text-align:left;
}

