@charset "utf-8";
/* CSS Documento for 'media=all': Encuentros Jóvenes Artistas de Navarra 2007 */
/* Striker(auskalo.com)&copy;2006 */
/* */

/*
	********************************************************************************************************
	tables normal square blue colors
	********************************************************************************************************
*/
	
	/* table ctp */
	.tableCTP {
		margin: 0;
		padding: 0;
		color: #155E7E;
		border-top: 1px solid #0484AE;
		border-left: 1px solid #0484AE;
		border-right: 1px solid #0484AE;
		background: #FFFFFF;
	}
	
		/* superscript */
		.tableCTP sup {
			font-size: 0.75em;
		}
		
		caption {
			display: none;
			/* 
			position: absolute;
			top: -10000px;
			left: -10000px; 
			*/
		}		
		
		.tableCTPheader {
			margin: 0;
			padding: 0;
			background: #0484AE;
			color: #FFFFFF;
			font-size: 1em;
			font-weight: bold;
		}
				
		/* td border */	
		.tableCTP td {
			padding: 0 10px;
			border-bottom: 1px solid #0484AE;
		}
		
			.tdBlue {
				background: #B2DFF2;
				text-align: right;
			}
	
		.tableCTPfooter {
			margin: 0;
			padding: 0;
			height: 7px;
			font-size: 7px;
			line-height: 7px;
			background: #0484AE;
		}
	
	/* Bus table */	
	.tableBus {
		margin: 0;
		padding: 0;
		color: #155E7E; /* #0484AE; */
		/* font-weight: bold; */
		border-top: 1px solid #0484AE;
		border-left: 1px solid #0484AE;
		border-right: 1px solid #0484AE;
		background: #FFFFFF;	
	}	
		.tableBus td {
			padding: 0 2px;
			border-bottom: 1px solid #0484AE;
		}	
		
		.tdBus {
			border-right: 1px solid #0484AE;
		}
		
	/* tabla search */
	.tableSearch {
		margin: 0;
		padding: 0;
		color: #000000;
		font-size: 10px;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		background: #FFFFFF;
	}	
	
		.tableSearch td {
			padding: 3px;
		}	
		
		.tdSearch {
			border-right: 1px solid #000000;
			border-bottom: 1px solid #000000;
		}
		
		.tdSearchBottom {
			border-bottom: 1px solid #000000;
		}		
		.tdSearchBkg {
			background: #FCFDFE;	
		}
		
		.tableSearchHeader {
			margin: 0;
			padding: 0;
			background: #0484AE;
			color: #FFFFFF;
			font-size: 1em;
			font-weight: bold;
			border-bottom: 7px solid #F8D509;
		}	
		
		.table9Font {
			font-size: 9px;
		}	
	
	
