body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* LINKS
================================================ */

a:link {
	color: #666666;
	text-decoration: none;
	}
a:visited {
	color: #666666;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	color: #000000;
	}


/* HEADER
================================================ */

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}

h1 a {
	background-image: url(imgs/bghead.png);
	background-repeat: no-repeat;
	text-indent: -9000em;
	display: block;
	height: 100px;
	width: 750px;
}

/* PAGE
========================================================================= */

#page {
	background-image: url(imgs/bgpage.png);
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	background-repeat:  repeat-y;
}

/* CONTENT */
#content {
	width: 480px;
	float: left;
	margin-top: 1em;
}

#content p {
	color: #333333;
	text-align: justify;
	line-height: 120%;
}

dt, dd {
	margin: 0;
	font-size: small;
}

/* toponimos */
.toponimos h4, .thumbs h4 {
	font-size: x-large;
	font-weight: normal;
	margin-bottom: -0.5em;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.thumbs ol {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.thumbs li {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	display: block;
	float: left;
	text-align: center;
	padding-bottom: 2em;
	margin-right: 9px;
	height: 250px;
}
.thumbs strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	width: 150px;
	display: block;
}
.indice {
	font-weight: bold;
}
.indicebot {
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
}
.indicebot a {
	background-image: url(imgs/indicebot.png);
	text-indent: -9000em;
	display: block;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.dlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	margin-top: 0.5em;
}
.dlink a:hover {
	background-color: #FFFF00;
	color: #000000;
}

/* INFORMACION
bibliografia - aviso legal - creditos */
.info h4 {
	text-align: left;
}
.info ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.temas h4 {
	margin-bottom: 0.25em;
}
.info ul li {
	list-style-type: none;
}
.bib ul, .credits {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.bib ul li, .credits li {
	margin-bottom: 0.75em;
	list-style-type: none;
}
.bib cite {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* SIDEBAR */

#sidebar {
	width: 230px;
	margin-left: 515px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#sidebar h2 {
	font-size: medium;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	padding-top: 1em;
	margin-bottom: 0.5em;
}
#sidebar ul, #sidebar ol {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
#sidebar ul li {
	list-style-type: none;
	}
#sidebar ul li ul li {
	background-image: url(imgs/arrow.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-bottom: 0.33em;
	}
#sidebar ul li ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
	padding-bottom: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 0.25em;
	}

/* FOOTER */

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#footer ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
#footer ul li {
	list-style-type: none;
	display: inline;
	}

/* TYPOGRAPHY
========================================================================= */

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;

}
h5 {
}


/* OTHER
========================================================================= */

.separa {
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.alignright {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
img {
	border: none;
}

.hidden {
	display: none;
}
