
/********************************************************************
/********************************************************************
/**
/**  Proyecto HCMS Herarchical Content Managment System 
/** (Sistema Manejador de Contenido Jerárquico)
/**  ------------------------------------
/**  Ver. 0.2 Beta
/** (c)2008 por Mike Rosas
/**  Mikzael@hotmail.com
/**
/**  Para más información, por favor leer el documento leeme.htm
/**
/********************************************************************
/********************************************************************

Ruta donde dar seguimiento

#entero1 #entero2 #center-up #main

/*******************************************************************/

/*
	Estilo para la discografia
*/


#base #main #box{
	margin: 0 auto;
	width: 964px;
	_width: 969px;
	height: 534px;
	border: 0px solid #00ffff;
	background: url(../../datos/imagenes/main.jpg) top no-repeat;
	overflow: hidden;
	display: block;
}

		#base #main #box #thumb-box{
			width: 900px;
			height: 82px;
			margin: 30px auto 0 auto;
			padding: 0;
			border: 0px solid #ffffff;
			overflow: hidden;
		}

				#base #main #box #thumb-box #thumb{
					border: 0px solid #ffffff;
					float: left;
					margin: 0 0 0 10px;
				}

				#base #main #box #thumb-box #thumb:hover{
					width: 92px;
					height: 80px;
					border: 0px solid #000;
				}

		#base #main #box #texto{
			width: 900px;
			height: 358px;
			margin: 10px auto 15px auto;
			color: #000;
			font-family:tahoma,arial,verdana,sans-serif;
			font-size:12px;
			overflow: hidden;
			text-align: justify;
			line-height:1.25em;
		}

		#base #main #box #iconset-texto{
			width: 900px;
			height: 20px;
			margin: 0 auto;
			overflow: hidden;
			color: #000;
		}

				#base #main #box  #iconset-texto a#scrolldown{
					width: 20px;
					height: 20px;
					margin: 0 2px;
					padding: 0;
					background: url(../../datos/imagenes/scrolldown.png) top no-repeat;
					behavior: url(incluye/iepngfix.htc);
					display: block;
					overflow: hidden;
					float: right;
				}

				#base #main #box #iconset-textos a#scrolldown:hover{
					background-position:0 -20px;
				}

				#base #main #box  #iconset-texto a#scrollup{
					width: 20px;
					height: 20px;
					margin: 0 2px;
					padding: 0;
					background: url(../../datos/imagenes/scrollup.png) top no-repeat;
					behavior: url(incluye/iepngfix.htc);
					display: block;
					overflow: hidden;
					float: right;
				}

				#base #main #box  #iconset-texto a#scrollup:hover{
					background-position:0 -20px;
				}

