@charset "utf-8";
/* CSS Document */
#content{
	height:650px;
}
#seccion{
	width:153px;
	height:16px;
	background:url(../glosario/images/txt_seccion.gif) no-repeat;
	text-indent:-9999px;
	margin:40px 0 20px 0;
}
.termino{
	font-size:16px; 
	font-weight:bold;
}
.subtitulo{
	font-size:14px;
	font-weight:bold;
	margin:25px 0 10px 0;
}
#menu-terminos{
	background-color: #00C6F4; 
	width:145px; 
	height:260px; 
	margin-top:3px;
	padding:20px 20px 0 20px;
}
#txt-indiceterminos{
	width:118px; 
	height:12px; 
	background:url(../glosario/images/txt_ind_terminos.gif) no-repeat; 
	text-indent:-9999px;
	margin-bottom:20px;
}
#menu-terminos ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu-terminos ul li{
	padding:2px 0;
}
#menu-terminos ul li a{
	border-bottom:1px dotted #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
}
#menu-terminos ul li a:hover{
	background-color:#0B5997;
}
#menu-terminos ul li a.active{
	border-bottom:1px dotted #0B5997;
	color:#0B5997;
	background:none;
}
