/* GENERAL */
body
{
	margin: 0px;
	font-family: "Times New Roman";
	font-size:11pt;
	background-color:#575440;
}

.divTexto
{
	position:absolute;
	width:440px;
	z-index:1;
	left: 440px;
	top: 170px;
	text-align:justify;
}

.divMenu
{
	position:absolute;
	width:480px;
	z-index:2;
	left: 440px;
	top: 70px;
	text-align:center;
}

.tblMenu
{
	font-family:"Trebuchet MS";
	font-size:16pt;
	width:480px;
	text-align:center;
}

.tblMenu A:link
{
	text-decoration:none;
	color:#330000;
}

.tblMenu A:visited
{
	text-decoration:none;
	color:#330000;
}

.tblMenu A:actived
{
	text-decoration:none;
	color:#330000;
}

.tblMenu A:hover
{
	text-decoration:underline;
	color:#330000;
}

.tblPrecios
{
	text-align:center;
	border-color:#330000;
	border-style:solid;
	border-width:1px;
}

.tablaMensaje
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	width:800px;
	color:Red;

}