Hover {background-color: orange}; text-decoration:underline;   }
body,td,th {font-family : Arial, Helvetica, sans-serif;  
     font-weight: normal; 
	 font-style : normal; 
	 color : black;   }
body {
	 font-size : 12pt;  
	 margin-left:  10px; 
	 margin-top: 0px; 
	 margin-right: 12px; 
	 text-indent: 10px; 
	 text-align:justify; 
	 margin-bottom: 0px;

	scrollbar-3dlight-color : #EAEAF5;
	scrollbar-arrow-color : #333399;
	scrollbar-base-color : #EAEAF5;
	scrollbar-darkshadow-color : #333399;
	scrollbar-face-color : #EAEAF5;
	scrollbar-highlight-color : #333399;
	scrollbar-shadow-color : #EAEAF5;
	scrollbar-track-color : #EAEAF5;
}

a.selflink {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0px solid white;
}
a:active {
	text-decoration: none;
}
/* links */
a {   color: #0066ff; 
  text-decoration: none;
}

a:hover {   
  color: #0066ff;  /* background-color: #0066ff; */ /* tinta el fondo de color*/
  border-bottom: none;
  text-decoration: underline;
}


TABLE  {font-family : Arial, Helvetica, sans-serif; 
        font-weight : normal; font-style :normal; 
		color :Black; font-size :12pt; }


p	{
	text-align: justify; 
	margin-left: 10px;
	margin-right: 16px; 
	text-indent: 10px;	
    color: #555;
	 }

.h1w {
	text-align: center;  
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;  
	font-size: 30pt;
  }
.center	{text-align: center;	}

pre {     
   border: 0pt dashed #3366CC;
   background : white;
   color : black;
   width: auto; 
   padding: 0.75em 1.5em;
   font-size: 8pt;
   background-color: #eee;   border: 1px solid #ddd dashed #3366CC; /**/
}

/*

<style>
<!--
#glowtext{
filter:glow(color=FFFF00,strength=3);
width:100%;
}
-->
</style>

<script language="JavaScript1.2">
function glowit(which){
if (document.all.glowtext[which].filters[0].strength==3)
document.all.glowtext[which].filters[0].strength=2
else
document.all.glowtext[which].filters[0].strength=3
}

function glowit2(which){
if (document.all.glowtext.filters[0].strength==3)
document.all.glowtext.filters[0].strength=2
else
document.all.glowtext.filters[0].strength=3
}

function startglowing(){
if (document.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",150)')
}
else if (glowtext)
setInterval("glowit2(0)",150)
}

if (document.all)
window.onload=startglowing
</script>
*/
 
 /* Capas, genera los menús con sombras en la información 
 <script language="javascript">
var capa
ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false
function init() {
   if (ns4) {
     capa1 = document.descripcion1
     capa2 = document.descripcion2
     capa3 = document.descripcion3
     capa4 = document.descripcion4
     capa5 = document.descripcion5
  }
 if (ie4) {
   capa1 = descripcion1.style
   capa2 = descripcion2.style
   capa3 = descripcion3.style
   capa4 = descripcion4.style
   capa5 = descripcion5.style
   
 }
}
function muestra(obj) {
 if (ns4) obj.visibility = "show"
 else if (ie4) obj.visibility = "visible"
}
function oculta(obj) {
 if (ns4) obj.visibility = "hide"
 else if (ie4) obj.visibility = "hidden"
}
</script> 
*/
.style3 {font-size: 18px}
.style4 {font-size: 24px}

H1 { font-size: 18pt; font-weight: bold; font-family: Arial; color: black} 
H2 { font-size: 16pt; font-weight: bold; font-family: Arial; color: black margin-top: 16px;} 
H3 { font-size: 14pt; font-weight: bold; font-family: Arial; color:black}
H4 { font-size: 12pt; font-weight: bold; font-family: Arial; color:black}
H5 { font-size: 10pt; font-weight: bold; font-family: Arial; color: black} 
H6 { font-size:  9pt; font-weight: bold; font-family: Arial; color: black} 
 

/* Post body styles
-------------------------------------------------------------------------------------------------------*/
.postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 76%;  /* ancho ventana txt ---------------------------------------------- */
	float: center; 
	clear: both;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 125%; /*  Altura de Titulo  ----------------------------------------------------------------------------- */
}

.postbody .content {
	font-size: 0.78em;  /* tamaño del txt dentro del box azul */
}

/* Content container styles
---------------------------------------- */
.content {
	min-height: 3em;
	
	line-height: 1.4em;
	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 0.7em; /* 1*/
	color: #333333;
}

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 0.80em;     /* tamaño del txt del contenido del box --------------------------------- */
}

dl.codebox dt {
	text-transform: uppercase; /* Pone a mayúsculas ---------------------------------------------- */
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em; /* alto del espacio CÓDIGO: SELECCIONAR TODO  -------------------------------------------*/
	font-weight: bold;
	display: block;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;  /* Altura ventana código -------------------------------------------------- */
	white-space: normal;
	padding-top: 5px;
	font: 1.36em  mono, Calibri, Monaco, "Andale Mono","Courier New", Courier;
	line-height: 0.9em; /* separacion entre lineas de texto ------------------------------------- */
	color: #8b8b8b;
	margin: 2px 0;
}





