/*----- Estructura Principal -----*/
html {
	height:100%;
}
body, div#mainframe {
	min-height:100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	background-image:url(images/fondodegr.gif);
	background-repeat:repeat-x;
	background-color:#e8f1fb;
	width:760px;
	margin:0 auto;
}
div#mainframe{
	background-color:#FFFFFF;
	color:#000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin:0;
}
div#mainheader{
	margin:0 0 .25em;
	width:100%;
	background-color:#0066CC;
	color:#CCCCCC;
}
div#mainbody{
	float:left;
	background-color:#FFFFFF;
	color:#000000;
	width:100%;
	margin: -0.8em 0 0 0;
}
div#mainfooter{
	background-image:url(images/footer.gif);
	padding:0;
	clear:left;
	width:758px;
	background-color:#0066CC;
	color:#FFFFFF;
	position:static;
	top:-50%;
}
div#centercol{
	margin: 0 160px;
	padding: 0 1em 0 1em;
	text-align:justify;
}
div#leftcol{
	float:left;
	width:150px;
	margin-left:-752px;
}
div#rightcol{
	float:left;
	width:150px;
	margin-left:-154px;
}

p#lstenlaces {
	margin: 0 1em 1em 1em;
	font-size:0.85em;
	text-align:center;
}
p.localizacion {
	font-size: x-small;
}
p.content {
	text-align:justify;
}
h6.autor {
	text-align:center;
	font-size: x-small;
	clear:left;
	margin:0;
	padding:0.5em 0 0.5em 0;
}
.marco {
	padding:1em;
}

/*----- Fin de Estructura Principal -----*/

/*----- Propiedades de Enlaces -----*/
a:link {
	font-weight: bold;
	color: #0066CC;
}
a:visited {
	font-weight: bold;
	color: #0066CC;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

p#lstenlaces a:link {
	color: #FFFFFF;
	text-decoration:none;
}
p#lstenlaces a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
p#lstenlaces a:hover {
	background-color:#FF9900;
	color: #FFFFFF;
	text-decoration: none;
}
p#lstenlaces a:active {
	background-color:#FF9900;
	color: #FFFFFF;
	text-decoration: none;
}
h6.autor a {
	color:#FFFFFF !important;
	text-decoration:underline !important;
}


/*----- Fin de propiedades de Enlaces -----*/

ul.categoria {
	list-style-image:url(/images/carpeta.gif);
	margin-bottom:2em;
}

ul.catalogo {
	list-style-image:url(/images/pdf1.gif);
}

ul.opciones {
	list-style-image:url(/images/flecha.gif);
	margin-bottom:2em;
}

tr.cabecera { vertical-align:top;color:#FFF;background-image:url(images/footer.gif) }
tr.par { background-color:#fcefdd;vertical-align:top }
tr.impar { background-color:#f9e0bb;vertical-align:top }
tr.par:hover { background-color:#CCFFCC; }
tr.impar:hover { background-color:#CCFFCC; }

