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

#base #main

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



#base #main #noticias{
	width: 330px;
	height: 355px;
	border: 0px solid #0ff;
	background: url(../../datos/imagenes/noticias.jpg) top left no-repeat;
	float: left;
	overflow: visible;
	display: bloque;
}

		#base #main #noticias #interior-noticias{
			width: 270px;
			margin: 60px auto 5px auto;
			font-family:tahoma,arial,verdana,sans-serif;
			font-size:11px;
			overflow: hidden;
			text-align: justify;
			line-height:1.3em;
			border: 0px solid #ffffff;
		}

				#base #main #noticias #interior-noticias a{
					text-decoration: none;
					height: 20px;
					display: block;
					overflow:hidden;
					line-height: 20px;
					color: #000;
				}

				#base #main #noticias #interior-noticias a #fecha{
					float: left;
					width: 64px;
				}

				#base #main #noticias #interior-noticias a #titulo{
					float: left;
					width: 200px;
				}

				#base #main #noticias #interior-noticias a:hover{
					text-decoration: none;
					background-color: #333;
					color: #fff;
				}







#base #main #eventos{
	width: 330px;
	height: 355px;
	border: 0px solid #f0f;
	background: url(../../datos/imagenes/eventos.jpg) top left no-repeat;
	float: left;
	overflow: visible;
	display: bloque;
}

		#base #main #eventos #fechas-list{
			width: 280px;
			height: 240px;
			margin: 60px auto 5px auto;
			color: #000;
			font-family:tahoma,arial,verdana,sans-serif;
			font-size:11px;
			overflow: hidden;
			position: relative;
			text-align: justify;
			line-height:1.3em;
			border: 0px solid #ffffff;
		}

				#base #main #eventos #fechas-list #una-fecha{
					display: block;
					width: 280px;
					color: #000;
					padding: 2px;
					text-decoration: none;
					font-size:10px;
					cursor:default;
				}

				#base #main #eventos #fechas-list #una-fecha:hover{
					background-color: #333;					
					color: #fff;
					text-decoration: none;
				}


						#base #main #eventos #fechas-list #una-fecha #fec{
							float: left;
							margin: 0 10px 0 0;
						}


		#base #main #eventos #iconset-fechas{
			width: 245px;
			height: 20px;
			margin: 0 auto;
			overflow: hidden;
			color: #fff;
		}

				#base #main #eventos #iconset-fechas 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 #eventos #iconset-fechas a#scrolldown:hover{
					background-position:0 -20px;
				}

				#base #main #eventos #iconset-fechas 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 #eventos #iconset-fechas a#scrollup:hover{
					background-position:0 -20px;
				}




#base #main #videos{
	width: 330px;
	height: 355px;
	border: 0px solid #ff0;
	background: url(../../datos/imagenes/video.jpg) top left no-repeat;
	float: left;
	overflow: visible;
	display: bloque;
}

		#base #main #videos #video_box{
			width: 260px;
			height: 240px;
			margin: 60px auto 5px auto;
		}


		#base #main #videos #video_box #video{
			width: 238px;
			padding: 3px;
			_padding: 2px;
			margin: 4px;
			border-bottom: 1px solid #ccc;
		}

				#base #main #videos #video_box #video #titulo{
					width: 150px;
					color: #000;
					font-weight: bold;
					font-size: 11px;
					line-height:1.2em;
					float: left;
					clear: left;
				}

				#base #main #videos #video_box #video #desc{
					width: 150px;
					color: #000;
					font-size: 10px;
					float: left;
					clear: left;
					line-height:1.2em;
				}

				#base #main #videos #video_box #video #link{
					width: 150px;
					color: #000;
					font-weight: bold;
					font-size: 9px;
					float: left;
					clear: left;
					line-height:1.2em;
				}

						#base #main #videos #video_box #video #link a{
							color: #f00;
							font-weight: bold;
							font-size: 9px;
							line-height:1.2em;
							text-decoration: none;
						}

						#base #main #videos #video_box #video #link a:hover{
							text-decoration: underline;
						}

				#base #main #videos #video_box #video #boton{
					width: 76px;
					height: 46px;
					padding: 0 0 0 9px;
					*padding: 0 0 0 9px;
					margin: 0 0 0 150px;
					background: url(../../datos/imagenes/vflash.png) top left no-repeat;
					behavior: url(incluye/iepngfix.htc);	
				}







.ventana {
	position: absolute;

	width: 901px;
	height: 549px;
	border: 0px;
	padding: 0;
	z-index: 1;
}

