@charset "UTF-8";
/* CSS Document */

.ulPag{
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
	list-style-position:inside;
	
}
.liPag{
	list-style-type:none; 
	float:left;
	margin-right:1px;
	width:20px;
	height:20px;
	padding-top:5px;
}

.textPag:link,.textPag:visited,.textPag:active{
	font: 12px "Trebuchet MS", sans-serif;
	vertical-align:middle; 
	text-align:center; 
	text-decoration:none;
	display:block;
	background-color:#39C;
	padding-top:3px;
	padding-bottom:2px;
	color:#222;
	
}

.textPag:hover{
	text-decoration:underline;
	background-color:#800;
	color:#FFF;
}

.divPag{
	width:inherit; 
	height:30px; 
	background-color:#DDD;
	border-bottom:#444 1px dotted;
	border-left:#444 1px dotted;
	border-right:#444 1px dotted;
	border-top:#444 1px dotted;
	margin:10px;
	padding:0px;
}

/*_____________________________________ */

.liLey{
	list-style-type:none; 
	float:left;
	margin-right:1px;
	width:70px;
	height:20px;
	padding-top:5px;
}


.textLey{
	font: 12px "Trebuchet MS", sans-serif;
	text-align:left; 
	text-decoration:none;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:10px;
	color:#000;
}

.textLey:hover{
	text-decoration:none;
	cursor:auto;
}

/*_____________________________________ */

.linPag{
	list-style-type:none; 
	float:left;
	margin-right:1px;
	width:200px;
	height:20px;
	padding-top:5px;
}


.textnPag{
	font: 12px "Trebuchet MS", sans-serif;
	text-align:left; 
	text-decoration:none;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:0px;
	color:#800 !important;
	font-weight:bold;
}


.textnPag:hover{
	text-decoration:none;
	cursor:auto;
}

.textDe{
	font: 12px "Trebuchet MS", sans-serif;
	text-align:left; 
	text-decoration:none;
	padding-top:3px;
	padding-bottom:2px;
	color:#000;
}

.textDe:hover{
	text-decoration:none;
	cursor:auto;
}
