body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #E4EFFA;
	margin: 0px;
}
.encabezado {
	height: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	background-image: url(imagenes/fondo.png);
}
.encabezado > tr > td{
	background-image: url(imagenes/cabecera.png);
	background-repeat: no-repeat;
}
.encabezado > tbody > tr > td{
	background-image: url(imagenes/cabecera.png);
	background-repeat: no-repeat;
}
.titulo {
	font-size: 16pt;
	font-weight: bold;
	color: #003366;
}
.seccion {
	font-size: 14pt;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #003366;
	border-bottom-color: #003366;
}
.pie {
	font-size: 10pt;
	font-style: italic;
	color: #676FA9;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C3BFDD;
}
a.enlace {
	color: #0000FF;
	text-decoration: none;
}
a.enlace:hover {
	color: #026AFE;
	text-decoration: underline;
}
a.enlacemenu {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a.enlacemenu:hover {
	color: #026AFE;
	text-decoration: underline;
}
.navcontainer {
	background-color: #369;
}
#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a {
	padding: 3px 10px;
	font-weight: bold;
}
#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}.subtitulo {
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
}
.titulo3 {
	font-weight: bold;
}

