/* general */
body {
	margin: 0; border: 0 none #FFF; padding: 0;
	text-align: center; font: 65% Tahoma,Helvetica,Geneva,Arial,'Bitstream Vera Sans',sans-serif;
	color: #333; background: #D3D3D3 url(imagenes/tk-fondo.jpg) fixed;
 }
div, dl, ul, ol, dd, dt, li, form, fieldset {
	margin: 0; border: 0 none #FFF; padding: 0;
	color: #333;
	text-align: left;
}
img { border: 0 solid #FFF; }
/* enlaces */
a { outline: none; }
a:link {
	color: #B22222;
	text-decoration: none;
	/*border-bottom: 1px dotted #B22222;*/
}
a:visited {
	color: #4682B4;
	text-decoration: none;
	/*border-bottom: 1px dotted #4682B4;*/
}
a:hover {
	color: #DC143C;
	border-bottom: 1px dotted #DC143C;
}
/* cabeceras */
h1, h2, h3, h4, h5, h6 {
	margin: 0 36px; border: 0 none #FFF; padding: 4px 12px 8px 24px;
	font-weight: normal; font-family: Tahoma,Helvetica,Geneva,Arial,'Bitstream Vera Sans',sans-serif;
	color:#996666;
}
h1 { font-size: 2.5em; }
h2 { font-size: 1.9em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.5em; }
h5, h6 { font-size: 1.3em; font-weight: bold; }
/* texto */
code {
	font-family: Consolas,'Andale Mono','Lucida Console',monospace;
	color: #000;
}
strong {
	color: #3366CC;
	font-family: Helvetica,Geneva,Arial,Tahoma,'Bitstream Vera Sans',sans-serif;
}
#contenido p, #pie p, #contenido ul, #contenido ol, #contenido dl {
	margin: 0; border: 0 none #FFF; padding: 8px 36px;
	font: 1.3em/1.6em Tahoma,Helvetica,Geneva,Arial,'Bitstream Vera Sans',sans-serif;
	text-indent: 2em; text-align: justify;
	color: #333;
}
#contenido ul {
	list-style: disc inside;
	text-indent: 1em;
}
#contenido ol {
	list-style: decimal inside;
	text-indent: 1em;
}
#contenido li, #contenido dd, #contenido dt { text-align: justify; }
#contenido dd { text-indent: 4em; }
#contenido dt { text-indent: 2em; font-weight: bold; }
/* maqueta */
#contenedor-fijo {
	margin: 0 auto; border: 0 none #FFF; padding: 0;
	width: 780px;
	text-align: left;
	color: #333; 
}
#contenedor-fijo-down {
	margin: 0 auto; border: 0 none #FFF; padding: 0;
	width: 780px; height: 32px;
	background: url(imagenes/tk-pie.png) no-repeat;
}
#cabeza {  }
#logo-00 {
	height: 94px;
	width: 780px;
	background: url(imagenes/tk-titulo.png) no-repeat;
}
#logo-01 {
	height: 35px;
	width: 780px;
	background: url(imagenes/tk-subtitulo.png) no-repeat;
}
#logo-02 {
	height: 366px;
	width: 780px;
	background: url(imagenes/tk-isologo.png) no-repeat;
}
#logo-03 {
	height: 127px;
	width: 780px;
	background: url(imagenes/tk-titulo-dos.png) no-repeat;
}

#contenido, #pie {
	margin: 0 auto; border: 0 none #FFF; padding: 0;
	text-align: left;
	background: url(imagenes/tk-contenido-fondo.png) repeat-y;
}
#columna-izquierda {
	text-align: justify;
	float: left;
	width: 49%;
}
#columna-derecha {
	text-align: justify;
	float: left;
	width: 49%;
}
#columna-izquierda p {
	padding: 8px 24px 8px 36px;
}
 #columna-derecha p {
	padding: 8px 24px 8px 24px;
 }
/* clases comunes */
.mayusculas { font-variant: small-caps; }
.oculto		{ display: none; }
.a-centro	{ text-align: center; }
.sub-titulo	{ font-size: 1.6em; }

.a-derecha		{ text-align: right !important; }
.a-izquierda	{ text-align: left !important; }

img.a-centro	{ border: 1px solid #333; margin: 1em; }
img.a-derecha	{ border: 1px solid #333; float: right; margin: 1em; }
img.a-izquierda	{ border: 1px solid #333; float: left;  margin: 1em; }

.limpia-derecha:after {
    content: "."; 
    display: block; 
    height: 0; 
	clear: right;
    visibility: hidden;
}
.limpia-izquierda:after {
    content: "."; 
    display: block; 
    height: 0; 
	clear: left;
    visibility: hidden;
}
.limpia-ambos:after {
    content: "."; 
    display: block; 
    height: 0; 
	clear: both;
    visibility: hidden;
}
.linea-arriba { border-top: 1px dotted; }
.linea-abajo { border-bottom: 1px dotted; }
/*  menu de navegacion horizontal */
#acerca-de li {
	list-style: none inside;
	display: inline;
	font: 1.1em Tahoma,Helvetica,Geneva,Arial,'Bitstream Vera Sans',sans-serif;
}
#acerca-de a {
	color:#990033;
	/*border-bottom: 0 none;*/
}
#metadatos {
	font-size: 1.1em !important;
	color: #666 !important;
	padding-top: 8em !important;
}
.firma {
	font-family: Baskerville,'Bitstream Vera Serif','Palatino Linotype',Georgia,'Times New Roman',serif !important;
	padding-top: 4em !important;
}
