BODY {
	background: #FFF;
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
H1 { 
   font-size: 14px;
   font-weight: bold;
   }
LI {
	clip: rect(   );
	list-style: outside url(imagenes/misc_vinieta.gif);
	line-height: normal;
	}
/* Viñetas */
LI UL LI { 
	list-style: outside url(imagenes/misc_vinieta1.gif);
}
LI UL LI UL LI {
	list-style: outside url(imagenes/misc_vinieta2.gif);
}
P {  
   color: #006; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
SMALL {
	color: blue;
}
TABLE, TD, TH  {  
   color: #006; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   }
/* Elementos de Formularios */
input, textarea, select { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
/* Cabecera de las paginas */
.cabecera {
	background: #09C url(imagenes/img_fondo_cabecera_nuevo.jpg) no-repeat fixed right;
	border: 1px #006 solid;
	height: 68px;
	width: 100%;
}
/* Contenido central del Home */
.contHome {   
   border-left: 1px solid  #006;
	padding: 0px 0px 0px 10px;
}

/* Contenido central de pag. Internas */
.contInternas {
	background-color: #F0F4F8;
	padding: 10px 20px 20px 20px;
	text-align: justify;
}
.divPestaniasInternas {
	background-color: #F0F4F8;
	position: absolute;
	z-index: auto;
}
.notas {
	background-color: #FFF;
	border: solid 1px #006;
	color: #006;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 3px;
}
/* Pie de las pag. */
.pie { 
   background-color: #339;
	border: 1px solid #006;
   color: #FFF;
	font-size: 11px;
   height: 20px;
   text-align: right;
	width: 100%;
}
/* Títulos */
.titCol {  
	background-color: #006;
	color: #FFF; 
	font-weight: bold
	}
	/* Título con Subrayado Celeste */
.titLineaCeleste {
	border-bottom: 1px solid #39F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Botones pestañas de pag. internas */
a.btnPestania:link {
	font-size: 10px;
   padding: 0px 3px 0px 3px;
   color: #006;
	text-decoration: underline;
	border: 1px solid #006;
	border-width: 0px 0px 0px 1px;
}
a.btnPestania:hover {
	background-color: #39F;
	border: #006 solid;
	border-width: 0px 0px 0px 1px;
   color: #FFF;
	font-size: 10px;
	 	list-style-type: none;
   padding: 0px 3px 0px 3px;
   text-decoration: none;
}
 a.btnPestania:visited {
 	font-size: 10px;
   padding: 0px 3px 0px 3px;
	border: 1px solid #006;
	border-width: 0px 0px 0px 1px; 
   } 
/* Pestañas de pag. internas activas*/
 #activa {
	background-color: #39F;
	border: 1px solid Black;
	border-width: 0px 0px 0px 1px;
	color: #FFF;
	font-size: 11px;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}
#activa a:hover {
   background-color: #39F;
	border: 1px solid Black;
	border-width: 0px 0px 0px 1px;
   color: #FFF;
	font-size: 10px;
	padding: 0px 3px 0px 3px;
   text-decoration: none;
	}

/* Botones de barra navegación principal */
#btnSubmenu {
	background-color: #F0F4F8;
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none inside none;
} 
#btnSubmenu  UL {
   border: none;
	font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	list-style: url(none);
	margin: 0;
	padding: 0;
}
#btnSubmenu  LI {
	border-color: #06C;
   border-style: solid;
   border-width: 0px 0px 1px 0px;
	color: #000066;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   list-style: none;
   margin: 0;
}
#btnSubmenu LI a {
   background-color: #F0F4F8;
   color: #006;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	height: 18px;
	list-style-image: none;
   padding-left: 5px;
   text-decoration: none;
	width: 100%;
}
#btnSubmenu a:hover {
   background-color: #09C;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   padding-left: 5px;
}
/* Capa con link de 3er nivel */
#divSubMenu {
	background: url(imagenes/misc_bg_tit_veatmb.gif) no-repeat scroll left top;
	border: 1px #09F solid;
	clear: right;
	float: right;
	font-size: 10px;
	height: 80px;
	left: 10px;
	margin: 10px;
	overflow: auto;
	padding: 18px;
	position: relative;
	top: 5px;
	scrollbar-3dlight-color: #09F;
	scrollbar-arrow-color: #09F;
	scrollbar-face-color: #F0F4F8;
	scrollbar-shadow-color: #09F;
	scrollbar-track-color: #F0F4F8;
	width: 200px;
	}
#divSubMenu ul {
	background-color: #F0F4F8;
	margin: 10;
	padding: 0;
}
#LIsinImagen LI {
	list-style-image: none;
}
