@media print
{
	#ITPestana { display: none;}
	#ITTop { display: none;}
	#ITNavegacion { display: none;}
	#ITMigas { display: none;}
	#ITBarraGenerales { display: none;}
	#ITPiePagina {
	display: none;
	font-size: 9px;
}
}
.pestanaFondo {
	background-color: #0B0B61;
	font-size: 0.7em;
}
ul#pestanaTab {
	list-style-type: none;
	margin: 0;
	padding-left: 8px;
	background-color: #0B0B61;
}
ul#pestanaTab li {
	float: left;
	border-right: 1px solid #FFF;
}
ul#pestanaTab li.off{
	background-color: #0B0B61;
	color: #FFF;
}
ul#pestanaTab a:link, ul#pestanaTab a:visited {
	display: block;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}
ul#pestanaTab li.off a:hover {
	background-color: #FCAD24;
	color: #333;
}
ul#pestanaTab li.off a {
	color: #FFF;
	padding: 3px 7px 3px 7px;
}

.migasFondo {
	font-size: 0.6em;
	background-color: #FCAD24;
	margin-left: 20px;
	height: 15px;
}
.paginaRecuadro {
	border-bottom: #F5F5F5 1pt dashed;
	border-left: #F5F5F5 1pt dashed;
	border-right: #F5F5F5 1pt dashed;
	border-top: #F5F5F5 1pt dashed;
	font-size: 0.8em;
	padding: 3px 3px 3px 3px;	
}

.itMenuFondo {
	margin: 0;
	padding: 2px;
	list-style-type: none;
	background: #F5F5F5; 
	font-size: 0.7em;
}
.itMenuText {
	font-size: 0.7em;
}

.itMenuLink, .itMenuLinkSelect{
	height: 20px;
	border-bottom: 1px solid #999;
	padding: 5px 0 5px 0;
	margin: 0 15px 0 25px;
}
.itMenuLink a{
	color: #0B0B61;
	text-decoration: none;
}
.itMenuLink a:hover, .itMenuLinkSelect a:hover {
	color: #666;
	text-decoration: underline;
}
.piePagina {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.piePagina a {
	color: #036;
	font-size: 10px;
	font-weight: bold;
}

