blockquote.nap {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 3px;
	border: 1px solid #e7ebf0;
	padding: 1px;
}

blockquote.nap h1 {
	background: #ffffff url(../imgs/comunes/degradado-h1.jpg) repeat-x;
	padding: 7px;
	padding-left: 5px;
	text-align: left;
	color: #103e6e;
	font-size: 15px;
	cursor: default;
}

blockquote.subnap {
	margin-left: 30px;
	margin-right: 5px;
	margin-top: 3px;
	border: 1px solid #e7ebf0;
	padding: 1px;
}

blockquote.subnap h1 {
	background: #ffffff url(../imgs/comunes/degradado-subnap-h1.jpg) repeat-x;
	padding: 7px;
	padding-left: 5px;
	text-align: left;
	color: #ffba00;
	font-size: 15px;
	cursor: default;
}

table.tbl-nap,  table.tbl-subnap{
	border: 1px solid #eeeeee;
	padding: 3px;
}

table.tbl-nap th {
	background: #346ca6 url(../imgs/comunes/degradado-azul.jpg) repeat-x;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #b3cde8;
	color: #b3cde8;
	cursor: default;
	font-size: 11px;
}
table.tbl-subnap th {
	background: #ebb845 url(../imgs/comunes/degradado-naranja.jpg) repeat-x;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #ffeeaa;
	color: #ffffff;
	cursor: default;
	font-size: 11px;
}

table.tbl-nap td, table.tbl-subnap td {
	padding: 2px;
	padding-left: 5px;
	border-right: 1px solid #eeeeee;
	color: #666666;
	cursor: default;
	font-size: 11px;
}

table.tbl-nap td a, table.tbl-subnap td a {
	text-decoration: none;
	font-weight: bold;
}
table.tbl-nap td a:link		{		color: #356da7;		}
table.tbl-nap td a:visited	{		color: #356da7;		}
table.tbl-nap td a:hover	{		color: #103e6e;		}
table.tbl-nap td a:active	{		color: #103e6e;		}

table.tbl-subnap td a:link 			{		color: #ffba00;		}
table.tbl-subnap td a:visited		{		color: #ffba00;		}
table.tbl-subnap td a:hover 		{		color: #ffcd47;		}
table.tbl-subnap td a:active		{		color: #ffcd47;		}

