
/********************************************************************
/********************************************************************
/**
/**  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 trayectoria box
*/



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


		#base #main #box #big{
			margin: 30px 0 0 0;
		}

				#base #main #box #big a{
					font-size: 18px;
					color: #444;
					font-weight: bold;
					text-decoration: none;
				}

				#base #main #box #big a:hover{
					color: #00c;
					text-decoration: underline;
				}

		#base #main #box #formbox{
			margin:30px auto 0 auto;
			width: 500px;
			border: 0px solid #fff;
			line-height:1.8em;
			color: #000;
			Font-size: 12px;
		}


				#base #main #box #formbox a{
					color: #004;
					text-decoration: none;
				}

				#base #main #box #formbox  a:hover{
					text-decoration: underline;
				}






