* {
	scrollbar-face-color: #C9A121;
	scrollbar-3dlight-color: #C9A121;
	scrollbar-track-color: #e1c564;
	scrollbar-arrow-color: #e1c564;
}

body {
	font-family: 'Arial Narrow', Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 1.3em;
	padding: 0px;
	background : #ffffff;
	top: 0px;
	text-align: center;
	border: none;
}

h1 {
	font-size:1.3em;
	text-align: left;
	color: #C9A121;
	font-weight: bold;
	margin:0;
	width: 78%;
	float: left;
	clear:both;
	padding-top: 4px;
}

h2 {
	font-size: 1.2em;
	color: #883242;
	text-align: left;
	margin: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	color: #883242;
	text-align: left;
}

h4 {
	font-size: 1.3em;
	text-align: left;
}

p {
	text-align : justify;
}

p.destacado {
	font-weight: bold;
}

img {
	margin-bottom: 5px;
}

.linkPdf {
	text-align:right;
	font-size: 1.2em;
	width: 22%;
	float: right;
	margin: 0px;
	padding-top: 4px;
}

.linkPdf a {
	text-decoration : none;
	font-size: 0.8em;
	color: #883242;
}

input.boton {
	font-size: 1em;
	font-weight: bold;
	color: white;
	background: #be0843;
	border: 1px solid #6c0828;
	height: 22px;
}

a:link, a:visited {
	text-decoration: none;
	color: #883242;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #883242;
	font-weight: bold;
}

.centrado {
	width: 100%;
	text-align: center;
}

.centradoNeg {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.resultadoBuscar {
	background-color: #9999cc;
	border: 1px solid #4e4ebd;
	padding: 10px;
	visibility: hidden;
	margin-top: 10px;
}

ul.listaDescargas {
	line-height: 2em;
	list-style-type: none;
	padding: 0;
	margin: 0px;
}

ul.listaDescargas li {
	margin: 0;
	padding: 0;
}

table {
	font-size: 1em;
}

table tr th {
	color: #FFFFFF;
	background-color: #7e6447;
}

table tr td {
	vertical-align: top;
	background-color: #ded4ca;
}

.tblImagen {
	width: 100%;
}

.tdImagen1 {
	vertical-align: bottom;
	font-size: 0.9em;
	background-color: #FFFFFF;
	text-align: right;
}

.tdImagen2 {
	width: 410px;
	vertical-align: bottom;
	text-align: right;
	background-color: #FFFFFF;
}

.estilo-de-tabla-1 {
	align: center;
}

.cabecera-tabla {
	background-color: #8d0e3a;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

ul {
	list-style-type: none;
}

li {
	text-align: justify;
	margin-bottom: 5px;
}

.simtabla {
	clear: both;
	width: 100%;
	height: 3em;
}

.simtblizq {
	text-align: left;
	float: left;
	width: 70%;
}

.simtbldcha {
	text-align: right;
	float: right;
	width: 30%;
}

.cursiva {
	font-style: italic;
}

// BUSCADOR

		.searchheading { font-size: 130%; font-weight: bold; text-align: left; }
		.summary { font-size: 80%; font-style: italic; text-align: left; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; text-align: left;}		
		.description { font-size: 100%; color: #bdc9d9; text-align: left;}
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080; text-align: left;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }

		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}

		.highlight { background: yellow; }
