body
{
	background-color: #333333;
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}

table.container
{
	background-color: #ffffff;
	width: 800px;
}

.texto
{
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
}

table.menu
{
	width: 100%;
	height: 20px;
	text-align: center;
	border: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px 0px 0px 0px;
	
}
td.menu
{
	width: 20%;
	background-image: url('../img/bar1.png');
	color: #d80000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
}

td.menu_selected
{
	background-image: url('../img/bar2.png');
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

table.submenu
{
	background-color:#ff0000;
	color:#ffffff;
	font-weight:bold;
	font-size:8pt;
	border-spacing: 4px;
	
	position:absolute;
	top: 0;
	z-index:100;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}
table.submenu_selected
{
	background-color:#ff0000;
	color:#ffffff;
	font-weight:bold;
	font-size:8pt;
	border-spacing:2px;
	
	z-index:100;	
}
td.subsel
{
	background-color:#ffffff;
	color:#ff0000;
	cursor:pointer;
}

table.submenu td
{
	padding: 0px 5px 0px 5px;
}
table.submenu td:hover
{
	background-color:#ffffff;
	color:#ff0000;
	cursor: pointer;
}

table.submenu a
{
	color:#ffffff;
	text-decoration:none;
}
table.submenu a:hover
{
	color:#ff0000;
	text-decoration:none;
}

table.menub
{
	background-color: #d80000;
}

a.menub
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	padding: 10px;
}
a.menub:hover
{
	text-decoration: underline;
}
a.menub2
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 8pt;
	padding: 10px;
}

table.formulario
{
	width:90%;
	background-color: #6699cc;
	padding: 10px 10px 10px 10px;
	color:#ffffff;
	font-weight: bold;
}

table.formulario td
{
	text-align: left;
}