/* CSS Document */

body, table {
  font-family: Verdana; /* Trebuchet MS*/ 
  font-size: 0.95em;
  font-weight: 400;
  font-style: normal;
  color:#333333; /*   color: #0A1A94; */
  line-height: 120%;
  text-decoration: none;  
}

/* en orden  font-size: 0.9em; */
A:LINK, A:VISITED  { font-weight: 575; color: #0000CC; TEXT-DECORATION:none;} /* no visitado / visitado */
A:HOVER    {  font-weight: 575; color: #CC0000; TEXT-DECORATION:underline;} /* pasa ratón */
A:ACTIVE   {  font-weight: 575; color: #800000; TEXT-DECORATION:none;} /* pulsado */

/* lo común a la clase */
A.menu {font-size: 0.9em; font-weight: 800; border-style: outset; border-width: 1; text-decoration: none; width:180px; text-align:center; line-height:170%; }
/* lo específico de cada opción  #F4F5D3 */
A.menu:link, A.menu:visited { background-color: #938A7B; color: #FFFFFF; border-style: outset; border-width: 1; text-decoration: none;   }
A.menu:hover { cursor:auto; background-color: #FFFFF3; color: #990000; text-decoration: none;   }
A.menu:active { background-color: #F4F5D3; color: #990000; border-style: outset; border-width: 1; text-decoration: none;   }



.cajaPoesias {
/*--- MARGENES---
  	margin-WIDTH: 1.0cm;  
  	margin-HEIGHT: 0.5cm;  
  	margin-TOP: 0.5cm;  
  	margin-BOTTOM: 0.5cm;  
*/
  	margin-LEFT: 0.5cm;  
  	margin-RIGHT: 0.6cm; 
}


/* bordes:  none | dotted | dashed | solid | double | groove | ridge | inset | outset  */

.punteado{
	border-style: solid;
	border-width: 2px;
	padding-left: 30px;
	
/* ¡ojo!  si activas bordes se elimina el borde activado  ¿? */
/*	border-color: #990000; */
/*	border-left: 2px; */
/*	border-right: 2px;*/
/*	border-bottom: 2px;*/
/*	border-top: 2px; */
/*
	border-bottom-color: #990000;
	border-top-color: #990000;
	border-width: 2px; 
	border-top: 2px;   
	border-bottom: 2px;      
*/
}

.sombreado{
	border-style: solid;
	border-width: 2px;
	background-color: #F8F8F8; /*EFEFEF*/
	padding-left: 30px; /* espacio desde el borde al texto */
}

h1 {
  font-family: Verdana;
  font-size: 200%;
  font-weight: 800;
  font-style: normal;
  color: #9E5205;  
/*
  font-variant: small-caps;
  letter-spacing: 0.2em;
*/  
  line-height: 130%;
  margin-top: 10px; 
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}

h2 {
  font-family: Verdana;
  font-size: 160%;
  font-weight: 600;
  font-style: normal;
  color: #333333;  
  letter-spacing: 0.1em;
  line-height: 120%;
  margin-top: 10px; 
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}

.textoPag {
  font-family: Trebuchet MS;
  font-size-adjust: .53;
  font-size: 1.0em;  
  font-weight: 400;
  font-style: normal;
  color: #000066;
  text-align: left;
  line-height: 125%;
  margin-left: 0.5cm;
  margin-right: 0.5cm;
}

.nota {
  font-family: Verdana;
  font-size: 70%;  
  font-weight: 400;
  font-style: normal;
  color: #666666;
  text-align: center;
  line-height: 125%;
}


/*  fin CSS Document */