/* HOJA DE ESTILOS */

body
{
	background-color: #ffffff;
}

a img
{
	border: 0px;
}

.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;
}

.miniatura
{
	border: 1px solid #000000;
}

.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;
}

.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;
}