body
{
	background-color: #9eb9d6;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 1.6em;

	text-align: center;
	margin: 0px;
}

img
{
	border: 0px;
}

#todo
{
	width: 720px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

	border: 1px solid #909090;

	background-color: white;
	background-image: url('globo.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#cabecera
{
	font-family: times, serif;
	background-color: #41689f;

	background-image: url('nodos.jpg');
	background-repeat: no-repeat;
	background-position: left top;

	color: white;
	text-align: right;
	padding: 6px;
	padding-right: 20px;
}

#menu
{
	padding: 4px;
	background-color: #a0a0a0;
	font-size: 9pt;
	text-align: center;
}

#menu a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#menu a:hover
{
	color: #dad243;
	text-decoration: underline;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
}

#menu li
{
	list-style-type: none;
	display: inline;
	margin-left: 6px;
}

#pie
{
	background-color: #41689f;
	color: white;
	text-align: center;
	font-size: 9pt;
	line-height: 1em;
}

#pie a
{
	color: white;
}

#cuerpo
{
	padding: 14px;
	padding-top: 0px;
}

.cabecera
{
	background-color: #41689f;
        color: white;
}

.descanso
{
	background-color: #9eb9d6;
	color: #404040;
	border: 1px dotted #c0c0c0;
}

table
{
	width: 100%;
	font-size: 10pt;
	border: 1px solid #f0f0f0;
	background-color: #f6f6f6;
}

td
{
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #c0c0c0;
	margin: 0px;
}

