﻿html
{
	height: 100%;
	overflow: hidden;
	margin: 0px;
}

body
{
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	overflow: hidden;
}

div, table
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

a
{
}

img
{
	border: 0px;
}

.p_negrita
{
	font-weight: bold;
}

.tb_grande
{
	width: 100%;
	height: 100%;
}

.td_hv
{
	text-align: center;
	vertical-align: middle;
}


/***************** NOTICIA ****************/

#noticia
{
	
}

	#tb_noticia
	{
	}
	
		.tr_imagen_fuente
		{
		}
		
			.td_imagen_fuente
			{
			}
			
		.fecha
		{
			font-size: 9px;
			color: #aaaaaa;
		}

		.tr_titulo
		{
		}
		
			.td_titulo
			{
				font-weight: bold;
				font-size: 20px;
			}
		
		.tr_cuerpo
		{
		}
		
			.td_cuerpo
			{
				font-size: 12px;
			}
			
		.tr_enlace
		{
		}
		
			.td_enlace
			{
			}
			
		.tr_fuente
		{
		}
		
			.td_fuente
			{
				text-align: right;
			}


/***************** CAPAS ******************/

#documento
{
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
}

	#herramientas
	{
		width: 200px;
		height: 100%;
		position: relative;
		float: left;
	}
	
	#lateral_izquierdo
	{
		width: 10px;
		height: 100%;
		position: relative;
		float: left;
		background: transparent url('../imagenes/sombra_izq.png') repeat-y;
	}
			
	#centro
	{	
		width: 980px;
		height: 100%;
		position: relative;
		float: left;
		overflow: hidden;
	}
	
		#cabecera
		{
			height: 80px;
			text-align: center;
			background: transparent url('../imagenes/fondo.png') repeat-x;
			position: relative;
			z-index: 1000;
		}

			#cabecera_contenido
			{
				width: 100%;
				height: 50px;
				margin: 0 auto 0 auto;
				text-align: center;
				font-size: 30px;
				font-family: Tahoma;
				color: #000000;	
				position: relative;
				z-index: 1000;				
			}
			
			#cabecera_menu
			{
				width: 100%;
				height: 20px;
				margin: 0px auto 0 auto;				
				font-size: 0px;				
				text-align: left;
				border-bottom: 1px solid #aaaaaa;
				border-top: 1px solid #aaaaaa;
				position: relative;
				z-index: 1000;		
			}
			
				#cabecera_menu_1
				{
					position: relative;
					float: left;
					margin-left: 0px;
				}
				
					#tb_menu_1
					{			
						height: 20px;
						background: transparent;
						font-size: 10px;						
					}
				
				#cabecera_menu_2
				{
					position: absolute;
					top: -20px; 
					right: 0px;
				}
					
					#tb_menu_2
					{			
						width: 150px;
						height: 20px;
						background: transparent;
						font-size: 11px;
					}
					
					#cabecera_menu td
					{
						width: 150px;
						text-align: center;
					}
				
					.td_menu
					{
						background: transparent url('../imagenes/pestanya.png') 0 0 repeat-x;
					}
					
					.td_menu_sobre
					{
						background: transparent url('../imagenes/pestanya_sobre.png') 0 0 repeat-x;
						cursor: pointer;
					}
					
					.td_menu_activa
					{
						background: transparent url('../imagenes/pestanya_activa.png') 0 0 repeat-x;
						position: relative;
						cursor: pointer;
					}
					
					.td_menu_temas
					{
						background: transparent url('../imagenes/fondo_menu.png') 0 0 repeat-x !important;
					}
					
					.td_menu_temas_sobre
					{
						background: transparent url('../imagenes/fondo_menu_sobre.png') 0 0 repeat-x !important;
						cursor: pointer;
					}
					
					.td_menu_temas_activa
					{
						background: transparent url('../imagenes/fondo_menu_activa.png') 0 0 repeat-x !important;
					}
		
		#cuerpo
		{
			width: 100%;
			height: 100%;
			text-align: left;
		}
		
			#cuerpo_contenido
			{
				width: 100%;
				height: 100%;
				position: relative;
				top: 0px;
				z-index: 100;
			}
			
		#pie
		{
			height: 20px;
			text-align: center;
		}
			
			#pie_contenido
			{
				height: 19px;
				width: 100%;
				margin: 0 auto 0 auto;
				background: transparent url('../imagenes/fondo_pie.png') repeat-x;
				border-top: 1px solid #aaaaaa;
			}
			
				#pie_contenido table
				{
					width: 100%;
					height: 19px;
					color: #000000;
				}
				
				#td_referencia
				{
					width: 100%;
					margin: 0px;
					margin-top: 10px;
					text-align: center;
					font-size: 10px;
					vertical-align: middle;
				}
					
					
	
	#lateral_derecho
	{
		width: 10px;
		height: 100%;
		position: relative;
		float: left;
		background: transparent url('../imagenes/sombra_der.png') repeat-y;
	}
	
	#banners
	{
		width: 150px;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 10px;
		
	}

	#lmc3d
	{	
		height: 300px !important;
		background: transparent url('../imagenes/fondo_lmc3d.png') no-repeat !important;
	}
	
	#MMTT_TABLE
	{
		margin-top: 4px !important;
		position: absolute !important;
		width: 450px !important;
	}

