/* CSS Document */
#paginacion {
	display:block;
	float:left;
	width:708px;
	padding-top: 20px;
	background-color: #FFFFFF;
}

#paginacion .total{
	display:block;
	float:left;
	width:366px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#646261;
}
#paginacion .total b {
	font-size: 10px;
}

#paginacion  p.mostrando{
	display:inline;
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#646261;
	font-weight: bold;
}
#paginacion  p.mostrando  span{
	font-weight:bold;
	color: #002046;
	font-size: 10px;
}
#paginacion a.pagina{
	float:right;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#AFAFAF;
	width: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
	background-image: url(../img/paginacion.jpg);
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
}
#paginacion  a.anterior_mas{
	float:right;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#AFAFAF;
	width: 18px;
	background-image: url(../img/paginacion_anteriores.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
	margin-right: 6px;
	text-decoration: none;
}
#paginacion a.actual{
	float:right;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#597A1D;
	width: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
	background-image: url(../img/paginacion_actual.jpg);
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
}
#paginacion  a.siguiente_mas{
	float:right;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#AFAFAF;
	width: 18px;
	background-image: url(../img/paginacion_siguiente_mas.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 17px;
	background-position: top right;
	margin-left: 6px;
	text-decoration: none;
	font-weight: bold;

}
#paginacion  a.siguiente{
	float:right;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#646261;
	width: 70px;
	background-image: url(../img/siguientes.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
}
#paginacion  a.anterior{
	float:right;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#646261;
	width: 70px;
	text-align: right;
	background-image: url(../img/anteriores.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	font-weight: bold;
}

