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

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

#entero1 #entero2 #center-up #main #box{
	border: 1px solid #ffffff;
	background: url(../../datos/imagenes/box_back.png) top no-repeat;
	behavior: url(incluye/iepngfix.htc);
	overflow: hidden;
	border: 1px solid #aaa;
}

/*
	Estilo de las fechas
*/

		#entero1 #entero2 #center-up #main #box #eventos{
			width: 264px;
			height: 31px;
			background: url(../../datos/imagenes/eventos.png) top left repeat-y;
			behavior: url(incluye/iepngfix.htc);
		}

		#entero1 #entero2 #center-up #main #box #fechas-list{
			width: 245px;
			height: 195px;
			padding: 15px 0 0 0;
			margin: 0 auto 5px auto;
			font-family:tahoma,arial,verdana,sans-serif;
			font-size:11px;
			overflow: hidden;
			position: relative;
			text-align: justify;
			line-height:1.3em;
		}

				#entero1 #entero2 #center-up #main #box #fechas-list #una-fecha{
					display: block;
					width: 241px;
					color: #333;
					padding: 2px;
					text-decoration: none;
					font-size:10px;
					cursor:default;
				}

				#entero1 #entero2 #center-up #main #box #fechas-list #una-fecha:hover{
					background-color: #000000;					
					color: #ffa;
					text-decoration: none;
				}


						#entero1 #entero2 #center-up #main #box #fechas-list #una-fecha #fec{
							float: left;
							margin: 0 10px 0 0;
						}




		#entero1 #entero2 #center-up #main #box #iconset-fechas{
			width: 245px;
			height: 20px;
			margin: 0 auto;
			overflow: hidden;
			color: #000;
		}

				#entero1 #entero2 #center-up #main #box  #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;
				}

				#entero1 #entero2 #center-up #main #box #iconset-fechas a#scrolldown:hover{
					background-position:0 -20px;
				}

				#entero1 #entero2 #center-up #main #box  #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;
				}

				#entero1 #entero2 #center-up #main #box  #iconset-fechas a#scrollup:hover{
					background-position:0 -20px;
				}

/*
	Estilo de los videos
*/


		#entero1 #entero2 #center-up #main #box.videos{
			background: #fff;;
		}


		#entero1 #entero2 #center-up #main #box #video{
			width: 246px;
			padding: 3px;
			_padding: 2px;
			margin: 4px;
			border-bottom: 1px solid #ccc;
		}

				#entero1 #entero2 #center-up #main #box #video #titulo{
					width: 150px;
					color: #181818;
					font-weight: bold;
					font-size: 11px;
					line-height:1.2em;
					float: left;
					clear: left;
				}

				#entero1 #entero2 #center-up #main #box #video #desc{
					width: 150px;
					color: #333;
					font-size: 10px;
					float: left;
					clear: left;
					line-height:1.2em;
				}

				#entero1 #entero2 #center-up #main #box #video #link{
					width: 150px;
					font-weight: bold;
					font-size: 9px;
					float: left;
					clear: left;
					line-height:1.2em;
				}

						#entero1 #entero2 #center-up #main #box #video #link a{
							color: #00a;
							font-weight: bold;
							font-size: 9px;
							line-height:1.2em;
							text-decoration: none;
						}

						#entero1 #entero2 #center-up #main #box #video #link a:hover{
							text-decoration: underline;
						}

				#entero1 #entero2 #center-up #main #box #video #boton{
					width: 76px;
					height: 46px;
					padding: 0 0 0 9px;
					margin: 0 0 0 155px;
					background: url(../../datos/imagenes/vflash.png) top left no-repeat;
					behavior: url(incluye/iepngfix.htc);	
				}





/*
	Estilo de las noticias
*/

		#entero1 #entero2 #center-up #main #box #noticias{
			width: 264px;
			height: 31px;
			background: url(../../datos/imagenes/noticias.png) top left repeat-y;
			behavior: url(incluye/iepngfix.htc);
		}

		#entero1 #entero2 #center-up #main #box #imagen-noticias{
			width: 241px;
			height: 161px;
			margin: 5px auto;
			padding: 4px 0 0 4px;
			background: url(../../datos/imagenes/not_imagen_back.png) top left no-repeat;
			behavior: url(incluye/iepngfix.htc);
		}

		#entero1 #entero2 #center-up #main #box #interior-noticias{
			width: 245px;
			height: 266px;
			margin: 0 auto 5px auto;
			color: #333;
			font-family:tahoma,arial,verdana,sans-serif;
			font-size:11px;
			overflow: hidden;
			text-align: justify;
			line-height:1.3em;
		}

				#entero1 #entero2 #center-up #main #box #interior-noticias a{
					color: #00a;
					text-decoration: none;
				}

				#entero1 #entero2 #center-up #main #box #interior-noticias a:hover{
					text-decoration: underline;
				}

		#entero1 #entero2 #center-up #main #box #iconset-noticias{
			width: 245px;
			height: 20px;
			margin: 0 auto;
			overflow: hidden;
			color: #000;
		}

				#entero1 #entero2 #center-up #main #box #iconset-noticias 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;
				}

				#entero1 #entero2 #center-up #main #box #iconset-noticias a#scrolldown:hover{
					background-position:0 -20px;
				}

				#entero1 #entero2 #center-up #main #box #iconset-noticias 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;
					position: relative;
					float: right;
				}

				#entero1 #entero2 #center-up #main #box #iconset-noticias a#scrollup:hover{
					background-position:0 -20px;
				}


				#entero1 #entero2 #center-up #main #box #iconset-noticias a#link{
					color: #00a;
					font-size: 10px;
					font-family:tahoma,arial,verdana,sans-serif;
					text-decoration: none;
				}

				#entero1 #entero2 #center-up #main #box #iconset-noticias a#link:hover{
					text-decoration: underline;
				}


.ventana {
	position: absolute;
	width: 700px;
	height: 560px;
	border: 0px;
	padding: 0;
	z-index: 100;
	background:url(../../datos/popup/temepop.jpg) #000000 no-repeat;	
	top:0px;
}

.top{
	height: 285px;
	text-align: right;
}

.bottom{
	height: 265px;
}

.left, .right{
	float: left;
	height: 265px;
}

.left{
	width: 580px;
}

.right{
	width: 320px;
}

