/*
 * Style sheet for the HTML 4.0 specification
 * $Id: default.css,v 1.13 1999/03/08 17:25:02 ijacobs Exp $
 *
 * Modificado por Rafael Ausejo Prieto Febrero 2003
 */


/* Enlaces sin visitar */
A:link { color: blue;
	 background: transparent;}

/* Ya visitados */
A:visited { color: purple;
	    background: transparent;}

/* Al pasar el ratón por encima */
A:hover { color: red;
	  /* cursor: hand; */
	  /* Ejemplos en http://www.pageresource.com/dhtml/csstut10.htm */
	  /* Uso en: http://www.w3.org/TR/REC-CSS2/ui.html#cursor-props */
  	  background: transparent;}

/* Al venir de esa página */
A:active { color: red;
	   background: transparent;}


/* Genérico para el cuerpo del documento */
body
{
	color: black;
	background-color: transparent;
	margin-right: 6.5em;
	/* Margen derecho para que se imprima bien*/
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	/* Ejemplos en  http://css.nu/examples/font-weight.html  */
	/* Uso en  http://www.w3.org/TR/REC-CSS2/fonts.html#font-family-prop */
	font-size: small;
	line-height: 1;
	text-align: justify;
}

code {	font-family: Courier New, Courier, Monaco, monospace; }
pre  {	font-family: Courier New, Courier, Monaco, monospace; }

hr   {	color: #7F7F7F;
	background-color: transparent;
	width: 25%;
	margin-top: 2ex;
	margin-bottom: 2ex;
}


h2 {
  color: black;
  background-color: transparent;
  text-shadow: 1px 1px black;
  text-align: left;
  font-variant: small-caps;
  font-weight: bold;
  margin-top: 0;
  font-size: 140% /*200%*/;
}

h3 {
  color: black;
  background-color: transparent;
  font-size: 100%;
  font-weight: normal;
  font-variant: small-caps;
  text-align: right;
}



h1   {	font-family: Verdana, Arial, Times New Roman, sans-serif; }
h2   {	font-family: Verdana, Arial, Times New Roman, sans-serif; }
h3   {	font-family: Verdana, Arial, Times New Roman, sans-serif; }

h4   {	margin-bottom: 0.5em;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
}

h5   {	margin-bottom: 0.2em;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
}

h6   {	margin-bottom: 0.2em;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
}



/* Título principal de la página */
.Título
{
	color: #FF0000;
	background-color: transparent;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
}


/* Subtítulo con link */
.Subtítulo
{
	color: blue;
	background-color: transparent;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

/*Numeración de apartados*/
.Bloque
{
	list-style: decimal inside;
}


/* Cada uno de los apartados numerados de la página */
.Títuloapartado
{
	border-style: outset;
	border-width: 5px 5px 5px 5px;
	font-family:sans-serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 14pt;
	color: #000000;
	background-color: #0088ff;
}


.Texto
{
	text-indent: 0cm;
	margin: 2cm 4cm 3cm 4cm;
	list-style: disc outside;
}



.Centrado
{	text-align: center;
}


.Lista
{
	text-align: left;
}

.Anécdota
{
	border-style: outset;
	border-width: 5px 5px 5px 5px;
	font-family: comic sans-serif;
	font-weight: bold;
	font-size: 10pt;
	line-height: 10pt;
	color: #000000;
	background-color: #f0f0f0;
}

TABLE.tabla
{
	width: 100%;
	border: 0;
	padding: 0.5cm 0.5cm;
}




.barrainicial {
	border-right: thin;
	border-top: thin;
	border-left: thin;
	border-bottom: thin solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 100%;
	color: black;
	background-color: #FFFF66;
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}


.rojo {
	color: #cc0000;
	background-color: transparent;
}

.columnaizquierda {
	color: black;
	background-color: #FFFFDD;
	width: 50%;
	vertical-align: top;
}

.columnaderecha {
	color: black;
	background-color: #CCF6F6;
	width: 50%;
	vertical-align: top;
}


.logotipos {
	color: black;
	background-color: #DDDDDD;
	width: 100%;
	vertical-align: top;
}



.nuevo {
	color: red;
	background-color: yellow;
	font-weight: bold;
	font-size: 50%;
}

.tiempo {
	color: white;
	background-color: black;
	font-weight: bold;
	font-size: 50%;
}


.noticia {
	font-size: 75%;
	margin-top: 0.5ex;
}


.fechanoticia {
	color: #CC0000;
	background-color: transparent;
}


.logo {
	font-size: 75%;
	text-align: center;
	border: 0;
}


.pie {
	font-size: 75%;
	text-align: left;
}




/* ****************** Style for banner ************** */

div.banner {
   border: none;
   margin-left: 1px;
   margin-right: 1px;
   padding: 0.1em 0.3em;
   text-align: center;
   font-weight: bold;
}

div.banner a:link, div.banner a:visited, div.banner {
   background: #037;
   color: #fff;
   text-decoration: none;
}

div.banner a:active {
   background: #ffc;
   color: #900;
}

div.banner a:hover {
   background: #fff;
   color: #037;
}


/* ****************** Style for printing  ************** */

@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff; color: #000; border-color: #000; 
                   border-width: 1px;
                 }
   a.navlink, a.bannerLink     { font-weight: normal }
}

/* ****************** Style for speech  ************** */

@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high; }
}



/* Style for sections with drop shadows
 *
 * Assumes that sections are marked-up like this:
 *
 *   <div class="back">
 *     <div class="section">
 *       <h2>Heading</h2>
 *       ...
 *     </div>
 *   </div>
 *
 * Default color is red (same as banner-o)
 *
 * Author: Bert Bos <bert@w3.org>
 * Created: 24 Aug 2001
 * Version: $Id: shadows.css,v 1.9 2002/05/31 12:15:51 bbos Exp $
 */


div.back {
  clear: both;
  page-break-before: always;
  margin: 3em -0.75em 3em 1em;
  padding: 1.5em;
  background: #567;
  color: green;
}


div.section {
  color: black;
  background-color: #FBFBFF;
  margin: -3em 0 0 -3em;
  padding: 1.5em;
  border: thin solid #999;
}





