/* Using multiple <link> tags seems to break MSIE 5-6 p width cascade (?) */
@import "jaglive.css";

div.tablaconciertos	{
	position:	relative;
	top:		3em;
	left:		2em;
	padding: 	0 0 0 1em;
}

.tablaconciertos p	{
	font-size:	11pt;
}

p.fecha {
	margin:	0 0 0 0em;
	padding: 0;
	width: 7em;
	float: left;
}


p.lugar {
	margin:	0 0 0 0em;
	padding: 0;
	width: 21em;
	float: left;
}

p.ciudad {
	position:	relative;
	margin:	0 0 0 0;
	width: 22em;
	float: left;
}


p#banner	{
	background:	#222;
	text-align:	left;
	font-size: 	20pt;
	font-face:	inherit;
	font-weight:	bold;
	color:		#FC0;
	border-bottom:	1px solid #555;
	margin: 1.5em 2em -1em 2em;
	padding: .15em 0 .2em 2em;
	position: 	relative;
}



.tablaconciertos a:link		{text-decoration: none; color: orange;	font-weight: block; font-family: arial narrow, arial}
.tablaconciertos a:active	{text-decoration: none; color: red; 	font-weight: block; font-family: arial narrow, arial}
.tablaconciertos a:visited	{text-decoration: none; color: orange;	font-weight: block; font-family: arial narrow, arial}
.tablaconciertos a:hover 	{text-decoration: none; color: red;	font-weight: block; font-family: arial narrow, arial}





