/* CSS Document */
/* BODY, TABLE, TD, TR, P */

BODY, TABLE, TD, TR  {
  font-family: Verdana, Arial, Helvetica, sans-serif ; 
  font-size: 97%;
  font-weight: 500;
  font-style: normal;
  color:#333333;  /* #990000 */
  line-height: 125%;
  padding-left:0.3cm;
  padding-right:0.3cm;
  text-decoration: none;

/* barras navegador */

	scrollbar-face-color: #1d4d90; 
	scrollbar-shadow-color: #7dd3ff;
	scrollbar-highlight-color: #1d4d90; 
	scrollbar-3dlight-color: #7dd3ff;
	scrollbar-darkshadow-color: #1d4d90; 
	scrollbar-track-color: #163E72;
	scrollbar-arrow-color: #7dd3ff;
	scrollbar-width: 60px;
	left: 0px; 
	top: 0px;

	}
	
/* links  */

A:LINK, A:VISITED    { 	font-size: 100%; font-weight: 400; color: #800000; TEXT-DECORATION:none;} /* no visitado #006699  visitado  #663399 */
A:HOVER    {  font-weight: 400; color: #FF6600; text-decoration: underline;} /* pasa ratón */
A:ACTIVE   {  font-weight: 400; color: #663399; TEXT-DECORATION:none;} /* pulsado */


a.titulos:LINK     { font-size: 95%; font-weight: 500; color: #0000FF; TEXT-DECORATION:none; } /* no visitado #006699  visitado  #663399 */
a.titulos:VISITED  { font-weight: 400; color: #5E6B12; TEXT-DECORATION:none; font-style:italic;  } /* no visitado #006699  visitado  #663399 */
a.titulos:HOVER    { color: #FF6600; text-decoration: underline;} /* pasa ratón */
a.titulos:ACTIVE   { color: #660099; TEXT-DECORATION:none;} /* pulsado */

a.menu { 
	background-color: #008080; 
	width: 160px;
/*	height:30px; /* height y line heigt para centrar el texto en el botón */
	line-height:30px;
/*	vertical-align:middle; */
	color: #333333; /* 333333*/
	border-style: outset; 
	text-decoration: none;
	cursor:auto;
	}
	/* #807D3C  #636530 */ /*F4F5D3 */  /* F0ECFA */  
a.menu:link, a.menu:visited {font-size: 80%; font-weight: 800; background-color: #F9F7FD;  color: #246046;  border-style: outset; border-width: 2; text-decoration: none; }
a.menu:active {font-size: 80%;  background-color: #F4F5D3; color: #990000; border-style: outset; border-width: 3; text-decoration: none; }
a.menu:hover {font-size: 80%; cursor: auto; background-color: #FFFFF3; color: #990000;  text-decoration: none; }

a.enlaces { 
/*	background-color: #C1D1F7;  */
	width: 150px;
	color: #333333; 
	border-style: outset; 
	text-decoration: none;
	cursor:auto;
	}
	/* #807D3C  #636530 */
a.enlaces:link, a.enlaces:visited {font-size: 95%; font-weight: 800; background-color: #ADADAD;  color: #FFFFFF;  border-style: outset; border-width: 2; text-decoration: none}
a.enlaces:active {font-size: 95%; font-weight: 800; background-color: #F4F5D3; color: #990000; border-style: outset; border-width: 2; text-decoration: none }
a.enlaces:hover {font-size: 95%; font-weight: 800; cursor: auto; background-color: #FFFFF3; color: #990000;  text-decoration: none; }



.botones { font-size: 9pt; color: #FFFFFF; background-color: #0099FF; border-color: #000000 ; border-top-width: 1pix; border-right-width: 1pix; border-bottom-width: 1pix; border-left-width: 1pix}
.imputbox { font-size: 10pt; color: #000099; background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1pix #000000 solid; border-color: #000000 solid; font-weight: normal}


/* classe .NombreClasse */
/*  height:250%;  alto de la página */
h1 {
  position:absolute; left: 79px; top: 5px;
  font-size: 150%;
  font-weight: 800;
  font-style: normal;
  font-variant: small-caps;
  color: #660000; /* 333360 */  
  letter-spacing: 0.1em;
  line-height: 130%;
  margin-top: 10px; 
  margin-bottom: 10px;
/*  text-align: center; */
  text-decoration: none;
/*  float: left;*/
}

h2 {
  font-size: 110%;
  font-weight: 550;
  font-style: normal;
  font-variant: small-caps;
  color: #80153E;  
  letter-spacing: 0.2em;
  line-height: 130%;
  margin-top: 10px; 
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}


h5 {
/*   	background-color: #FFFFFF; */
  	position:absolute; left: 50px; top: 5px; line-height:250%;
    width: 700px;
	text-align: right;
  	font-size: 65%;
	float: left;
	color:#999999;
    font-weight: 400;
  /* fecha */
}



.ulis {
  line-height: 125%;
  padding-left:0.8cm;
  padding-right:0.3cm;
}


.frm {
  font-size: 80%;
}

.autor {
  font-size: 87%;
  line-height: 115%;
}

.noticias {
  font-size: 85%;
}

.nota {
  font-size: 80%;
  line-height: 115%;  
}

table.LibroVisitas {
  font-size: 110%;
  line-height: 140%;  
}

td.Libro {
  font-size: 80%;
  line-height: 140%;  
}


table.GestorCorreo {
  font-size: 110%;
  line-height: 130%;  
}

.wm1 {
  font-family:"Book Antiqua", Verdana;
  font-style:italic;
  font-size: 110%;
  line-height: 125%;
}

.wm2 {
  font-size: 80%;
  line-height: 120%;
}

/* fin CSS Document */