/* Esta hoja se aplica a las páginas hist.htm, parr.htm y rel.htm */

*
	{
	margin: 0;
	padding: 0;
	background-image: url('fondo.gif');
	}

body
	{
	text-align: center; /* centrado para IE 5 */
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	}

p
	{
	font-family: "Times New Roman", Roman, serif;
	color: #000;
	background-color: #fff;
	font-size: 1.7em;
	font-weight: normal;
	text-align: left;
	line-height: 17pt;
	}

a img
	{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px
	}

img
	{
	border: none;
	}

/*.subrayado
	{
	text-decoration: underline;
	}*/

/*.negritacursiva
	{
	font-weight: bold;
	font-style: italic;
	}*/

.mimetizado
	{
	color: #fcfcfc;
	background-color: #fff;
	}

.ruta
	{
	font-family: Verdana, Tahoma, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	text-align: right;
	}

.sangrado1 /* usada en hist.htm */
	{
	padding-left: 50px
	}

.funcion /* usada en hist.htm */
	{
	color: #000080;
	background-color: #fff;
	}

.nombre /* usada en hist.htm */
	{
	color: #800000;
	background-color: #fff;
	}

.titcolumna
	{
	color: #000080;
	background-color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	}

.actividad /* usada en rel.htm */
	{
	color: #000;
	background-color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	padding-left: 70px
	}

.imagen /* usada en parr.htm */
	{
	text-align: center;
	}

/*.textogr
	{
	font-family: "Comic Sans MS", Verdana, sans-serif;
	color: #0074ad;
	background-color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: normal;
	}*/

/*.textomed
	{
	font-family: "Comic Sans MS", Verdana, sans-serif;
	color: #0074ad;
	background-color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
	}*/

h1 /* .títuloa */
	{
	color: #008000;
	background-color: #fff;
	font-family: "Times New Roman", Roman, serif;
	font-size: 3.2em;
	font-weight: bold;
	text-align: center;
	line-height: 32pt;
	}

h2 /* .títulok */ /* usada en hist.htm */
	{
	color: #000080;
	background-color: #fff;
	font-family: "Times New Roman", Roman, serif;
	font-size: 2.0em;
	font-weight: bold;
	text-align: left;
	line-height: 20pt;
	}

#tope
	{
	margin: 0 auto; /* centrado para navegadores compatibles con CSS */
	width: 780px;
	}

#encab
	{
	margin: 0 auto; /* centrado para navegadores compatibles con CSS */
	width: 600px;
	}

#caja
	{
	margin: 0 auto; /* centrado para navegadores compatibles con CSS */
	width: 780px;
	border: 1px none #fff;
	}

#cajatexto
	{
	margin: 0 auto;
	width: 600px;
	border: 1px none #fff;
	}

#cajapq
	{
	margin: 0 auto;
	width: 750px;
	border: 1px none #fff;
	}

.mizqpq
	{
	width: 40px;
	float: left;
	}

.izqpq
	{
	width: 240px;
	float: left;
	}

.centropq
	{
	width: 260px;
	float: left;
	}

.derpq
	{
	width: 200px;
	float: left;
	}

#cajarel
	{
	margin: 0 auto;
	width: 680px;
	border: 1px none #fff;
	}

.mizqrel
	{
	width: 70px;
	float: left;
	}

.izqrel
	{
	width: 280px;
	float: left;
	}

.derrel
	{
	width: 320px;
	float: left;
	}

#pie
	{
	clear: both;
	}

#cajapie
	{
	margin: 0 auto;
	width: 510px;
	border: 1px none #fff;
	}

#izqpie
	{
	width: 170px;
	height: 100px;
	float: left;
	}

#centropie
	{
	width: 170px;
	height: 100px;
	float: left;
	}

#derpie
	{
	width: 170px;
	height: 100px;
	float: left;
	}

.vincpie1
	{
	font-family: "Comic Sans MS", Verdana, sans-serif;
	color: #0074ad;
	background-color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
	}

.vincpie2
	{
	font-family: "Comic Sans MS", Verdana, sans-serif;
	color: #0074ad;
	background-color: #fff;
	font-size: 0.6em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: normal;
	}

.vincinterno
	{
	font-family: "Comic Sans MS", Verdana, sans-serif;
	color: #0074ad;
	background-color: #fff;
	font-size: 0.6em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	}

/* Vínculos */
a:link
	{ color:#008080; background-color: #fff; text-decoration: underline; }
a:visited
	{ color:#6674ad; background-color: #fff; }
a:hover
	{ color:#0074ff; background-color: #fff; } /* vínculo señalado (sólo soportado por IE) */
a:active
	{ color:#77bbff; background-color: #fff; }

