/*  NOMBRE ARCHIVO : css_arbolnorma.css*/
/*  DESCRIPCION: Clases para el arbol de navegacion de la norma  */
/*  y el encabezado de la norma*/
/*  FECHA DE CREACION: 06/11/2007*/
/*  ULTIMA MODIFICACION: 03/06/2008*/

/*  ENCABEZADO CON METADATOS*/

#tit_norma{
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
   	float:left; 
	margin-left: 10px;
	width:100%;
}
#span_exp_norma_pdf{
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
   	float:left; 
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	width:10%;
}

.encabezado{
	width: 100%;
	margin:5px 0px 0px 0px;
	clear:both;
	border:1px solid #B2B2B2; 
	border-collapse:collapse;
	font-size: 8pt; 
	font-family:"Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif; 
	vertical-align:top;
	color:#666;
}

.encabezado td{
	padding:5px;
/*	border-bottom: 1px solid #B2B2B2;*/
}

.nombre{
	background-color: #F4F4F4;
	padding: 5px;
}

.destacado{
	color:#333333;
}

.altoOrganismo{
	padding: 5px;
	border-top: 1px solid #B2B2B2;
}

.bordeAlertas{
	border:1px solid #B2B2B2;
	font-size: 8pt;
	margin-bottom: 5px;
	float: left;
	margin-left: 10px;
}

.alertasEncabezado{
	width: 100%;	
	/*margin-left: 10px;*/
	margin-bottom: 5px;
	clear:both;
	border:1px solid #B2B2B2; 
	border-top:none;
	border-collapse:collapse;	
}

.alertasAncho{
	font-size: 8pt;
	float: left;
}

.alertasAncho td{
	text-align: left;
	padding-top: 8px;
	padding-left: 5px;
}

/* ARBOL DE NAVEGACION */
.arbolAll{
	position:absolute;
	width:196px;
	margin-left: 2px;
	color:#666;
}

.arbolAll a{
	text-decoration: none;
	color: #336699;
}

.arbolAll a:hover{
	text-decoration: underline;
	color: #336699;
}

.bordesArbol{
	border: 1px solid #B2B2B2;
	font-size:8pt; 
	width: 98%;
}

.bordesArbol td{
	padding-top: 3px;
	padding-bottom: 3px;
    padding-left: 5px;
}

.fondoEncArbol{
	background-color: #F4F4F4;
	color: #336699;
}

.tituloArbol{
	font-size: 9pt;
    padding-left: 10px;
}

.detArbol{	
	width:196px;
    height:290px;
	overflow:auto;
}

.arbol{
    width: 200px; 
   height:auto;
	margin-top: 10px;
	margin-left: 2px;
	background-color: #FFFFFF;
}

.arbol img{
	border: none;
}



#dtree{
    width:500px;
}

.boton_enviar{
    width:115px; 
	height:16px; 
	background:url(../imagenes_Navegar/botones/bot_maletin.gif) 0px 0px no-repeat; 
	text-align:left; 
	padding:0px 0px 0px 25px; 
	margin-left: 10px;
    cursor:pointer;
}

#bot_expandir{
	width:21px;
	height:21px;
	background:url(../imagenes_Navegar/botones/bot_expandir.jpg) 0px 0px no-repeat; 
	padding:0px 0px 10px 25px; 
	margin-left: 10px;
}
#bot_exp_norma_pdf{
	width:97px;
	height:16px;
	/*background:url(../imagenes_Navegar/botones/descargar_pdf.gif) 0px 0px no-repeat;*/ 
	/*padding:0px 0px 0px 97px; */
	margin-left: 10px;
}

#bot_expandir{
	width:21px;
	height:21px;
	background:url(../imagenes_Navegar/botones/bot_expandir.jpg) 0px 0px no-repeat; 
	padding:0px 0px 10px 25px; 
	margin-left: 10px;
}

#bot_contraer{
	width:21px;
	height:21px;
	background:url(../imagenes_Navegar/botones/bot_colapsar.jpg) 0px 0px no-repeat; 
	padding:0px 0px 10px 25px; 
}

#bot_limpiar{
	width:21px;
	height:21px;
	background:url(../imagenes_Navegar/botones/bot_limpiar.gif) 0px 0px no-repeat; 
	padding:0px 0px 10px 25px;
	margin-left: 3px; 
	/*margin-top: 5px;*/
}

.botonesArbol{
	height: 25px;
}

/* CUERPO DE LA NORMA*/
.norma{
	width: 100%;
}

.norma a{
	text-decoration: none;
	color: #336699;
}

.norma a:hover{
	text-decoration: underline;
	color: #336699;
}

.iframe{
	height: 300px;
	vertical-align: top;
	width: 100%;
}

.anchoDatos{
    width: 100%;
}

#AlertasNorma{
   margin-left: 10px;
   /*width: 100%;*/
}

#AtributosNorma{
   margin-left: 10px;
   /*width: 100%;*/
}

.next{
    background:#F4F4F4 url(../imagenes_Navegar/botones/bullet_go.png) 0px 0px no-repeat;
	height:16px;
    padding:0px 0px 5px 25px;
	margin-left: 10px; 
}

.exportarNorma{
    background:#F4F4F4 url(../imagenes_Navegar/botones/icono_acelerar_impresora.png) 0px 0px no-repeat;
	height:16px;
    padding:0px 0px 5px 25px;
	margin-left: 10px; 
}
