@charset "utf-8";
/* CSS Document */
.glosario {
color:#666666;
font-family:arial,tahoma,verdana,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-top:0px;
text-align:justify;
}

.titulo_pagina {
	border-bottom: thin dotted #FF6600; 
	color: #FF6600; 
	margin-top: 7px; 
	margin-right: 0pt; 
	margin-bottom: 10px; 
	margin-left: 0pt; 
	font-size: 16px; 
	font-weight: bold; 
	display: block; 
	font-family: arial,tahoma,verdana,sans-serif;
}

.subtitulo {
color:#660000;
display:block;
font-family:arial,tahoma,verdana,sans-serif;
font-size:12px;
font-weight:bold;
margin:0px 0pt;
background-color:#e0e0e0;

}

/****************************************************************************************************/
/*** PAGINACION      ***/
/****************************************************************************************************/

.paginacion {
	height: 100%;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.paginacion a {
	 	border: #a5a7aa solid 1px;
	text-decoration: none;
	color: #333333;
}

.paginacion a:visited {
	border: #a5a7aa solid 1px;
	background-color: #fff;
	text-decoration: none;
}

.paginacion a:hover {
	border: #000 solid 1px;
	background-color: #AABB00;
	color: #000000;
	text-decoration: none;
}

.paginacion a#current {
	border: #333 solid 1px;
	background-color: #990000;
	color: #fff;
	text-decoration: none;
}


.fondo {
	border: #333 solid 1px;
	background-color: #FFFFFF;
	color: #fff;
	text-decoration: none;
}


