body {
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	font-size: 11px;
	line-height: 19px; 
	text-align: left;
	vertical-align: top;
	background-color: #971208;
/*	background-image: url(../img/fons2007.jpg); */
}

table {
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table#caja {
	width: 100%;
	/*height: 100%;*/

	vertical-align: middle;
	text-align: center;

	padding: 0px 0px;
	margin: 0px 0px;
	
	border: 0px solid #000000;
}

div {
	padding: 0px 0px;
	margin: 0px 0px;
	overflow: hidden;
}

div#container {
	position: relative;
	/*	margin: 0 auto; */

	/* importante, alineacion izquierda */
	text-align: left;
	vertical-align: top;

	margin: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

	padding: 0px 0px 0px 0px;
	
	border: 0px solid #000000;
	
	width: 770px;
/*	overflow: visible; */
}

div#container div {
	float: left;
	clear: none;
}

div#cabecera {
	position: relative;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 188px; /* ALTURA 188 CON BANNER INCLUIDO */

	background-color: #971208;
	border: 0px solid #000000;
	
	float: left;
	clear: left;
}
		
div#col_izquierda {
	position: relative;
	top: 0px;
	left: 0px;
	width: 120px;

	background-color: #971208;
	border: 0px solid #000000;

	text-align: top;
		
	margin: 0px 0px;
	padding: 0px 0px;
			
	float: left;
	clear: none;
}

div#menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 120px;

	padding: 0px 10px;
	margin: 0px 0px;
			
	background-color: #971208;
	border: 0px solid #000000;

	float: left;
	clear: none;
}

div#centro {
	position: relative;
	top: 0px;
	left: 0px;
	
	padding: 0px 0px;
	margin: 0px 10px;

	width: 530px;
	/* uso el truco de la pagina 306 de CSS */
	/* width más 10 px igual a ancho total */
	
	background-color: transparent;
	border: 0px solid #000000;
		
	float: left;
	clear: none;
}
		
div.contenido_border {
	position: relative;
	padding: 0px 0px;
	margin: 0px 0px;
	
	text-align: top;
	width: 530px;
	height: 10px;
}
		
div#contenido {
	position: relative;
	background-image: url("../img/contenido_fons.gif");
	background-repeat: y-repeat;
	background-color: transparent;
	
	padding: 0px 0px;
	margin: 0px 0px;

	text-align: top;
	width: 530px;
	
	border: 0px #000000 solid;
}

div#info {
	position: relative;
		
	padding: 0px 15px;
	margin: 0px 0px;

	text-align: left;
	width: 500px;

	border: 0px #000000 solid;
}
		
div#texto {
	position: relative;
		
	padding: 0px 0px;

	text-align: left;
	width: 500px;
}

div.item {
	position: relative;

	width: 500px;
	/*height: 120px;*/
		
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
	vertical-align: top;
	
	background-color: transparent;

	float: left;
	clear: none;
}

div.item_foto {
	position: relative;
	
	width: 164px;
	height: 120px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
	vertical-align: top;

	float: left;
	clear: none;
}

div.item_intro {
	position: relative;
	
	width: 336px;	

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
	vertical-align: top;

	float: left;
	clear: none;
}

div#lectura {
	position: relative;

	width: 500px;
		
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: verdana;
	font-size: 11px;
	line-height: 19px; 
	text-align: left;
	vertical-align: top;
	
	background-color: transparent;
}

div#fotocontainer {
	position: relative;

	width: 500px;
		
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	
	border: 0px solid #000000;
	
	font-family: verdana;
	font-size: 11px;
	line-height: 19px; 
	text-align: center;
	vertical-align: top;
}

div.foto {
	position: relative;

	width: 121px;

	border: 0px solid #000000;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: verdana;
	font-size: 11px;
	line-height: 19px; 
	text-align: center;
	vertical-align: top;
	
	background-color: transparent;
}

div#pie {
	position: relative;
	top: 0px;
	left: 0px;
	width: 770px;

	background-color: #971208;
	border: 0px solid #000000;

	float: left;
	clear: none;
}

div#boton_imprimir {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin: 0px 0px 0px 0px;
	
	width: 500px;
	height: 24px;

	background-color: transparent;
	border: 0px #000000 solid;

	text-align: right;
	
	float: left;
	clear: none;
}

img {
	border: 0px 000000 solid;
	clear: none;
	display: block; 
	margin: 0px 0px;
	padding: 0px 0px;
}

img.extras {
	display: inline;
}

a.fotop img {
	border: 1px #000000 solid;
	clear: none;
	display: inline;
	text-align: center;
}

a.fotop:link {font-family: verdana; font-size: 11px; line-height: 19px; color: #000000; font-weight: bold; text-decoration: none;}
a.fotop:visited {font-family: verdana; font-size: 11px; line-height: 19px; color: #000000; font-weight: bold; text-decoration: none;}
a.fotop:hover {font-family: verdana; font-size: 11px; line-height: 19px; color: #000000; font-weight: bold; text-decoration: underline;}

font.rojo {
	font-family: verdana;
	color: #930b02;
	font-size: 11px;
	line-height: 19px;
}

font.blanc {
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	line-height: 19px;
}

div#col_derecha {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100px;

	background-color: transparent;
	border: 0px solid #000000;

	margin: 0px 0px;
	padding: 0px 0px;
	
	float: left;
	clear: none;
}

font {
	color: 171819;
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
}

font.credits {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
}






/*
body.print {
	background: #F0F5F7;
}

body.camisetas{
	background: #F0F5F7;
}

.centrar {
	text-align: center;
}



font.seccion {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
}

font.grupo {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
}

font.discos {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
}

font.titulo {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;	
}

td {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
}


.menu_general {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
}

.menu_seccion {
	font-family: verdana;
	font-size: 11px;
	line-height: 19px;
}
*/
a:link {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: none;}
a:visited {	font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: none;}
a:hover {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: underline;}

a.menu_general:link {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: none;}
a.menu_general:visited {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: none;}
a.menu_general:hover {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: underline;}

a.menu_seccion:link {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: none;}
a.menu_seccion:visited {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: none;}
a.menu_seccion:hover {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: underline;}

a.grupo:link {font-family: verdana; font-size: 11px; line-height: 19px; color: 0186c4; font-weight: bold; text-decoration: none;}
a.grupo:visited {font-family: verdana; font-size: 11px; line-height: 19px; color: 0186c4; font-weight: bold; text-decoration: none;}
a.grupo:hover {font-family: verdana; font-size: 11px; line-height: 19px; color: 0186c4; font-weight: bold; text-decoration: underline;}

a.discos:link {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: none;}
a.discos:visited {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: none;}
a.discos:hover {font-family: verdana; font-size: 11px; line-height: 19px; color: #930b02; font-weight: bold; text-decoration: underline;}

a.conciertos:link {font-family: verdana; font-size: 11px; line-height: 19px; color: 0186c4; font-weight: bold; text-decoration: none;}
a.conciertos:visited {font-family: verdana; font-size: 11px; line-height: 19px; color: 0186c4; font-weight: bold; text-decoration: none;}
a.conciertos:hover {font-family: verdana; font-size: 11px; line-height: 19px; color: 0186c4; font-weight: bold; text-decoration: underline;}

a.credits:link {font-family: verdana; font-size: 11px; line-height: 19px; color: #ffffff; font-weight: bold; text-decoration: none;}
a.credits:visited {font-family: verdana; font-size: 11px; line-height: 19px; color: #ffffff; font-weight: bold; text-decoration: none;}
a.credits:hover {font-family: verdana; font-size: 11px; line-height: 19px; color: #ffffff; font-weight: bold; text-decoration: underline;}

input	{
	border: 1px; 
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

input.texto	{
	border: 1px; 
	background: #ffffff; 
	font-family: verdana;
	font-size: 11px;
}

select	{
	border: 0px;
	background: #FFFFFF; 
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

textarea	{
	border: 1px;
	background: #FFFFFF; 
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

