@charset "utf-8";
/* CSS Document */
/*=========================================*/
/*====== HTMLs y Estilos Generales ========*/
/*=========================================*/
*{
	margin:0;
	padding:0;
	border:none 0;
}
html, body{
	height: 100%;
}
body{
	background:#023B6E url(_interfaz/fondo_central.png) center repeat-y;
	min-width:960px;
}
#body_liso{
	background:#023B6E url(_interfaz/rayado_paginas.png) top repeat-x;
}
a{
	border:0;
}
a:link{
	color:#023B6E;
	text-decoration:none;
}
a:visited{
	color:#0B58A6;
	text-decoration:none;
}
a:hover{
	color:#92B200;
	text-decoration:underline;
}
a:active{
	color:#F27F00;
	text-decoration:underline;
}
form{
	clear:both;
}
.fuente_interfaz{
	font-family:"Courier New", Courier, monospace;
}
.fuente_contenidos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
.divh{
	height:1px;
	margin:10px;
	width:1px;
	overflow:hidden;
	clear:both;
}
.divh_articulos{
	height:1px;
	margin:1px;
	width:1px;
	overflow:hidden;
	clear:both;
}

.imagen_izquierda{
	float:left;
	margin: 0 15px 15px 0;
}
.imagen_izquierda_noticias{
	float:left;
	margin: 0 5px 5px 0;
}
.imagen_derecha{
	float:right;
	margin: 0 0 15px 15px;
}
.imagen_centro{
	margin: 15px auto;
	display: block;
	clear: both;
	width: auto;
	text-align:center;
}
.imagen_centro_noticias{
	margin: 6px auto 2px auto;
	display: block;
	clear: both;
	width: auto;
	text-align:center;
}
.imagen_links{
	float:left;
	margin-top:5px;
	margin-right:20px;
}
ul, ol{
	margin-left:30px;
	list-style-type: disc;
	font-size:12px;
	clear:left;
}
p+ul, p+ol{
	margin-left:90px;
}
div{
	overflow:visible;
}
blockquote{
	margin-left:30px;
}
/*=========================================*/
/*===== FORMATOS GENERALES DE TEXTO =======*/
/*=========================================*/
.texto_derecha{
	text-align:right !important;
}
.texto_centro{
	text-align:center;
}
.texto_izquierda{
	text-align:left;
}
.texto_justificado{
	text-align:justify;
}
.destacados{
	font-weight:bold;
}
.comentarios{
	font-style:italic;
}
.subrayados{
	text-decoration:underline;
}
.anulados{
	text-decoration:overline;
}
.sin_indentar{
	text-indent:0;
}
.links_titulos{
	font-size:smaller;
}
.copetes{
	font-size:13px !important;
}
.referencias{
	font-size:80% !important;
}
/*=========================================*/
/*======== CONTENEDORES PRIMARIOS =========*/
/*=========================================*/
#fondo_banner{
	position: absolute;
	width:100%;
	height:212px;
	background-image:url(_interfaz/fondo_banner.png);
	background-position:center;
}
#contenedor_central{
	position: absolute;
	width:960px;
	left:50%;
	margin-left:-480px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#contenedor_pie{
	position:absolute;
	width:100%;
	height:155px;
	bottom:0 !important;
	clear:both;
	background-image:url(_interfaz/fondo_pie.png);
	background-position:center;
	background-repeat:no-repeat;
}
/*=========================================*/
/*======= CONTENEDORES SECUNDARIOS ========*/
/*=========================================*/
#banner{
	margin-top:12px;
	height:202px;
	background-image:url(_interfaz/banner.jpg);
}
#contenedor_menu{
	position: relative;
	float:left;
	width:230px;
	top:-101px;
	background-image:url(_interfaz/cabezal_menu.jpg);
	background-repeat:no-repeat;
	min-height:400px;
	height: auto !important;
	height:400px;
}
#contenedor_articulos{
	position: relative;
	float:left;
	width:720px;
	top:-28px;
	background-color:#FFF;
	background-image:url(_interfaz/fondo_articulos.png);
	background-repeat:no-repeat;
	min-height:330px;
	height: auto !important;
	height:330px;
}
#restaurador{
	margin-bottom:40px;
	height:0;
	clear:both;
	overflow:hidden;
	text-align:center;
}
#ante_pie{
	width:960px;
	height:70px;
	bottom:0 !important;
	clear:both;
	font-size:0;
}
/*=========================================*/
/*======= CONTENEDORES TERCIARIOS =========*/
/*=========================================*/
#contenedor_menu ul{
	font-size:21px;
	font-weight:bold;
	color:#023B6E;
	line-height:140%;
	margin-top:85px;
	margin-left:15px;
	margin-bottom:45px;
	width:200px;
	border-bottom:#88672F 2px solid;
	padding-bottom:10px;
}
.contenedor_noticias{
	position:relative;
	width:194px;
	margin-top:0px;
	margin-left:18px;
	background-color:#FFF;
	background-image:url(_interfaz/fondo_noticias.png);
}
.titular_noticias{
	font-size:16px;
	font-weight:bold;
	color:#023B6E;
	line-height:200%;
	text-align:center;
	margin-bottom:5px;
	width:194px;
	height:29px;
	background-image:url(_interfaz/cabezal_noticias.png);
}
.cuerpo_noticias{
	font-size:12px;
	color:#333;
	line-height:140%;
	margin:0 7px;
	width:178px;
}
.pie_noticias{
	width:194px;
	height:30px;
	background-color:#FFF;
	background-image:url(_interfaz/pie_noticias.png);
}
.pie_noticiasa{
	width:194px;
	height:30px;
	background-color:#FFF;
	background-image:url(_interfaz/pie_noticiasf.png);
}
/*=========================================*/
/*===== ESTILOS PARA MENU PRINCIPAL =======*/
/*=========================================*/
#contenedor_menu ul li{
	list-style-type: none;
	margin-left:11px;
}
#contenedor_menu ul li a{
	display:block;
	width:180px;
}
#contenedor_menu ul li a:link{
	color:#023B6E;
	text-decoration:none;
}
#contenedor_menu ul li a:visited{
	color:#0B58A6;
	text-decoration:none;
}
#contenedor_menu ul li a:hover{
	color:#92B200;
	text-decoration:underline;
}
#contenedor_menu ul li a:active{
	color:#F27F00;
	text-decoration:underline;
}
/*=========================================*/
/*======== ESTILOS PARA NOTICIAS ==========*/
/*=========================================*/
.contenedor_noticias a{
}
.contenedor_noticias a:link{
	color:#023B6E;
	text-decoration:none;
}
.contenedor_noticias a:visited{
	color:#0B58A6;
	text-decoration:none;
}
.contenedor_noticias a:hover{
	color:#023B6E;
	text-decoration:underline;
}
.contenedor_noticias a:active{
	color:#F27F00;
	text-decoration:underline;
}
/*=========================================*/
/*=== ESTILOS ARTICULOS y SUBARTICULOS ====*/
/*=========================================*/
.titulos_articulos{
	width:680px;
	height:26px;
	margin:20px 20px 10px 20px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	text-indent:10px;
	color:#C00000;
	line-height:150%;
	border-bottom:#C00000 2px solid;
}
.titulos_subarticulos{
	font-size:16px;
	font-weight:bold;
	color:#023B6E;
	line-height:140%;
	margin-bottom:5px;
	width:100%;
	height:29px;
}
.separador_comentarios{
	border-bottom:#CCC 1px dashed;
	margin:25px 0;
}
.subtitulos_articulos{
	font-size:14px;
	font-weight:bold;
	color:#023B6E;
	line-height:300%;
	margin-left:10px;
	text-indent:0px;
}
.cuerpo_articulos{
	width:680px;
	margin:-66px 20px 40px 20px;
	padding-bottom:20px;
	border-bottom:#CCC 1px dashed;
}
.cuerpo_articulos_sb{
	width:680px;
	margin:-66px 20px 30px 20px;
	padding-bottom:20px;
}
.cuerpo_articulos_titulares{
	width:680px;
	margin:-66px 20px 0 20px;
	padding-bottom:0;
}
.cuerpo_articulos2{
	width:680px;
	margin:10px 20px 20px 20px;
	padding-bottom:20px;
	border-bottom:#CCC 1px dashed;
}
.cuerpo_articulos p, .cuerpo_articulos2 p, .cuerpo_articulos_titulares p{
	margin:0 20px 10px 40px;
	font-size:14px;
	text-align:justify;
	text-indent:0px;
	line-height:150%;
}
.cuerpo_subarticulos{
	width:680px;
	margin:10px 20px 20px 20px;
	padding-bottom:10px;
	border-bottom:#CCC 1px dashed;
}
.cuerpo_subarticulos p{
	width:100%;
	margin:5px;
	margin-left:0;
	font-size:10px;
	line-height:150%;
	border:none;
}
.parrafos_3columnas{
	float:left;
	width:190px;
	text-indent:0;
	margin-left:38px;
	margin-bottom:10px;
	padding:5px;
}
.parrafos_3columnas+.parrafos_3columnas{
	margin-left:10px;
}
.parrafos_2columnas{
	float:left;
	width:300px;
	border-left:#999 dotted 1px;
	border-right:#999 dotted 1px;
	margin-left:40px;
}
.parrafos_2columnas+.parrafos_2columnas{
	float:right;
}
/*=========================================*/
/*===== ESTILOS IMAGENES ARTICULOS ========*/
/*=========================================*/
.caja_imagenes_titulos_izq{
	float:left;
	width:100%;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom:1px solid #333;
}
.caja_imagenes_titulos_izq img{
	float:left;
	margin-left:10px;
}
.caja_imagenes_titulos_izq + p{
	margin:0 20px 30px 10px;
	font-size:12px;
	text-align:left;
	text-indent:0;
}
.caja_imagenes_titulos_der{
	float:left;
	width:100%;
	margin: 33px 0 20px 0;
	padding: 0 0 5px 0;
	font-size:12px;
	text-align:right;
	text-indent:0;
	line-height:150%;
}
.caja_imagenes_titulos_der img{
	float:right;
	margin-right:20px;
	margin-left:20px;
}
.caja_imagenes_titulos_der img + img{
	float:right;
	margin-right:0px;
}
.caja_imagenes_titulos_der div{
	margin:30px 20px auto 10px;
	color: #333;
}
/*.caja_imagenes_titulos_der+div{
	margin:30px 20px auto 10px;
	color: #333;
	font-size:12px;
}*/
.etiqueta{
	float:left;
	width:280px;
	font-size:12px;
	color:#333;
	text-align:right;
	text-indent:0;
	line-height:150%;
}
.detalle{
	float:left;
	width:350px;
	font-size:12px;
	color:#333;
	text-align:left;
	text-indent:0;
	line-height:150%;
	margin-left:5px;
}
/*=========================================*/
/*===== ESTILOS PARA PIE DE PAGINA ========*/
/*=========================================*/
#texto_pie_pagina{
	display: block;
	position:absolute;
	width:100%;
	bottom:12px !important;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-align:center;
}
#noticia_pie{
	position:absolute;
	height:auto;
	width:200px;
	margin-left:0;
	bottom:45px !important;
}
#etiquetas_pie{
	position:absolute;
	height:100px;
	width:720px;
	left:229px;
	overflow:hidden;
	color:#AAA;
	margin-top:20px;
	text-align:center;
}
#texto_pie_pagina a{
	color:#023B6E;
	border:0;
}
#texto_pie_pagina a:link{
	color:#023B6E;
	text-decoration:none;
}
#texto_pie_pagina a:visited{
	color:#0B58A6;
	text-decoration:none;
}
#texto_pie_pagina a:hover{
	color:#E6F2D9;
	text-decoration:underline;
}
#texto_pie_pagina a:active{
	color:#F27F00;
	text-decoration:underline;
}
.etiquetas_1{
	font-weight:bold;
	font-size:12px;
	line-height:150%;
}
.etiquetas_2{
	font-size:12px;
	line-height:150%;
}
.etiquetas_3{
	font-size:11px;
	line-height:150%;
}
/*=========================================*/
/*====== ESTILOS PARA FORMULARIOS =========*/
/*=========================================*/
.etiquetas_forms, .etiquetas_formsc{
	float:left;
	width:300px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#333;
	text-align:right;
	text-indent:0;
	line-height:150%;
}
.etiquetas_formsc{
	text-align:left;
	margin-left:5px;
}
.campos_forms{
	float:left;
	width:300px;
	font-size:12px;
	margin-bottom:5px;
	margin-left:5px;
	text-align:left;
	text-indent:0;
	line-height:150%;
}
.campos_forms input{
	border:solid 1px #999;
	width:250px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#333;
}
.campos_forms textarea{
	border:solid 1px #999;
	width:250px;
	height:92px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#333;
}
#DG, #DW{
	width:15px;
	height:15px;
	border:none;
}
.botones_enviar{
	position:relative;
	width:120px;
}
/*=========================================*/
/*========= CONTENEDORES VARIOS ===========*/
/*=========================================*/
.cajas_3columnas{
	float:left;
	width:210px;
	background-image:url(_interfaz/fondo_subarticulos.png);
	padding:5px;
}
.cajas_2columnas{
	float:left;
	width:325px;
	background-image:url(_interfaz/fondo_subarticulos.png);
	padding:5px;
}
.cajas_foto_2columnas{
	float:left;
	width:330px;
	background-image:url(_interfaz/marco_fotos_cabezal.png);
	background-position:top;
	background-repeat:no-repeat;
}
.cajas_foto_2columnasd{
	float:right;
	width:330px;
	background-image:url(_interfaz/marco_fotos_cabezal.png);
	background-position:top;
	background-repeat:no-repeat;
}
.marco_fotos_2columnas{
	margin-top:20px;
	background-image:url(_interfaz/marco_fotos_cuerpo.png);
}
.marco_fotos_2columnas p{
	margin:0;
	text-align:center;
}
.marco_fotos_2columnas img{
	margin-left:30px;
}
.pies_fotos_2columnas{
	height:30px;
	background-image:url(_interfaz/marco_fotos_pie.png);
}
.cajas_3columnas + .cajas_3columnas{
	margin-left:10px;
}
.cajas_2columnas + .cajas_2columnas{
	float:right;
}

.cap_dg{
	background-image:url(pgs_capacitacion/graficos/caja_dg_ch.jpg);
	background-position:30px 90px;
	background-repeat:no-repeat;
}
.cap_dw{
	background-image:url(pgs_capacitacion/graficos/caja_dw_ch.jpg);
	background-position:30px 90px;
	background-repeat:no-repeat;
}
.lcap_dg{
	background-image:url(pgs_capacitacion/graficos/caja_dg.jpg);
	background-position:0px 10px;
	background-repeat:no-repeat;
	margin-left:40px;
	padding-left:215px;
	width:400px;
}
.lcap_dw{
	background-image:url(pgs_capacitacion/graficos/caja_dw.jpg);
	background-position:0px 10px;
	background-repeat:no-repeat;
	margin-left:40px;
	padding-left:215px;
	width:400px;
}
/*=========================================*/
/*=========== PHOTOBANK THUMBS ============*/
/*=========================================*/
.pb_categorias{
	width:670px;
	background-color:#FFFBEA;
	padding:6px;
	font-size:70%;
	font-weight:bold;
	color:#333;
}
.pb_thumbs{
	position:relative;
	background-color:#FFF;
	float:left;
	width:116px;
	border:1px solid #999;
	padding:3px;
	text-align:center;
	margin-bottom:12px;
	font-weight:normal;
}
.pb_thumbs + .pb_thumbs{
	margin-left:12px;
}
.pb_thumbs img{
	margin:3px 0;
}
.pb_categorias .divh{
	height:1px;
	margin:0px;
	width:1px;
	overflow:hidden;
	clear:both;
}
.imgs_obras{
	border:2px solid #FFF;
}