/* CSS Document */

/*-------------------o BODY o------------------------*/
/*-------------o TEXTO BODY o-------------*/
body,td,th {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-family: Tahoma, Arial;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #82ACCE;*/
	background-image:url(../_Graficos/bg.png);
	background-position:top;
	background-repeat:repeat-x;
}
/*-------------------oo------------------------*/

/*-------------------o CUERPO - DIV PRINCIPAL o------------------------*/
/* Cuerpo, <div> principal 
.cuerpo {
	text-align:center;
	width:auto;
}*/
/*-------------------oo------------------------*/

/*-------------------o BLOQUES ESTRUCTURALES o------------------------*/

/* BLOQUE PRINCIPAL - Contenedor principal del sitio 
.bloque-cuerpo {
	width:950px; 
	overflow:hidden; 
	margin:auto;
}*/

/* BLOQUE CABEZAL */
/* Cabezal */
.cabezal {
	width:950px; 
	overflow:hidden;
	height:110px;
	/* background-image:url(../_Graficos/bg_cabezal.png);
	background-position:center;
	background-repeat:no-repeat; */
}
.pie {
	width:950px; 
	overflow:hidden;
	/*float: center;*/
}

/* BLOQUE ABIERTO */
/* Barra superior e inferiores */
.bloque-abierto {
	overflow:hidden;
	background-image:url(../_Graficos/trnasparencia_N60.png);
	color: #FFFFFF;
}
.bloque-abierto_N40 {
	overflow:hidden;
	background-image:url(../_Graficos/trnasparencia_N40.png);
	color: #FFFFFF;
}

/* BLOQUE PRINCIPAL */
/* Cuerpo central donde se presenta la info */
.bloque-principal {
	width:950px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	overflow:hidden;
	text-align:left;
	background-color:#EDEDED;
	/*border-top:10px solid #EDEDED;
	/*border-left:10px solid #EDEDED;
	/*background-color:#EDEDED;*/
}


/* BLOQUE LATERAL IZQUIERDO */
.bloque-cuerpo {
	width:760px; 
	float:left;
	overflow:hidden;
	text-align:left;
	background:#FFFFFF;
	margin:5px 0px 0px 10px;
	padding:0px 0px 20px 0px;
}
.bloque-cuerpo-full {
	width:930px; 
	float:left;
	overflow:hidden;
	text-align:left;
	background:#FFFFFF;
	margin:5px 10px 0px 10px;
}
/* (Dentro de Bloque Principal) */
.contenido-left {
	width:270px;
	height:auto;
	float:left;
	overflow:hidden;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:10px 0px 30px 0px;
	background-color:#FFFFFF;
}

/* BLOQUE CENTRAL */
/* (Dentro de Bloque Principal) */
.contenido-center {
	width:480px; 
	float:left;
	overflow:hidden;
	margin:20px 0px 0px 0px;
	text-align:left;
}
.contenido-center-full {
	width:630px; 
	float:left;
	overflow:hidden;
	margin:20px 0px 0px 10px;
	text-align:left;
}
/* ------------------------------------------------------ */
/* Bloque Central IZQUIERDO (Dentro de contenido-center)  */
.contenido-center-izquierdo {
	width:290px; 
	float:left;
	overflow:hidden;
	margin:10px 0px 0px 0px;
	border-right:1px solid #CCCCCC;
}
/* Bloque Central DERECHO (Dentro de contenido-center) */
.contenido-center-derecho {
	width:170px; 
	float:right;
	overflow:hidden;
	margin:10px 10px 0px 0px;
	border-top:1px solid #CCCCCC;
}
/* ------------------------------------------------------ */

/* (Dentro de Bloque Principal) Bloque Derecha  */
.contenido-right {
	width:160px;
	float:right;
	overflow:hidden;
	margin:20px 10px 0px 0px;
	background-color:#EDEDED;
}
.contenido-right-prgm {
	width:180px;
	float:right;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:20px 0px 100px 0px;
	background-color:#FFFFFF;
}
/* ------------------------------------------------------ */
/* BLOQUE CENTRAL DERECHO (abarca centro y derecha)*/
.contenido-center-right {
	width:630px; 
	float:left;
	overflow:hidden;
	margin:0px 10px 0px 10px;
	padding:10px 0px 10px 0px;
	background-color:#FFFFFF;
	text-align:left;
}
/*-------------------oo------------------------*/


/*-------------o BLOQUES DE TEXTO o-------------*/
.bloque-margin-10{
	margin:0px 10px 0px 10px; 
}
.bloque-margin-15{
	margin:0px 15px 0px 15px; 
}
/*-------------------oo------------------------*/

/*-------------o DATOS NOTOCIAS o-------------*/
/* Contenedores de las Noticias y Buscador de noticias */
.noticias-bg1 { 
	width:270px; 
	overflow:hidden; 
	background-image:url(../_Graficos/bg-noticias-medio1.png); 
	text-align:left; 
}
.noticias-bg2 { 
	width:270px; 
	overflow:hidden; 
	background-image:url(../_Graficos/bg-noticias-medio0.png); 
	text-align:left;
	margin:0px;
}
.noticias-bg3 { 
	width:270px; 
	overflow:hidden; 
	background-image:url(../_Graficos/bg-noticias-medio2.png); 
	text-align:left;
	margin:0px;
}
/* Estilos de textos de las noticia (tema, noticia y fecha de puclicacion etc) */
.noticia { 
	font-size: 14px; 
	/*line-height:14px; */
	width:auto; 
	overflow:hidden; 
	padding:5px 0px 0px 0px; 
	margin:0px 10px 0px 10px; 
}
.noticia-tema{ 
	font-size:10px; 
	line-height:10px; 
	font-weight: bold; 
	overflow:hidden; 
	padding:10px 0px 0px 0px; 
	margin:0px 10px 0px 10px; 
	border-top:1px solid #CCCCCC; 
}
.noticia-descripcion{
	/*font-size: 14px; */
	/*line-height:14px; */
	width:auto; 
	overflow:hidden; 
	padding:5px 0px 0px 0px; 
	margin:0px 10px 0px 20px;
}
.noticia-data{ 
	font-size:10px;
	line-height:10px; 
	text-align:right; 
	width:auto; 
	overflow:hidden; 
	padding:5px 3px 10px 0px; 
	margin:0px 10px 0px 10px; 
	border-bottom:1px solid #FFFFFF; 
	font-style:italic; 
}
.noticiaDest { 
	font-size: 12px; 
	line-height:14px;
	width:auto; 
	overflow:hidden; 
	padding:5px 0px 0px 0px; 
	margin:0px 15px 0px 15px;
	font-weight:bold;
}
.noticiaDest-tema{ 
	font-size:10px; 
	line-height:10px; 
	font-weight: bold; 
	overflow:hidden; 
	padding:10px 0px 0px 0px; 
	margin:0px 15px 0px 15px; 
	border-top:1px solid #CCCCCC; 
}
.noticiaDest-data{ 
	font-size:10px;
	line-height:10px; 
	text-align:right; 
	width:auto; 
	overflow:hidden; 
	padding:5px 3px 10px 0px; 
	margin:0px 15px 0px 15px; 
	border-bottom:1px solid #FFFFFF; 
	font-style:italic; 
}
/*-------------------oo------------------------*/

/*-------------o DATOS CABEZAL o-------------*/
/* LOGO (Ubicación del logo) */
.cabezal-barra {
	width:auto;
	height:10px;
	margin:1px 0px 0px 0px;
	overflow:hidden;
	background-image:url(../_Graficos/menu_barra.png);
}
.cabezal-logo {
	width:370px; 
	float:left;
	overflow:hidden;
	margin:10px 0px 0px 0px;
}
.cabezal-logo-ti {
	width:340px; 
	float:left;
	overflow:hidden;
	text-align:center;
	margin:40px 0px 0px 20px;
}
.cabezal-buscador {
	width:auto; 
	float:right;
	overflow:hidden;
	text-align:right;
	margin:43px 0px 0px 0px;
}
/*-------------------oo------------------------*/

/*-------------o DATOS DESTACADOS CENTRALES o-------------*/
/* BLOQUES DE DESTACADOS */
.destacadoA{
	overflow:hidden;
	width:auto;
	/*width:460px;*/
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
}
.destacadoB{
	overflow:hidden;
	width:auto;
	background:#EDEDED;
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 0px;
	/*border-bottom:1px solid #CCCCCC;*/
	border-top:1px solid #CCCCCC;
}
.destacadoB-izquiera{
	overflow:hidden;
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
}
.destacadoB-derecha{
	overflow:hidden;
	width:170px;
	margin:10px 0px 0px 0px;
}
.lateral-derecha{
	overflow:hidden;
	width:160px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*-------------------oo------------------------*/

/*-------------o DATOS MENU LATERAL IZQUIEERDO (OPCIONES) o-------------*/
/* Contenedores de las Noticias y Buscador de noticias */
.menu-opciones-bg { 
	width:270px; 
	overflow:hidden; 
	background-image:url(../_Graficos/bg-menu-lateral-medio.png); 
	text-align:left; 
}
.menu-opciones-titulo{ 
	width:244px; 
	overflow:hidden;
	text-align: center; 
	padding:5px 10px 0px 10px; 
}
.menu-opciones-contenido{ 
	width:258px; 
	overflow:hidden;
	margin:10px 10px 0px 6px;
	background:#EDEDED;
	text-align:left; 
}
/*-------------------oo------------------------*/


/* Contenedor de Menu */
/*
.destacado-titulo{ 
	font-size:22px;
	line-height:22px;
	margin:10px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color:#003366;
}
.destacado-tema{ 
	font-size:11px; 
	line-height:11px; 
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
.destacado-descripcion{ 
	font-size:14px;
	line-height:14px;
	margin:0px 0px 0px 0px;
}
*/
/* BLOQUE DESTACADOS B */


/*-------------------oo------------------------*/

/*-------------o BLOQUE MENU PRINCIPAL o-------------*/
/* Contenedor de Menu */
.menu-bloque {
	width:950px; 
	overflow:hidden;
	text-align:left;
	background-image:url(../_Graficos/trnasparencia_N40.png);
}
/* Estilos de la Barra de menu, Sub Menus y Ubicación */
.menu-barra {
	width:auto;
	height:24px;
	margin:2px 0px 0px 0px;
	overflow:hidden;
	background-image:url(../_Graficos/menu_barra.png);
}
.menu-ubicacion{
	width:950px;
	height:80px;
	margin:8px 0px 0px 0px;
	overflow:hidden;
	background-image:url(../_Graficos/menu_ubicacion.png);
}

/*-------------o BLOQUE PIE o-------------*/
/* Contenedor de Menu */
.bloque1-pie {
	width:950px; 
	overflow:hidden;
	text-align:left;
	background-image:url(../_Graficos/trnasparencia_N40.png);
}
/* Estilos de la Barra de menu, Sub Menus y Ubicación */
.menu-barra {
	width:auto;
	height:35px;
	margin:2px 0px 10px 0px;
	overflow:hidden;
	background-image:url(../_Graficos/menu_barra.png);
}
.menu-ubicacion{
	width:950px;
	height:80px;
	margin:8px 0px 0px 0px;
	overflow:hidden;
	background-image:url(../_Graficos/menu_ubicacion.png);
}

