/* Hoja de estilos general para la web de Pablo González */
html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 80%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#b5b5b5;
	margin: 0;
	padding: 0;
	background-image: url(../imagenes/fondo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #393939;
}

#contenedor {
	width: 746px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -373px;
}

/* cabecera */
#cabecera {	
	width: 746px;
	height: 274px;
	margin: 0;
	padding:0px;
}
#idioma{
	font-size: 80%;
	display:block;
	height: 156px;
	padding: 27px 0 0px 0;
	margin: 0;
}

/* columnas */
#col_izq {
	width: 490px;
	margin: 0 0 0 3px;
	padding: 0;
	float: left;
	border-right: 1px solid #646464;
}
#col_central{
	display: block;
	width: 194px;
	padding: 0 0px 0 13px;
	margin: 18px 6px 0 0;
	float:left;
	border-left: 1px solid #646464;
}

#col_der{
	display: block;
	width: 208px;
	padding: 0 0px 0 15px;
	margin: 18px 0 0 0;
	float:left;
/*	border-left: 1px solid #646464;*/
}
#una_col{
	width: 100%;
	height: 100%;
	margin: 0 0 0 3px;
}
.col{
	float:left;
	width: 230px;
	margin: 20px 10px 0 0;
}

/* menu */
#menu{
	width: 746px;
	font-weight:bold;
	font-size:90%;
	padding: 0 0 12px 0;
	margin: 0;
}#menu li{
	list-style:none;
	color: #595959;
	font-size: 100%;
	display: inline;
	padding: 0;
	font-weight:bold;
}
#menu li.actual{	
	background-image:url(../imagenes/cuadradin_on.gif);
	background-repeat:no-repeat;
	padding: 1px 6px 0 19px;
	display:block;
	float:left;
	height: 18px;
}
#menu ul{
	padding: 0;
}
#menu ul a{
	text-decoration:none;
	color: #595959;
	padding: 1px 6px 0 19px;
	background-image:url(../imagenes/cuadradin.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height: 18px;
}
#menu ul a:hover{
	text-decoration:none;
	color: #CDCDCD;
	padding: 1px 6px 0 19px;
	background-image:url(../imagenes/cuadradin_on.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height: 18px;
}


/* pie */
#pie {	
	height: 45px;
	clear: both;	
	font-size:90%;
	padding: 0;
	border-top: 3px solid #404040;
	width: 100%;
	margin-top: 15px;
}
#contpie {
	width: 746px;
	position: relative;
	left: 50%;
	margin: 15px 0 0 -373px;
}

/*tabla sección conciertos*/
.listado_conciertos{
	border: none;
	width: 550px;
	color: #828282;
}

.listado_conciertos th{
	text-align:left;
	vertical-align: baseline;
}
.listado_conciertos th.anio{
	font-size: 200%;
	font-weight:normal;
}
.listado_conciertos td{
	vertical-align: top;
	padding: 3px 25px 3px 3px;	
	margin: 0;
	color: #cdcdcd;
	background-image:url(../imagenes/hr.gif);
	background-repeat:repeat-x;
	background-position:top;
}


/*Galeria multimedia*/
.gallery {
	width: 520px;
	float: left;
	margin: 0;
	padding: 0;
}
.deco {
	float: left;
	width: 205px;
	color: #d2d2d2;
	margin: 0;
	padding: 0;
}
.deco p{
	padding: 0 0 0 10px;
}

.foto {
	width: 114px;
	height: 92px;
	background-image:url(../imagenes/fondo-foto.gif);
	background-repeat:no-repeat;
	float:left;
	padding: 5px 0 0 5px;
}
.video {
	width: 154px;
	height: 100px;	
	float:left;
	padding: 0;
}
.video .foto{
	width: 137px;
	height: 82px;
	background-image:url(../imagenes/fondo-video.gif);
	background-repeat:no-repeat;
	float:left;
	padding: 5px 0 0 5px;
}


.video a, .foto a{
	font-weight:normal;
	color: #9f9f9f;
}
.video a:hover, .foto a:hover{
	font-weight:normal;
	color: #9f9f9f;
}

/* Biografia */
.bio {
	width: 490px;
	float: left;
	margin: 0 20px 0 0;
}
/* Contacto */
.bloque_nombre{
	width: 525px;
	margin: 0 20px 0 0;
}
.bloque_email{
	width: 200px;
	margin: 0 0 0 0px;
	float: left;
}

form input{
	border: 1px solid #bebebb;
	height: 18px;
	padding-left: 5px;
	font-size: 90%;
	width: 100%;
	color: #666666;
	margin: 4px 0 0 0;
}
form textarea{
	border: 1px solid #bebebb;
	height: 87px;
	padding-left: 5px;
	font-size: 120%;
	width: 100%;
	color: #666666;
	margin: 4px 0 0 0;
}
label{
	color: #828282;
	font-weight:bold;
}
form input.b_enviar{
	width: 76px;
	height: 25px;
	background-image:url(../imagenes/bt_enviar.gif);
	background-repeat:no-repeat;
	border: none;
	background-color: #333333;
	margin: 0;
	padding: 0;
	font-size: 1%;
	text-indent: -99999px;

}
form input.b_borrar{
	width: 76px;
	height: 25px;
	background-image:url(../imagenes/bt_borrar.gif);
	background-repeat:no-repeat;
	border: none;
	background-color: #333333;
	margin: 0;
	padding: 0;
	font-size: 1%;
	text-indent: -99999px;

}

/* noticias */
.noticia{	
	background-image: url(../imagenes/hr.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	width: 100%;
	padding: 0 0 10px 0;
}
.noticia .foto{
	float: left;
	background-image:url(../imagenes/fondo-foto-noticia.gif);
	background-repeat:no-repeat;
	width: 108px;
	height: 78px;
	padding: 7px 0 0 8px;
	margin: 0;
}

a.anterior {
	background-image:url(../imagenes/anterior.gif);
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;
	font-size: 1%;
	text-indent: -99999px;
	display: block;
	margin: 0 130px 0 120px;
}

a.siguiente {
	background-image:url(../imagenes/siguiente.gif);
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;
	font-size: 1%;
	text-indent: -99999px;
	display: block;
	margin: 0 0 0 130px;
}

.texto-noticia .titulo{
	color: #cdcdcd;
}
.texto-noticia .fecha{
	color: #828282;
}

.texto-noticia a{
	color: #cdcdcd;
	font-weight:bold;
}
.texto-noticia a:hover{
	color: #cdcdcd;
	font-weight:bold;
}
a.ver_all_noticias{
	background-image: url(../imagenes/ver_noticias.gif);
	background-repeat:no-repeat;
	width: 192px;
	height: 25px;
	font-size:1px;
	text-indent: -99999px;
	display:block;
}
a.ver_listado{
	background-image: url(../imagenes/ver_listado.gif);
	background-repeat:no-repeat;
	width: 192px;
	height: 25px;
	font-size:1px;
	text-indent: -99999px;
	display:block;
}

/* conciertos */
.concert{
	background-image:url(../imagenes/cuadradin2.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width: 100%;
	padding: 0 0 0 25px;
}
.texto-concierto{
	float: left;
}
.texto-concierto .titulo{
	color: #cdcdcd;
}
.noticia .fotodisco{
	float: left;	
	width: 140px;
	height: 116px;
	padding: 6px 0 0 0;
	margin: 0;
}

a.url{
	background-image:url(../imagenes/url.gif);
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;	
	display: block;
	font-size: 1px;
	text-indent: -99999px;
}
.enlace{
	float:left;
	margin: 0 8px 0 0;
}


.flash{
margin: 0 0 0 -7px;
}
.podcas {
	line-height: 80%;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight:bold;
}

/* enlaces */
.enlace2 {
	display: block; 
	height: 36px;
}

.imagenenlace{
	float: left; 
	margin: -10px 0 0 0;
}
.textoenlace{
	display: block; 
	width: 450px; 
	height: 36px; 
	padding-top: 0px;
}
a.url2{
	background-image:url(../imagenes/url.gif);
	background-repeat:no-repeat;
	padding: 0 0 4px 26px;
	margin: 0;
	font-weight:normal;
	color:#828282;
	height: 20px;
	display:block;
}
a.url2:hover{	
	font-weight:normal;
	color:#828282;
}

/* ----- util ----- */
.separador {
	clear: both;
}
.izquierda {
	float: left;
}
.derecha {
	float: right;
}
.negrita {
	font-weight: bold;
}
img {
	border:none;
}
.centrado{
	text-align:center;
}

/* ----- textos ------ */
h2.bienvenidos{
	background-image: url(../imagenes/tit_bienvenidos.gif);
	width: 184px;
	height: 36px;
	font-size: 1px;
	text-indent: -99999px;
}
.h2_conciertos{
	background-image: url(../imagenes/tit_conciertos.gif);
	width: 180px;
	height: 36px;
	font-size: 1px;
	text-indent: -99999px;
	float:left;
	margin: 0 10px 0 0;
}
.h2_tit a{
	font-weight:normal;
	color:#828282;
}
.h2_tit a:hover{
	font-weight:normal;
	color:#cdcdcd;
}
.h2_tit a.actual{
	font-weight:normal;
	color:#cdcdcd;
}


h2.galeria{
	background-image: url(../imagenes/tit_galeria.gif);
	width: 369px;
	height: 45px;
	font-size: 1px;
	text-indent: -99999px;
}
h2.biografia{
	background-image: url(../imagenes/tit_biografia.gif);
	width: 203px;
	height: 46px;
	font-size: 1px;
	text-indent: -99999px;
}
h2.prensa{
	background-image: url(../imagenes/tit_prensa.gif);
	width: 111px;
	height: 36px;
	font-size: 1px;
	text-indent: -99999px;
}
h2.discografia{
	background-image: url(../imagenes/tit_discografia.gif);
	width: 248px;
	height: 46px;
	font-size: 1px;
	text-indent: -99999px;
}
h2.contacto{
	background-image: url(../imagenes/tit_contacto.gif);
	width: 153px;
	height: 36px;
	font-size: 1px;
	text-indent: -99999px;
}
h2.copy{
	background-image: url(../imagenes/tit_copy.gif);
	width: 193px;
	height: 46px;
	font-size: 1px;
	text-indent: -99999px;
}
h2.noticias{
	background-image: url(../imagenes/tit_noticias.gif);
	width: 109px;
	height: 36px;
	font-size: 1px;
	text-indent: -99999px;
}
h2.enlaces{
	background-image: url(../imagenes/tit_enlaces.gif);
	width: 106px;
	height: 36px;
	font-size: 1px;
	text-indent: -99999px;
}

.h2_tit{
	font-size: 160%;
}

h3.noticias{
	background-image: url(../imagenes/subtit_noticias.gif);
	width: 44px;
	height:16px;
	font-size: 1px;
	text-indent: -99999px;
}
h3.conciertos{
	background-image: url(../imagenes/subtit_conciertos.gif);
	width: 110px;
	height:16px;
	font-size: 1px;
	text-indent: -99999px;
	margin: 4px 0 18px 0;
}
h3.podcast{
	background-image: url(../imagenes/tit_podcast.gif);
	width: 63px;
	height:16px;
	font-size: 1px;
	text-indent: -99999px;
	margin: 0 0 8px 0;
}

.titulo {
	font-weight:bold;
	color: #b4b4b4;
}
.col h3{
	color: #cdcdcd;
}
.resaltado{
	color: #717171;
	font-weight:bold;
}
a{
	font-weight:bold;
	color: #9f9f9f;
	text-decoration:none;
}
 a:hover{
	font-weight:bold;
	color: #9f9f9f;
	text-decoration:none;
}
hr {
	border:none;
	background-image: url(../imagenes/hr.gif);
	background-repeat:repeat-x;
	height: 2px;
}

ul.lista li{
	padding: 1px 0px 0 3px;
	list-style: square;
	color: #595959;
	line-height: 100%;
}
.temporada {
	color: #CDCDCD;
	font-size: 200% !important;
	line-height: 180% !important;
	text-align: right;
	float: right;
}
.tituloconciertos {
	width: 740px;
}
.contorquesta {
	margin: 0;
	padding: 0;
}
.contorquesta li {
	list-style: none;
	background-image: url(../../imagenes/puntin.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	text-indent: 10px;
	margin: 0;
	padding: 0;
	color: #CECECE !important;
}
.contorquesta li a {
	font-weight: normal !important;
	color: #CECECE !important;
}
.contorquesta li a:hover {
	font-weight: normal !important;
	color: #565656 !important;
}
.mes {
	display: block;
	background-color: #595959;
	width: 41px;
	height: 19px;
	margin: 3px 1px 3px 3px;
	color: #CDCDCD;
	text-decoration: none;
	float: left;
	text-align: center;
}
.mes:hover {
	background-color: #940000;
}
.mesactual {
	display: block;
	background-color: #940000;
	width: 41px;
	height: 19px;
	margin: 3px 1px 3px 3px;
	color: #CDCDCD;
	text-decoration: none;
	float: left;
	text-align: center;
}