/* HOJA DE ESTILOS */

body
{
	background-color: #ffffff;
}
.conciertos{text-align:left; }
a img
{
	border: 0px;
}

.menU{float:left;}
a.enlace_normal:hover{color:#AC0808; text-decoration:none;}
.enlace_normal{color:#463F3F;}
.negrita{color:#9B0101;}
.left	{ float: left; }
.right	{ float: right; }
.none	{ float: none; }
.clear  { clear: both;}

html, input, textarea
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#000000;
}

input, select
{
	vertical-align:middle;
	font-weight:normal;
}

/* ######### */
/* RPINCIPAL */

#fondo_general
{
	background: url("../img/auxiliar/fondo.gif") repeat center top;
}

#main
{
	
}

#cabecera
{
	background: url(../img/myspace/cabecera-insomnio-5.gif) no-repeat top center;
}

#cuerpo
{
	
}

#pie
{
}

/* ######### */
/* SECCIONES */


#disco_destacado
{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.miniatura2
{
border: 1px solid #000000;
width:130px;
}
.miniatura_bio{	
	border: 1px solid #000000;
	width:170px;}

.miniatura_gallery
{
	border: 1px solid #000000;
	width:100px;
	
	}

.miniatura
{
	border: 1px solid #000000;
	width:100px;
	
	}

.limites_seccion
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.centrado
{
	text-align: center;
}

.relleno_pie
{
	background-color: #eeeeee;
}

#giras_portada
{
	background: url(../img/auxiliar/fondo_gira.gif) no-repeat right bottom; 
}

.discos_lateral_izq
{
	background: url("../img/auxiliar/fondo_discos_izquierda.gif") no-repeat center top;
}

.discos_lateral_der
{
	background: url("../img/auxiliar/fondo_discos_derecha.gif") no-repeat center top;
}

.noticias_lateral_izq
{
	background: url("../img/auxiliar/fondo_noticias_izquierda.gif") no-repeat center top;
}

.noticias_lateral_der
{
	background: url("../img/auxiliar/fondo_noticias_derecha.gif") no-repeat center top;
}

.limite_separador
{
	border-top: 1px solid #cccccc;
}

/* ##### */
/* TEXTO */


.texto_reducido
{ 
	font-size:10px;
}

.txt_amarillo
{
	color: #b48830;
}

.txt_rosa
{
	color: #cc6699;
}

.txt_verde
{
	color: #7bc687;
}

/* ####### */
/* ENLACES */

a
{
	color: #3333ff;
	text-decoration: none;
}

a:HOVER
{
	color: #3333ff;
	text-decoration: underline;
}

.default_a
{
	color: #990000;
	text-decoration: none;
}

.default_a:HOVER
{
	color: #990000;
	text-decoration: underline;
}

.default_a_rev
{
	color: #990000;
	text-decoration: underline;
}

.default_a_rev:HOVER
{
	color: #990000;
	text-decoration: none;
}

.noticias
{
	
	color: #b48830;
	text-decoration: none;
    font-weight:bold;
	}

.noticias:HOVER
{
	
	color: #b48830;
	text-decoration: underline;
}

.simple
{
	color: #3333ff;
	text-decoration: none;
}

.simple:HOVER
{
	color: #3333ff;
	text-decoration: underline;
}



/* ########### */
/* FORMULARIOS */

.formulario
{
	border: 1px solid #999999;
	background-color: #ffffff;
}
